Searched refs:_pid (Results 1 - 8 of 8) sorted by relevance
| /systemd/src/test/ |
| H A D | test-barrier.c | 90 #define TEST_BARRIER_WAIT_SUCCESS(_pid) \ 93 pidr = waitpid(_pid, &status, 0); \ 94 assert_se(pidr == _pid); \ 99 #define TEST_BARRIER_WAIT_ALARM(_pid) \ 102 pidr = waitpid(_pid, &status, 0); \ 103 assert_se(pidr == _pid); \
|
| /systemd/src/basic/ |
| H A D | cgroup-util.h | 98 int cg_read_pid(FILE *f, pid_t *_pid);
|
| H A D | cgroup-util.c | 79 int cg_read_pid(FILE *f, pid_t *_pid) { argument 86 assert(_pid); 100 *_pid = (pid_t) ul;
|
| /systemd/src/core/ |
| H A D | swap.c | 605 static int swap_spawn(Swap *s, ExecCommand *c, pid_t *_pid) { argument 620 assert(_pid); 657 *_pid = pid;
|
| H A D | busname.c | 392 static int busname_make_starter(BusName *n, pid_t *_pid) { argument 434 *_pid = pid;
|
| H A D | socket.c | 1522 static int socket_spawn(Socket *s, ExecCommand *c, pid_t *_pid) { argument 1538 assert(_pid); 1580 *_pid = pid; 1584 static int socket_chown(Socket *s, pid_t *_pid) { argument 1660 *_pid = pid;
|
| H A D | mount.c | 699 static int mount_spawn(Mount *m, ExecCommand *c, pid_t *_pid) { argument 714 assert(_pid); 751 *_pid = pid;
|
| H A D | service.c | 1157 pid_t *_pid) { 1180 assert(_pid); 1315 *_pid = pid; 1148 service_spawn( Service *s, ExecCommand *c, usec_t timeout, bool pass_fds, bool apply_permissions, bool apply_chroot, bool apply_tty_stdin, bool is_control, pid_t *_pid) argument
|
Completed in 58 milliseconds