Searched refs:getpid (Results 1251 - 1275 of 1454) sorted by relevance
1...<<515253545556575859
/kernel/linux/linux-6.6/tools/usb/usbip/src/ |
H A D | usbipd.c | 478 fprintf(fp, "%d\n", getpid()); in write_pid_file()
|
/kernel/liteos_a/testsuites/unittest/container/ |
H A D | It_container_test.cpp | 259 printf("pid %d, ReadlinkContainer readlink %s failed, errno=%d\n", getpid(), path.c_str(), errno); in ReadlinkContainer()
|
/kernel/liteos_a/apps/shell/src/ |
H A D | shmsg.c | 433 ret = tcsetpgrp(STDIN_FILENO, getpid()); in DoCmdExec()
|
/third_party/alsa-utils/alsactl/ |
H A D | daemon.c | 297 sprintf(pid_txt, "%10li\n", (long)getpid()); in write_pid_file()
|
/third_party/libwebsockets/lib/core/ |
H A D | logs.c | 99 #if defined(LWS_WITH_SECURE_STREAMS_PROXY_API) /* ie, will have getpid if set */ in __lws_lc_tag() 101 (unsigned int)n - 1u, "%u|", getpid()); in __lws_lc_tag()
|
/third_party/libunwind/libunwind/src/ia64/ |
H A D | Ginit.c | 352 return _Uelf64_get_proc_name (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
|
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/ |
H A D | pvr_srv_bo.c | 197 getpid(), in pvr_srv_winsys_buffer_create()
|
/third_party/node/src/ |
H A D | node_credentials.cc | 58 getpid()}; in HasOnly()
|
/third_party/musl/porting/linux/user/src/aio/ |
H A D | aio.c | 194 .si_pid = getpid(), in cleanup()
|
/third_party/musl/porting/liteos_a/user/src/aio/ |
H A D | aio.c | 194 .si_pid = getpid(), in cleanup()
|
/third_party/musl/src/aio/ |
H A D | aio.c | 201 .si_pid = getpid(), in cleanup()
|
/third_party/mesa3d/src/intel/ds/ |
H A D | intel_driver_ds.cc | 217 desc->set_pid(getpid()); in send_descriptors()
|
/third_party/ltp/testcases/kernel/ipc/pipeio/ |
H A D | pipeio.c | 507 pid_t self_pid = getpid(); in do_child()
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
H A D | fcntl16.c | 411 parent = getpid(); in setup()
|
H A D | fcntl21.c | 95 parent_pid = getpid(); in setup()
|
H A D | fcntl20.c | 95 parent_pid = getpid(); in setup()
|
H A D | fcntl19.c | 97 parent_pid = getpid(); in setup()
|
H A D | fcntl11.c | 97 parent_pid = getpid(); in setup()
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-icmpv6_sender.c | 604 srand(getpid()); in parse_options()
|
H A D | ns-icmpv4_sender.c | 611 srand(getpid()); in main()
|
/third_party/ltp/testcases/kernel/fs/read_all/ |
H A D | read_all.c | 308 self->pid = getpid(); in worker_run()
|
/third_party/ltp/testcases/network/lib6/ |
H A D | asapi_01.c | 455 pid = getpid(); in setup()
|
/third_party/ltp/testcases/realtime/func/rt-migrate/ |
H A D | rt-migrate.c | 284 printf("Parent pid: %d\n", getpid()); in print_results()
|
/third_party/lwip/src/netif/ppp/ |
H A D | multilink.c | 268 if (parse_num(str, "PPPD_PID=", &pid) && pid != getpid()) { in sendhup()
|
/third_party/lz4/tests/ |
H A D | test-lz4-speed.py | 30 pid = str(os.getpid())
|
Completed in 20 milliseconds
1...<<515253545556575859