Searched refs:getpid (Results 1 – 12 of 12) sorted by relevance
442 snprintf(buffer, sizeof(buffer), "/proc/%d/exe", getpid()); in callback()757 getpid(), in ReportCrash()767 getpid(), in ReportCrash()776 getpid(), Signal, bAutoCrashReport ? " -send" : "" ); in ReportCrash()
112 value += ((uint64_t)tv.tv_usec << 16) ^ tv.tv_sec ^ getpid(); in osl_gen_random_name_impl_()
348 printTrace((unsigned long) getpid(), pszFormat, args); in osl_trace()
472 pid_t getpid(void) in getpid() function
1282 pid = getpid(); in osl_getProcessInfo()
102 nPID = getpid(); in getCurrentPID()
101 value += ((uint64_t)tv.tv_usec << 16) ^ tv.tv_sec ^ getpid(); in osl_gen_random_name_impl_()
287 …= rtl::OUString::createFromAscii( "file:///tmp/" ) + ::rtl::OUString::valueOf( ( long )getpid( ) ); in TEST_F()
233 # define getpid GetCurrentProcessId
2178 unsigned long mypid = static_cast<unsigned long>(getpid()); in TempName()
2506 long nPID = (long)getpid(); in setPID()
5933 nPID = getpid(); in getCurrentPID()
Completed in 111 milliseconds