Home
last modified time | relevance | path

Searched refs:nwait (Results 1 – 9 of 9) sorted by relevance

/external/ltp/testcases/kernel/syscalls/ipc/semctl/
Dsemctl06.c96 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/
Dftest04.c145 int count, child, fd, i, nwait, status; in runtest() local
147 nwait = 0; in runtest()
160 nwait++; in runtest()
183 if (count != nwait) { in runtest()
Dftest08.c149 int child, count, fd, i, nwait, status; in runtest() local
151 nwait = 0; in runtest()
173 nwait++; in runtest()
196 if (count != nwait) { in runtest()
Dftest01.c154 int i, child, count, nwait, status; in runtest() local
156 nwait = 0; in runtest()
176 nwait++; in runtest()
202 if (count != nwait) { in runtest()
Dftest05.c162 int child, count, i, nwait, pid, status; in runtest() local
164 nwait = 0; in runtest()
183 nwait++; in runtest()
207 if (count != nwait) { in runtest()
Dftest03.c173 int child, count, i, nwait, status; in runtest() local
175 nwait = 0; in runtest()
196 nwait++; in runtest()
224 if (count != nwait) { in runtest()
Dftest07.c177 int child, count, i, nwait, status; in runtest() local
179 nwait = 0; in runtest()
198 nwait++; in runtest()
226 if (count != nwait) { in runtest()
/external/python/cpython2/Lib/multiprocessing/
Dqueues.py238 nwait = notempty.wait
252 nwait()
/external/python/cpython3/Lib/multiprocessing/
Dqueues.py219 nwait = notempty.wait
233 nwait()