/third_party/mesa3d/src/util/ |
H A D | os_file.c | 205 pid_t pid = getpid(); in os_same_file_description()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_debug.cpp | 234 pid_t pid = getpid(); in lp_profile()
|
/third_party/musl/libc-test/src/functional/ |
H A D | ipc_sem.c | 79 EQ(sempid, getpid(), "got %d, want %d"); in inc()
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | fdsan.cpp | 36 kill(getpid(), SIGSTOP); in signal_handler_abort()
|
/third_party/node/deps/uv/src/unix/ |
H A D | hurd.c | 51 err = proc_get_exe(getproc(), getpid(), exepath); in uv_exepath()
|
/third_party/python/Lib/multiprocessing/ |
H A D | popen_spawn_win32.py | 55 cmd = spawn.get_command_line(parent_pid=os.getpid(),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | CodeGenCoverage.cpp | 94 llvm::to_string(::getpid()); in emit()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | kill.c | 106 sid = getsid(pid = getpid()); in kill_main()
|
/third_party/toybox/toys/lsb/ |
H A D | killall.c | 96 TT.cur_pid = getpid(); in killall_main()
|
/third_party/toybox/toys/posix/ |
H A D | kill.c | 109 sid = getsid(pid = getpid()); in kill_main()
|
/third_party/rust/crates/rustix/src/process/ |
H A D | mod.rs | 46 getegid, geteuid, getgid, getpgid, getpgrp, getpid, getppid, getuid, setsid, Gid, Pid, RawGid,
|
/third_party/ltp/lib/ |
H A D | tst_test.c | 99 tid, getpid()); in setup_ipc() 108 tmpdir, tid, getpid()); in setup_ipc() 336 * The getpid implementation in some C library versions may cause cloned in tst_vbrk_() 344 if (getpid() == lib_pid) in tst_vbrk_() 1317 main_pid = getpid(); in do_test_setup() 1681 lib_pid = getpid(); in tst_run_tcases()
|
H A D | tst_buffers.c | 42 getpid(), (char*)map->addr + map->buf_shift, -i-1); in check_canary()
|
/third_party/ltp/pan/ |
H A D | ltp-pan.c | 394 srand48(time(NULL) ^ (getpid() + (getpid() << 15))); in main() 479 if (zoo_mark_args(zoofile, getpid(), panname, argc, argv)) { in main() 646 if (zoo_clear(zoofile, getpid())) { in main() 1169 snprintf(pid_and_counter, 20, "%d_%d", getpid(), counter++); in subst_pcnt_f()
|
/drivers/peripheral/thermal/test/unittest/ |
H A D | hdf_thermal_log_test.cpp | 39 std::string cmd = "ps -T -p " + std::to_string(getpid()) + " > " + file; in CheckThread()
|
/third_party/alsa-lib/src/ucm/ |
H A D | ucm_exec.c | 243 getpid(), prog, strerror(errno)); in uc_mgr_exec()
|
/third_party/alsa-utils/alsactl/ |
H A D | lock.c | 63 snprintf(lcktxt, sizeof(lcktxt), "%10li\n", (long)getpid()); in state_lock_()
|
/third_party/libunwind/libunwind/src/x86/ |
H A D | Ginit.c | 223 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
|
/third_party/libunwind/libunwind/src/mips/ |
H A D | Ginit.c | 179 return elf_w (get_proc_name) (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
|
/third_party/libunwind/libunwind/src/ppc64/ |
H A D | Ginit.c | 223 return _Uelf64_get_proc_name (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
|
/third_party/libunwind/libunwind/tests/ |
H A D | test-ptrace-misc.c | 116 self = getpid (); in main()
|
/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/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()
|