Home
last modified time | relevance | path

Searched refs:_pid (Results 1 – 7 of 7) sorted by relevance

/systemd-251/src/test/
Dtest-barrier.c77 #define TEST_BARRIER_WAIT_SUCCESS(_pid) \ argument
80 pidr = waitpid(_pid, &status, 0); \
81 assert_se(pidr == _pid); \
86 #define TEST_BARRIER_WAIT_ALARM(_pid) \ argument
89 pidr = waitpid(_pid, &status, 0); \
90 assert_se(pidr == _pid); \
/systemd-251/src/shared/
Dexec-util.c38 pid_t _pid; in do_spawn() local
46 r = safe_fork("(direxec)", FORK_DEATHSIG|FORK_LOG, &_pid); in do_spawn()
78 *pid = _pid; in do_spawn()
/systemd-251/src/basic/
Dcgroup-util.h179 int cg_read_pid(FILE *f, pid_t *_pid);
Dcgroup-util.c64 int cg_read_pid(FILE *f, pid_t *_pid) { in cg_read_pid() argument
71 assert(_pid); in cg_read_pid()
85 *_pid = (pid_t) ul; in cg_read_pid()
/systemd-251/src/core/
Dswap.c663 static int swap_spawn(Swap *s, ExecCommand *c, pid_t *_pid) { in swap_spawn() argument
677 assert(_pid); in swap_spawn()
705 *_pid = pid; in swap_spawn()
Dmount.c821 static int mount_spawn(Mount *m, ExecCommand *c, pid_t *_pid) { in mount_spawn() argument
835 assert(_pid); in mount_spawn()
863 *_pid = pid; in mount_spawn()
Dsocket.c1919 static int socket_spawn(Socket *s, ExecCommand *c, pid_t *_pid) { in socket_spawn() argument
1933 assert(_pid); in socket_spawn()
1961 *_pid = pid; in socket_spawn()
1966 static int socket_chown(Socket *s, pid_t *_pid) { in socket_chown() argument
2030 *_pid = pid; in socket_chown()