/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | thugetlb.c | 51 #define DEB printf("DEBUG [%d:%s:%d]\n", getpid(), __FILE__, __LINE__);
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify03.c | 328 sprintf(fname, MOUNT_PATH"/fname_%d", getpid()); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgstress/ |
H A D | msgstress03.c | 121 srand(getpid()); in main()
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-udpserver.c | 327 fprintf(info_fp, "PID: %u\n", getpid()); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/ |
H A D | 4-1.c | 110 process = getpid(); in sendsig()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/ |
H A D | 4-3.c | 129 process = getpid(); in sendsig()
|
/third_party/ltp/testcases/realtime/perf/latency/ |
H A D | pthread_cond_many.c | 120 if (sched_setscheduler(getpid(), SCHED_FIFO, &schparm) != 0) { in create_thread_()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/ |
H A D | 4-3.c | 81 process = getpid(); in sendsig()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/ |
H A D | 4-3.c | 90 process = getpid(); in sendsig()
|
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/fcntl_gtest/ |
H A D | fcntl_fcntl_test.cpp | 122 pid_t pid = getpid(); in HWTEST_F()
|
/third_party/musl/libc-test/src/functional/ |
H A D | dl_multithread_lock.c | 37 int pid = getpid(); in check_loaded()
|
/third_party/musl/libc-test/src/functionalext/unittest/ |
H A D | unit_test_hilog_adapter.c | 127 int res = snprintf_s(proc_path, PROC_PATH_LENGTH, PROC_PATH_LENGTH - 1, "/proc/%d/fd", getpid());
in CheckHiLogdLinked() 129 printf("CheckHiLogdLinked getpid snprintf_s failed\n");
in CheckHiLogdLinked()
|
/third_party/node/deps/uv/src/unix/ |
H A D | freebsd.c | 141 mib[3] = getpid(); in uv_resident_set_memory()
|
H A D | netbsd.c | 143 pid = getpid(); in uv_resident_set_memory()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | proplist-util.c | 167 pa_snprintf(t, sizeof(t), "%lu", (unsigned long) getpid()); in pa_init_proplist()
|
/third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
H A D | test_request_response_with_callback.c | 300 parent = getpid(); in main()
|
/third_party/toybox/toys/pending/ |
H A D | bootchartd.c | 228 TT.pid = getpid(); in bootchartd_main()
|
/third_party/pulseaudio/src/modules/x11/ |
H A D | module-x11-publish.c | 174 u->id = pa_sprintf_malloc("%lu@%s/%lu", (unsigned long) getuid(), mid, (unsigned long) getpid()); in pa__init()
|
/third_party/python/Lib/test/test_importlib/ |
H A D | test_windows.py | 91 test_module = "spamham{}".format(os.getpid())
|
/third_party/python/Lib/test/ |
H A D | test_threadsignals.py | 14 process_pid = os.getpid()
|
/kernel/linux/linux-6.6/drivers/i3c/ |
H A D | master.c | 1157 struct i3c_ccc_getpid *getpid; in i3c_master_getpid_locked() local 1162 getpid = i3c_ccc_cmd_dest_init(&dest, info->dyn_addr, sizeof(*getpid)); in i3c_master_getpid_locked() 1163 if (!getpid) in i3c_master_getpid_locked() 1172 for (i = 0; i < sizeof(getpid->pid); i++) { in i3c_master_getpid_locked() 1173 int sft = (sizeof(getpid->pid) - i - 1) * 8; in i3c_master_getpid_locked() 1175 info->pid |= (u64)getpid->pid[i] << sft; in i3c_master_getpid_locked()
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/ |
H A D | sve-ptrace.c | 624 ksft_print_msg("Parent is %d, child is %d\n", getpid(), child); in do_parent() 746 srandom(getpid()); in main()
|
/third_party/ltp/testcases/kernel/mce-test/stress/tools/page-poisoning/ |
H A D | page-poisoning.c | 722 mypid = getpid(); in run_test() 877 mypid = getpid(); in main()
|
/third_party/lwip/src/netif/ppp/ |
H A D | utils.c | 865 if (pid == getpid()) 884 pid = getpid();
|
/third_party/python/Lib/concurrent/futures/ |
H A D | process.py | 247 result_queue.put(os.getpid()) 253 exit_pid = os.getpid()
|