Home
last modified time | relevance | path

Searched defs:pid (Results 1 – 25 of 1102) sorted by relevance

12345678910>>...45

/third_party/ltp/include/
Dtst_sched.h21 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()
Dtst_process_state.h29 #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/
Ddaemon.c30 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/musl/libc-test/src/functionalext/fortify/
Dunistd.c41 int pid = fork(); in unistd_dynamic_chk_001() local
80 int pid = fork(); in unistd_dynamic_chk_002() local
120 int pid = fork(); in unistd_dynamic_chk_003() local
161 int pid = fork(); in unistd_dynamic_chk_004() local
201 int pid = fork(); in unistd_dynamic_chk_005() local
240 int pid = fork(); in unistd_dynamic_chk_006() local
279 int pid = fork(); in unistd_dynamic_chk_007() local
320 int pid = fork(); in unistd_dynamic_chk_008() local
360 int pid = fork(); in unistd_dynamic_chk_009() local
398 int pid = fork(); in unistd_dynamic_chk_010() local
[all …]
Dstring_ext.c80 int pid = fork(); in test_strcat_0020() local
131 int pid = fork(); in test_strncat_0020() local
179 int pid = fork(); in test_stpcpy_0020() local
230 int pid = fork(); in test_stpncpy_0020() local
280 int pid = fork(); in test_strncpy_0020() local
327 int pid = fork(); in test_memchr_0020() local
374 int pid = fork(); in test_memrchr_0020() local
420 int pid = fork(); in test_strchr_0020() local
468 int pid = fork(); in test_strrchr_0020() local
517 int pid = fork(); in test_strlcat_0020() local
[all …]
Dfcntl_ext.c62 int pid = fork(); in open_0020() local
96 int pid = fork(); in open_0030() local
158 int pid = fork(); in openat_0020() local
192 int pid = fork(); in openat_0030() local
255 int pid = fork(); in open64_0020() local
289 int pid = fork(); in open64_0030() local
351 int pid = fork(); in openat64_0020() local
385 int pid = fork(); in openat64_0030() local
Dpoll.c57 int pid = fork(); in poll_0020() local
90 int pid = fork(); in poll_0030() local
148 int pid = fork(); in ppoll_0020() local
181 int pid = fork(); in ppoll_0030() local
Dsocket_ext.c62 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/ltp/testcases/kernel/sched/hyperthreading/ht_affinity/
Dht_affinity.c43 #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/skia/third_party/externals/angle2/src/tests/test_utils/runner/android/java/src/com/android/angle/test/
DTestStatusReporter.java25 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/
Dpid.c54 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/
Dposix_spawn.c31 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
Dposix_spawnp.c31 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/
Dinit.c27 pid_t pid; member
241 pid_t pid; in final_run() local
285 static struct action_list_seed* mark_as_terminated_process(pid_t pid) in mark_as_terminated_process()
301 static void waitforpid(pid_t pid) in waitforpid()
310 pid_t pid; in run_action_from_list() local
346 pid_t pid; in halt_poweroff_reboot_handler() local
381 pid_t pid; in restart_init_handler() local
423 pid_t pid; in pause_handler() local
504 pid_t pid = waitpid(-1, NULL, suspected_WNOHANG); in init_main() local
/third_party/cups-filters/filter/foomatic-rip/
Dprocess.c37 pid_t pid; member
49 void add_process(const char *name, int pid, int isgroup) in add_process()
63 int find_process(int pid) in find_process()
99 pid_t pid; in _start_process() local
202 int wait_for_process(int pid) in wait_for_process()
226 int pid = start_system_process(name, command, NULL, NULL); in run_system_process() local
/third_party/toybox/toys/other/
Dtaskset.c38 #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
Dchrt.c43 #define sched_getparam(pid, param) \ argument
45 #define sched_getscheduler(pid) \ argument
47 #define sched_setscheduler(pid, scheduler, param) \ argument
/third_party/musl/libc-test/src/functionalext/supplement/sched/
Dsched_rr_get_interval.c30 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/ltp/lib/
Dtst_process_state.c15 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/
Dvfork.c10 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/security/tomoyo/
Dtomoyo_filesystem_test.c576 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/ltp/testcases/kernel/syscalls/waitpid/
Dwaitpid09.c28 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/node/deps/npm/node_modules/worker-farm/tests/
Dindex.js25 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 …]
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dwait4.c36 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/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Daddress_is_readable.cc52 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

12345678910>>...45