| /third_party/ltp/include/ |
| D | tst_sched.h | 21 static inline int sys_sched_setparam(pid_t pid, const struct sched_param *param) in sys_sched_setparam() 26 static inline int sys_sched_getparam(pid_t pid, struct sched_param *param) in sys_sched_getparam() 31 static inline int sys_sched_setscheduler(pid_t pid, int policy, const struct sched_param *param) in sys_sched_setscheduler() 36 static inline int sys_sched_getscheduler(pid_t pid) in sys_sched_getscheduler() 41 static inline int libc_sched_setparam(pid_t pid, const struct sched_param *param) in libc_sched_setparam() 46 static inline int libc_sched_getparam(pid_t pid, struct sched_param *param) in libc_sched_getparam() 51 static inline int libc_sched_setscheduler(pid_t pid, int policy, const struct sched_param *param) in libc_sched_setscheduler() 56 static inline int libc_sched_getscheduler(pid_t pid) in libc_sched_getscheduler()
|
| D | tst_process_state.h | 29 #define TST_PROCESS_STATE_WAIT(pid, state, msec_timeout) \ argument 36 #define TST_PROCESS_EXIT_WAIT(pid, msec_timeout) \ argument 49 #define TST_PROCESS_STATE_WAIT(cleanup_fn, pid, state) \ argument
|
| /third_party/musl/libc-test/src/functionalext/supplement/legacy/ |
| D | daemon.c | 30 pid_t pid; in daemon_0100() local 42 pid_t pid; in daemon_0200() local 57 pid_t pid; in daemon_0300() local 70 pid_t pid; in daemon_0400() local 84 pid_t pid; in daemon_0500() local 98 pid_t pid; in daemon_0600() local
|
| /third_party/ltp/testcases/kernel/sched/hyperthreading/ht_affinity/ |
| D | ht_affinity.c | 43 #define sched_setaffinity(pid, cpusetsize, mask) syscall(__NR_sched_setaffinity, pid, cpusetsize, m… argument 44 #define sched_getaffinity(pid, cpusetsize, mask) syscall(__NR_sched_getaffinity, pid, cpusetsize, m… argument 52 pid_t pid; in HT_SetAffinity() local 129 unsigned long get_porc_affinity(pid_t pid) in get_porc_affinity() 151 pid_t pid; in HT_GetAffinity() local 183 pid_t pid; in HT_InheritAffinity() local
|
| /third_party/musl/libc-test/src/functionalext/fortify/ |
| D | unistd.c | 41 int pid = fork(); in unistd_dynamic_chk_001() local 80 int pid = fork(); in unistd_dynamic_chk_002() local 119 int pid = fork(); in unistd_dynamic_chk_003() local 159 int pid = fork(); in unistd_dynamic_chk_004() local 198 int pid = fork(); in unistd_dynamic_chk_005() local 236 int pid = fork(); in unistd_dynamic_chk_006() local 274 int pid = fork(); in unistd_dynamic_chk_007() local 314 int pid = fork(); in unistd_dynamic_chk_008() local 353 int pid = fork(); in unistd_dynamic_chk_009() local 390 int pid = fork(); in unistd_dynamic_chk_010() local [all …]
|
| D | string_ext.c | 78 int pid = fork(); in test_strcat_0020() local 129 int pid = fork(); in test_strncat_0020() local 177 int pid = fork(); in test_stpcpy_0020() local 228 int pid = fork(); in test_stpncpy_0020() local 278 int pid = fork(); in test_strncpy_0020() local 325 int pid = fork(); in test_memchr_0020() local 372 int pid = fork(); in test_memrchr_0020() local 418 int pid = fork(); in test_strchr_0020() local 466 int pid = fork(); in test_strrchr_0020() local 515 int pid = fork(); in test_strlcat_0020() local [all …]
|
| D | fcntl_ext.c | 53 int pid = fork(); in open_0020() local 87 int pid = fork(); in open_0030() local 136 int pid = fork(); in openat_0020() local 170 int pid = fork(); in openat_0030() local 219 int pid = fork(); in open64_0020() local 253 int pid = fork(); in open64_0030() local 302 int pid = fork(); in openat64_0020() local 336 int pid = fork(); in openat64_0030() local
|
| D | socket_ext.c | 62 int pid = fork(); in send_0010() local 97 int pid = fork(); in recv_0010() local 159 int pid = fork(); in sendto_0010() local 194 int pid = fork(); in recvfrom_0010() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/android/java/src/com/android/angle/test/ |
| D | TestStatusReporter.java | 25 public void testRunStarted(int pid) in testRunStarted() 30 public void testRunFinished(int pid) in testRunFinished() 35 private void sendTestRunBroadcast(String action, int pid) in sendTestRunBroadcast() 43 public void uncaughtException(int pid, Throwable ex) in uncaughtException()
|
| /third_party/pulseaudio/src/pulsecore/ |
| D | pid.c | 54 uint32_t pid; in read_pid() local 136 static int proc_name_ours(pid_t pid, const char *procname) { in proc_name_ours() 189 pid_t pid; local 268 pid_t pid; local 324 int pa_pid_file_check_running(pid_t *pid, const char *procname) { 333 int pa_pid_file_kill(int sig, pid_t *pid, const char *procname) { 394 int pa_pid_file_kill(int sig, pid_t *pid, const char *exe_name) {
|
| /third_party/musl/libc-test/src/functionalext/supplement/process/ |
| D | posix_spawn.c | 31 pid_t pid; in posix_spawn_0100() local 50 pid_t pid; in posix_spawn_0200() local 85 pid_t pid; in posix_spawn_0300() local 112 pid_t pid; in posix_spawn_0400() local
|
| D | posix_spawnp.c | 31 pid_t pid; in posix_spawnp_0100() local 50 pid_t pid; in posix_spawnp_0200() local 85 pid_t pid; in posix_spawnp_0300() local 112 pid_t pid; in posix_spawnp_0400() local
|
| /third_party/toybox/toys/pending/ |
| D | init.c | 27 pid_t pid; member 228 pid_t pid; in final_run() local 272 static struct action_list_seed* mark_as_terminated_process(pid_t pid) in mark_as_terminated_process() 288 static void waitforpid(pid_t pid) in waitforpid() 301 pid_t pid; in run_action_from_list() local 337 pid_t pid; in halt_poweroff_reboot_handler() local 372 pid_t pid; in restart_init_handler() local 414 pid_t pid; in pause_handler() local 491 pid_t pid = waitpid(-1, NULL, suspected_WNOHANG); in init_main() local
|
| /third_party/glib/tests/ |
| D | child-test.c | 54 GPid pid; in get_a_child() local 90 child_watch_callback (GPid pid, gint status, gpointer data) in child_watch_callback() 122 GPid pid; in test_thread() local 147 GPid pid; in main() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/sched/ |
| D | sched_rr_get_interval.c | 30 pid_t pid = getpid(); in sched_rr_get_interval_0100() local 53 pid_t pid = -1; in sched_rr_get_interval_0200() local 71 pid_t pid = getpid(); in sched_rr_get_interval_time64_0100() local
|
| /third_party/toybox/toys/other/ |
| D | taskset.c | 38 #define sched_setaffinity(pid, size, cpuset) \ argument 40 #define sched_getaffinity(pid, size, cpuset) \ argument 46 static void do_taskset(pid_t pid, int quiet) in do_taskset() 107 pid_t pid = strtol(toys.optargs[toys.optc-1], &c, 10); in taskset_main() local
|
| D | chrt.c | 43 #define sched_getparam(pid, param) \ argument 45 #define sched_getscheduler(pid) \ argument 47 #define sched_setscheduler(pid, scheduler, param) \ argument
|
| /third_party/ltp/lib/ |
| D | tst_process_state.c | 15 void (*cleanup_fn)(void), pid_t pid, in tst_process_state_wait() 42 int tst_process_state_wait2(pid_t pid, const char state) in tst_process_state_wait2() 72 int tst_process_exit_wait(pid_t pid, unsigned int msec_timeout) in tst_process_exit_wait()
|
| /third_party/musl/libc-test/src/functional/ |
| D | vfork.c | 10 static int w(pid_t pid) in w() 25 pid_t pid; in test_exit() local 41 pid_t pid; in sh() local
|
| /third_party/ltp/testcases/kernel/syscalls/waitpid/ |
| D | waitpid09.c | 28 static void cleanup_pid(pid_t pid) in cleanup_pid() 38 pid_t pid, ret; in case0() local 71 pid_t pid, ret; in case1() local
|
| /third_party/ltp/testcases/kernel/security/tomoyo/ |
| D | tomoyo_filesystem_test.c | 576 const pid_t pid = ltp_clone_quick(CLONE_NEWNS, child, in main() local 594 const pid_t pid = ltp_clone_quick(CLONE_NEWNS, child, in main() local 611 const pid_t pid = ltp_clone_quick(CLONE_NEWNS, child, in main() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/linux/ |
| D | wait4.c | 36 pid_t pid = fork(); in wait4_0100() local 63 pid_t pid = fork(); in wait4_0200() local 90 pid_t pid = fork(); in wait4_time64_0100() local
|
| /third_party/abseil-cpp/absl/debugging/internal/ |
| D | address_is_readable.cc | 52 static uint64_t Pack(uint64_t pid, uint64_t read_fd, uint64_t write_fd) { in Pack() 60 static void Unpack(uint64_t x, int *pid, int *read_fd, int *write_fd) { in Unpack() 87 int pid; in AddressIsReadable() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
| D | address_is_readable.cc | 52 static uint64_t Pack(uint64_t pid, uint64_t read_fd, uint64_t write_fd) { in Pack() 60 static void Unpack(uint64_t x, int *pid, int *read_fd, int *write_fd) { in Unpack() 87 int pid; in AddressIsReadable() local
|
| /third_party/node/deps/npm/node_modules/worker-farm/tests/ |
| D | index.js | 25 child(0, function (err, pid, rnd) { argument 42 child.run0(function (err, pid, rnd) { argument 60 child(0, function(err, pid) { argument 80 child(0, function (err, pid) { argument 105 child(0, function (err, pid) { argument 130 child(1, function (err, pid) { argument 183 child(0, function (err, pid) { argument 213 child(0, function (err, pid) { argument 351 child.killable(i, function (err, id, pid) { argument 372 child(0, function (err, pid, rnd) { argument [all …]
|