/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | mov_ss_trap.c | 53 pid_t parent = getpid(); in enable_watchpoint() 274 nr = 20; /* compat getpid */ in main()
|
/kernel/liteos_a/compat/posix/src/ |
H A D | misc.c | 157 pid_t getpid(void) in getpid() function
|
/kernel/linux/linux-6.6/samples/timers/ |
H A D | hpet_example.c | 251 if ((fcntl(fd, F_SETOWN, getpid()) == 1) || in hpet_fasync()
|
/kernel/liteos_a/testsuites/unittest/process/basic/process/full/ |
H A D | process_test_058.cpp | 96 val = getpgid(getpid()); in TestSpawnAttrGroup()
|
H A D | process_test_059.cpp | 96 val = getpgid(getpid()); in TestSpawnAttrGroup()
|
/kernel/liteos_a/testsuites/unittest/process/basic/process/ |
H A D | process_process_test.cpp | 57 int temp = sched_getaffinity(getpid(), sizeof(cpu_set_t), &cpuset); in GetCpuCount()
|
/test/testfwk/arkxtest/uitest/cj/ |
H A D | uitest_ffi.cpp | 144 auto proPid = static_cast<int32_t>(getpid()); in GetPid()
|
/test/xts/acts/kernel_lite/utils/ |
H A D | utils.cpp | 258 int temp = sched_getaffinity(getpid(), sizeof(cpu_set_t), &cpuset);
in GetCpuCount()
|
/test/xts/acts/kernel_lite/ipc_posix/signal/ |
H A D | SignalTestUtils.cpp | 158 LOGD("in child, pid=%d", getpid());
in SendAndRecvTest()
|
/test/xts/hats/kernel/mmap_v/ |
H A D | MmapVApiTest.cpp | 125 "cat /proc/%d/smaps |grep -A 10 '%lx-' |grep 'Rss:'", getpid(), ptr); in TstSmaps()
|
/third_party/alsa-lib/test/ |
H A D | seq.c | 32 sprintf(name, "SeqUtil - %i", getpid()); in set_name()
|
/third_party/libuv/src/unix/ |
H A D | freebsd.c | 146 mib[3] = getpid(); in uv_resident_set_memory()
|
H A D | netbsd.c | 148 pid = getpid(); in uv_resident_set_memory()
|
/third_party/libunwind/libunwind/src/s390x/ |
H A D | Ginit.c | 343 return _Uelf64_get_proc_name (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
|
/third_party/mbedtls/programs/ssl/ |
H A D | ssl_fork_server.c | 241 pid = getpid(); in main()
|
/third_party/ltp/testcases/cve/ |
H A D | stack_clash.c | 178 sprintf(buf, "/proc/%d/maps", getpid()); in dump_proc_self_maps()
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/ |
H A D | cpuset_cpu_hog.c | 211 " by cpuset(cpus: %s)\n", getpid(), cpu, str); in cpu_hog()
|
/third_party/libwebsockets/lwsws/ |
H A D | main.c | 284 fprintf(stderr, "Root process is %u\n", (unsigned int)getpid()); in main()
|
/third_party/ninja/src/ |
H A D | browse.py | 223 print('Web server pid %d' % os.getpid(), file=sys.stderr )
|
/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | thugetlb.c | 51 #define DEB printf("DEBUG [%d:%s:%d]\n", getpid(), __FILE__, __LINE__);
|
/third_party/ltp/testcases/kernel/syscalls/migrate_pages/ |
H A D | migrate_pages01.c | 169 parent_pid = getpid(); in test_invalid_perm()
|
/third_party/ltp/testcases/network/rpc/basic_tests/rpc01/ |
H A D | rpc1.c | 107 buffer.request_id = getpid(); in main()
|
/third_party/ltp/testcases/kernel/fs/stream/ |
H A D | stream03.c | 68 sprintf(tempfile1, "stream03.%d", getpid()); in main()
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
H A D | memtoy.c | 483 printf("memtoy pid: %d\n", getpid()); in main()
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify13.c | 273 getpid(), in do_test()
|