HomeSort by relevance Sort by last modified time
    Searched refs:gotit (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
4-2.c 66 int gotit; /* Thread locked the mutex while ctrl == 0 */ member in struct:__anon32317
179 td->gotit += 1;
424 td->gotit = 0;
511 output("timedwait returns %d (%s) - gotit = %d\n", ret,
512 strerror(ret), td->gotit);
517 if (td->gotit != 0) {
  /external/python/cpython3/Lib/
threading.py 293 gotit = False
297 gotit = True
300 gotit = waiter.acquire(True, timeout)
302 gotit = waiter.acquire(False)
303 return gotit
306 if not gotit:
    [all...]
  /external/python/cpython2/Lib/
threading.py 352 gotit = waiter.acquire(0)
353 if gotit:
360 if not gotit:
    [all...]

Completed in 555 milliseconds