Home
last modified time | relevance | path

Searched refs:gotit (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
D4-2.c75 int gotit; /* Thread locked the mutex while ctrl == 0 */ member
188 td->gotit += 1; in tf()
433 td->gotit = 0; in main()
521 strerror(ret), td->gotit); in main()
526 if (td->gotit != 0) { in main()
/external/python/cpython2/Lib/
Dthreading.py352 gotit = waiter.acquire(0)
353 if gotit:
360 if not gotit: