Home
last modified time | relevance | path

Searched refs:getpid (Results 1126 - 1150 of 1454) sorted by relevance

1...<<41424344454647484950>>...59

/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dthugetlb.c51 #define DEB printf("DEBUG [%d:%s:%d]\n", getpid(), __FILE__, __LINE__);
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify03.c328 sprintf(fname, MOUNT_PATH"/fname_%d", getpid()); in setup()
/third_party/ltp/testcases/kernel/syscalls/ipc/msgstress/
H A Dmsgstress03.c121 srand(getpid()); in main()
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-udpserver.c327 fprintf(info_fp, "PID: %u\n", getpid()); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
H A D4-1.c110 process = getpid(); in sendsig()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
H A D4-3.c129 process = getpid(); in sendsig()
/third_party/ltp/testcases/realtime/perf/latency/
H A Dpthread_cond_many.c120 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 D4-3.c81 process = getpid(); in sendsig()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
H A D4-3.c90 process = getpid(); in sendsig()
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/fcntl_gtest/
H A Dfcntl_fcntl_test.cpp122 pid_t pid = getpid(); in HWTEST_F()
/third_party/musl/libc-test/src/functional/
H A Ddl_multithread_lock.c37 int pid = getpid(); in check_loaded()
/third_party/musl/libc-test/src/functionalext/unittest/
H A Dunit_test_hilog_adapter.c127 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 Dfreebsd.c141 mib[3] = getpid(); in uv_resident_set_memory()
H A Dnetbsd.c143 pid = getpid(); in uv_resident_set_memory()
/third_party/pulseaudio/src/pulsecore/
H A Dproplist-util.c167 pa_snprintf(t, sizeof(t), "%lu", (unsigned long) getpid()); in pa_init_proplist()
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_request_response_with_callback.c300 parent = getpid(); in main()
/third_party/toybox/toys/pending/
H A Dbootchartd.c228 TT.pid = getpid(); in bootchartd_main()
/third_party/pulseaudio/src/modules/x11/
H A Dmodule-x11-publish.c174 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 Dtest_windows.py91 test_module = "spamham{}".format(os.getpid())
/third_party/python/Lib/test/
H A Dtest_threadsignals.py14 process_pid = os.getpid()
/kernel/linux/linux-6.6/drivers/i3c/
H A Dmaster.c1157 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 Dsve-ptrace.c624 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 Dpage-poisoning.c722 mypid = getpid(); in run_test()
877 mypid = getpid(); in main()
/third_party/lwip/src/netif/ppp/
H A Dutils.c865 if (pid == getpid())
884 pid = getpid();
/third_party/python/Lib/concurrent/futures/
H A Dprocess.py247 result_queue.put(os.getpid())
253 exit_pid = os.getpid()

Completed in 19 milliseconds

1...<<41424344454647484950>>...59