/kernel/linux/linux-6.6/tools/tracing/rtla/src/ |
H A D | timerlat_hist.c | 862 retval = sched_setaffinity(getpid(), sizeof(params->hk_cpu_set), in timerlat_hist_apply_config()
|
/kernel/linux/linux-6.6/tools/include/nolibc/ |
H A D | sys.h | 417 * pid_t getpid(void); 427 pid_t getpid(void) in getpid() function
|
/third_party/curl/tests/server/ |
H A D | rtspd.c | 1400 ipv_inuse, (int)port, (long)getpid(), exit_signal); in main()
|
H A D | tftpd.c | 873 ipv_inuse, (int)port, (long)getpid(), exit_signal); in main()
|
/third_party/backends/backend/ |
H A D | as6e.c | 587 DBG (1, "%d - read %d status = %d\n", getpid (), data_processed, in as6e_open()
|
/third_party/libunwind/libunwind/src/dwarf/ |
H A D | Gfind_proc_info-lsb.c | 224 int pid = getpid (); in find_binary_for_address()
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify10.c | 493 sprintf(procfdinfo, "/proc/%d/fdinfo/%d", (int)getpid(), fd); in show_fanotify_ignore_marks()
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
H A D | fcntl14.c | 568 parent = getpid(); in setup()
|
/third_party/libwebsockets/lib/secure-streams/ |
H A D | secure-streams-client.c | 410 lws_ser_wu32be(&s[4], (uint32_t)getpid()); in callback_sspc_client()
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-posix.cc | 731 return static_cast<int>(getpid()); in GetCurrentProcessId()
|
/third_party/rust/crates/libc/src/windows/ |
H A D | mod.rs | 486 pub fn getpid() -> ::c_int; in getpid() functions
|
/third_party/python/Lib/multiprocessing/ |
H A D | connection.py | 79 (os.getpid(), next(_mmap_counter)), dir="")
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_subprocess.py | 755 os.close(os.pidfd_open(os.getpid()))
|
/third_party/toybox/lib/ |
H A D | xwrap.c | 809 xwrite(fd, spid, sprintf(spid, "%ld\n", (long)getpid())); in xpidfile()
|
/third_party/toybox/toys/pending/ |
H A D | sh.c | 1191 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 D | test_util.h | 805 pid_t pid = getpid();
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | otherstestndk.cpp | 966 pidChild = getpid();
in Getfatalmessage() 1279 pidChild = getpid();
in Setfatalmessage()
|
H A D | stdlibndk.cpp | 197 unsigned seed = getpid();
in RandR() 203 unsigned seed = getpid();
in RandR()
|
H A D | unistdndk.cpp | 126 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 D | control.c | 299 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 D | coap-client.c | 25 #define getpid GetCurrentProcessId macro 1523 "/tmp/coap-client.%d", (int)getpid()); in get_session()
|
/third_party/mksh/ |
H A D | main.c | 196 kshpid = procpid = getpid(); in chvt_reinit() 2017 (unsigned)mjd.sec % 60, (unsigned)getpid(), in DF()
|
/third_party/python/Modules/ |
H A D | _asynciomodule.c | 271 /* 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 D | shrpx.cc | 1656 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 D | unistd.rs | 191 #[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)).
|