Searched refs:nwait (Results 1 – 8 of 8) sorted by relevance
/external/ltp/testcases/kernel/syscalls/ipc/semctl/ |
D | semctl06.c | 96 int count, child, status, nwait; in main() local 101 nwait = 0; in main() 126 nwait++; in main() 147 if (count != nwait) { in main() 166 int count, child, nwait; in dotest() local 170 nwait = 0; in dotest() 198 nwait++; in dotest() 221 if (count != nwait) { in dotest()
|
/external/ltp/testcases/kernel/fs/ftest/ |
D | ftest04.c | 148 int count, child, fd, i, nwait, status; in runtest() local 150 nwait = 0; in runtest() 170 nwait++; in runtest() 193 if (count != nwait) { in runtest()
|
D | ftest08.c | 153 int child, count, fd, i, nwait, status; in runtest() local 155 nwait = 0; in runtest() 177 nwait++; in runtest() 200 if (count != nwait) { in runtest()
|
D | ftest01.c | 153 int i, child, count, nwait, status; in runtest() local 155 nwait = 0; in runtest() 178 nwait++; in runtest() 204 if (count != nwait) { in runtest()
|
D | ftest05.c | 162 int child, count, i, nwait, pid, status; in runtest() local 164 nwait = 0; in runtest() 187 nwait++; in runtest() 211 if (count != nwait) { in runtest()
|
D | ftest03.c | 175 int child, count, i, nwait, status; in runtest() local 177 nwait = 0; in runtest() 203 nwait++; in runtest() 231 if (count != nwait) { in runtest()
|
D | ftest07.c | 179 int child, count, i, nwait, status; in runtest() local 181 nwait = 0; in runtest() 204 nwait++; in runtest() 232 if (count != nwait) { in runtest()
|
/external/python/cpython2/Lib/multiprocessing/ |
D | queues.py | 238 nwait = notempty.wait 252 nwait()
|