Searched refs:getpid (Results 1001 - 1025 of 1454) sorted by relevance
1...<<41424344454647484950>>...59
/third_party/lzma/CPP/7zip/Crypto/ |
H A D | RandGen.cpp | 122 pid_t pid = getpid();
in Init()
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_smd/ |
H A D | main.c | 84 unsigned int mypid = (unsigned int)getpid(); in _thread_spam()
|
/third_party/ltp/lib/ |
H A D | tst_buffers.c | 42 getpid(), (char*)map->addr + map->buf_shift, -i-1); in check_canary()
|
/third_party/ltp/testcases/kernel/controllers/cpuctl/ |
H A D | cpuctl_def_task01.c | 134 pid = getpid(); in main()
|
H A D | cpuctl_def_task04.c | 147 write_to_file(mytaskfile, "a", getpid()); in main()
|
H A D | cpuctl_def_task02.c | 147 pid = getpid(); in main()
|
H A D | cpuctl_def_task03.c | 143 pid = getpid(); in main()
|
H A D | cpuctl_test01.c | 137 pid = getpid(); in main()
|
H A D | cpuctl_test04.c | 158 write_to_file(mytaskfile, "a", getpid()); /* Assign the task to it's group */ in main()
|
H A D | cpuctl_test03.c | 146 pid = getpid(); in main()
|
/third_party/musl/porting/liteos_a/user/src/misc/ |
H A D | syslog.c | 108 pid = (log_opt & LOG_PID) ? getpid() : 0; in _vsyslog()
|
/third_party/musl/src/misc/ |
H A D | syslog.c | 109 pid = (log_opt & LOG_PID) ? getpid() : 0; in _vsyslog()
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | ttranshuge.c | 110 getpid(), in print_prep_info()
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify21.c | 128 pidfd = SAFE_PIDFD_OPEN(getpid(), 0); in do_setup()
|
H A D | fanotify19.c | 142 pid_t pid = getpid(); in test_fanotify()
|
H A D | fanotify12.c | 228 sprintf(fname, "fname_%d", getpid()); in do_setup()
|
/third_party/ltp/testcases/kernel/syscalls/lseek/ |
H A D | lseek11.c | 157 sprintf(fname, "tfile_lseek_%d", getpid()); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/statx/ |
H A D | statx01.c | 93 pid = getpid(); in test_mnt_id()
|
/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | ttranshuge.c | 110 getpid(), in print_prep_info()
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmctl/ |
H A D | hugeshmctl01.c | 163 pid = getpid(); in func_stat()
|
/third_party/ltp/testcases/kernel/syscalls/cma/ |
H A D | process_vm_readv03.c | 142 tst_syscall(__NR_process_vm_readv, getpid(), NULL, 0UL, NULL, 0UL, 0UL); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/remap_file_pages/ |
H A D | remap_file_pages01.c | 235 sprintf(fname, "/dev/shm/cache_%d", getpid()); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/futex/ |
H A D | futex_cmp_requeue01.c | 59 int pid = getpid(); in do_child()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgstress/ |
H A D | msgstress01.c | 115 srand(getpid()); in main()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/ |
H A D | shmctl01.c | 169 pid_t pid = getpid(); in check_ds()
|
Completed in 12 milliseconds
1...<<41424344454647484950>>...59