Home
last modified time | relevance | path

Searched refs:getpid (Results 1351 - 1375 of 1462) sorted by relevance

1...<<515253545556575859

/kernel/linux/linux-6.6/tools/tracing/rtla/src/
H A Dtimerlat_hist.c862 retval = sched_setaffinity(getpid(), sizeof(params->hk_cpu_set), in timerlat_hist_apply_config()
/kernel/linux/linux-6.6/tools/include/nolibc/
H A Dsys.h417 * pid_t getpid(void);
427 pid_t getpid(void) in getpid() function
/third_party/curl/tests/server/
H A Drtspd.c1400 ipv_inuse, (int)port, (long)getpid(), exit_signal); in main()
H A Dtftpd.c873 ipv_inuse, (int)port, (long)getpid(), exit_signal); in main()
/third_party/backends/backend/
H A Das6e.c587 DBG (1, "%d - read %d status = %d\n", getpid (), data_processed, in as6e_open()
/third_party/libunwind/libunwind/src/dwarf/
H A DGfind_proc_info-lsb.c224 int pid = getpid (); in find_binary_for_address()
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify10.c493 sprintf(procfdinfo, "/proc/%d/fdinfo/%d", (int)getpid(), fd); in show_fanotify_ignore_marks()
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl14.c568 parent = getpid(); in setup()
/third_party/libwebsockets/lib/secure-streams/
H A Dsecure-streams-client.c410 lws_ser_wu32be(&s[4], (uint32_t)getpid()); in callback_sspc_client()
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-posix.cc731 return static_cast<int>(getpid()); in GetCurrentProcessId()
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs486 pub fn getpid() -> ::c_int; in getpid() functions
/third_party/python/Lib/multiprocessing/
H A Dconnection.py79 (os.getpid(), next(_mmap_counter)), dir="")
/third_party/python/Lib/test/test_asyncio/
H A Dtest_subprocess.py755 os.close(os.pidfd_open(os.getpid()))
/third_party/toybox/lib/
H A Dxwrap.c809 xwrite(fd, spid, sprintf(spid, "%ld\n", (long)getpid())); in xpidfile()
/third_party/toybox/toys/pending/
H A Dsh.c1191 sprintf(toybuf, "(%d#%d)", getpid(), getppid()); in subshell_imports()
1264 if (!s) s = prompt ? "> " : (getpid() ? "\\$ " : "# "); in sh_main()
/third_party/vulkan-loader/tests/framework/
H A Dtest_util.h805 pid_t pid = getpid();
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dotherstestndk.cpp966 pidChild = getpid(); in Getfatalmessage()
1279 pidChild = getpid(); in Setfatalmessage()
H A Dstdlibndk.cpp197 unsigned seed = getpid(); in RandR()
203 unsigned seed = getpid(); in RandR()
H A Dunistdndk.cpp126 if (pt == LASTONEVAL && getpgrp() != getpid()) { in Setpgrp()
170 getInfo = getpid(); in GetPid()
215 pid_t getInfo = getpgid(getpid()); in GetPGid()
/third_party/alsa-lib/src/control/
H A Dcontrol.c299 pid = getpid(); in snd_ctl_async()
1415 err = snd_ctl_async(ctl, snd_async_handler_get_signo(h), getpid()); in snd_async_add_ctl_handler()
/third_party/libcoap/examples/
H A Dcoap-client.c25 #define getpid GetCurrentProcessId macro
1523 "/tmp/coap-client.%d", (int)getpid()); in get_session()
/third_party/mksh/
H A Dmain.c196 kshpid = procpid = getpid(); in chvt_reinit()
2017 (unsigned)mjd.sec % 60, (unsigned)getpid(), in DF()
/third_party/python/Modules/
H A D_asynciomodule.c271 /* On Windows there is no getpid, but there is also no os.fork(), in get_running_loop()
274 if (getpid() != ((PyRunningLoopHolder *)rl)->rl_pid) { in get_running_loop()
3274 rl->rl_pid = getpid(); in new_running_loop_holder()
/third_party/nghttp2/src/
H A Dshrpx.cc1656 log_config()->pid = getpid(); in fork_worker_process()
1803 mod_config()->pid = getpid(); in event_loop()
1938 config->pid = getpid(); in fill_default_config()
/third_party/rust/crates/nix/src/
H A Dunistd.rs191 #[doc(alias("getpid"))]
193 getpid() in this()
303 /// [getpid(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/getpid.html)).
308 pub fn getpid() -> Pid { in getpid() functions
309 Pid(unsafe { libc::getpid() }) in getpid()
313 /// [getpid(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/getppid.html)).

Completed in 55 milliseconds

1...<<515253545556575859