Home
last modified time | relevance | path

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

12345678910>>...42

/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/toybox/toys/pending/
Dinit.c27 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/
Dchild-test.c54 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/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
Dwatch.c29 GLOBALS( in GLOBALS()
39 pid_t pid = wait(&status); local
72 pid_t pid = 0; in watch_main() local
/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/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/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/include/
Dtst_process_state.h31 #define TST_PROCESS_STATE_WAIT(pid, state, msec_timeout) \ argument
44 # define TST_PROCESS_STATE_WAIT(cleanup_fn, pid, state) \ argument
/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
/third_party/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
/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/node/test/parallel/
Dtest-cluster-master-kill.js39 pid: worker.process.pid property
58 let pid = null; variable
/third_party/eudev/src/shared/
Dprocess-util.c36 int get_process_comm(pid_t pid, char **name) { in get_process_comm()
52 int get_process_cmdline(pid_t pid, size_t max_length, bool comm_fallback, char **line) { in get_process_cmdline()
145 int get_process_environ(pid_t pid, char **env) { in get_process_environ()
/third_party/skia/third_party/externals/tint/src/ast/
Dreturn_statement.cc24 ReturnStatement::ReturnStatement(ProgramID pid, const Source& src) in ReturnStatement()
27 ReturnStatement::ReturnStatement(ProgramID pid, in ReturnStatement()
Doverride_decoration.cc26 OverrideDecoration::OverrideDecoration(ProgramID pid, const Source& src) in OverrideDecoration()
29 OverrideDecoration::OverrideDecoration(ProgramID pid, in OverrideDecoration()
/third_party/uboot/u-boot-2020.01/drivers/spmi/
Dspmi-uclass.c14 int spmi_reg_read(struct udevice *dev, int usid, int pid, int reg) in spmi_reg_read()
24 int spmi_reg_write(struct udevice *dev, int usid, int pid, int reg, in spmi_reg_write()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
DPass.h84 explicit Pass(PassKind K, char &pid) : PassID(&pid), Kind(K) {} in Pass()
224 explicit ModulePass(char &pid) : Pass(PT_Module, pid) {} in ModulePass()
255 explicit ImmutablePass(char &pid) : ModulePass(pid) {} in ImmutablePass()
284 explicit FunctionPass(char &pid) : Pass(PT_Function, pid) {} in FunctionPass()
/third_party/selinux/libselinux/src/
Dprocattr.c83 static int openattr(pid_t pid, const char *attr, int flags) in openattr()
115 pid_t pid, const char *attr) in getprocattrcon_raw()
198 pid_t pid, const char *attr) in getprocattrcon()
214 pid_t pid, const char *attr) in setprocattrcon_raw()
283 pid_t pid, const char *attr) in setprocattrcon()
/third_party/ltp/testcases/kernel/syscalls/madvise/
Dmadvise08.c108 static int find_sequence(int pid) in find_sequence()
162 pid_t pid; in run_child() local
193 pid_t pid; in run() local
/third_party/musl/src/linux/
Dprocess_vm.c5 ssize_t process_vm_writev(pid_t pid, const struct iovec *lvec, unsigned long liovcnt, const struct … in process_vm_writev()
10 ssize_t process_vm_readv(pid_t pid, const struct iovec *lvec, unsigned long liovcnt, const struct i… in process_vm_readv()
/third_party/ltp/testcases/network/sockets/
DltpClient.c311 int pid = -1; in ltp_run_traceroute_tests() local
338 int pid = -1; in ltp_run_ping_tests() local
365 int network_listener(char *hostName, int pid) in network_listener()
439 void output_to_display(void *netPacket, int bytes, int pid) in output_to_display()
483 void ping_network(struct sockaddr_in *rawAddr, int pid) in ping_network()
560 void ltp_traceroute(struct sockaddr_in *rawTraceAddr, char *hostName, int pid) in ltp_traceroute()

12345678910>>...42