Searched refs:spid (Results 1 - 5 of 5) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/manual/unistd/ |
H A D | tcgetpgrp.c | 48 pid_t spid; in tcgetpgrp_0100() local 49 spid = tcgetsid(STDIN_FILENO); in tcgetpgrp_0100() 60 result = tcsetpgrp(STDIN_FILENO, spid); in tcgetpgrp_0100()
|
H A D | tcsetpgrp.c | 48 pid_t spid; in tcsetpgrp_0100() local 49 spid = tcgetsid(STDIN_FILENO); in tcsetpgrp_0100() 60 result = tcsetpgrp(STDIN_FILENO, spid); in tcsetpgrp_0100()
|
/third_party/python/Lib/test/ |
H A D | test_wait4.py | 29 spid, status, rusage = os.wait4(cpid, option) 30 if spid == cpid: 33 self.assertEqual(spid, cpid)
|
H A D | test_wait3.py | 27 spid, status, rusage = os.wait3(os.WNOHANG) 28 if spid == cpid: 32 self.assertEqual(spid, cpid)
|
/third_party/toybox/lib/ |
H A D | xwrap.c | 784 char pidfile[256], spid[32]; in xpidfile() local 799 spid[xread(fd, spid, sizeof(spid)-1)] = 0; in xpidfile() 801 pid = atoi(spid); in xpidfile() 809 xwrite(fd, spid, sprintf(spid, "%ld\n", (long)getpid())); in xpidfile()
|
Completed in 3 milliseconds