Home
last modified time | relevance | path

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

/third_party/python/Python/
Dthread_pthread.h433 fix_status(int status) in fix_status() function
476 status = fix_status(sem_clockwait(thelock, CLOCK_MONOTONIC, in PyThread_acquire_lock_timed()
479 status = fix_status(sem_timedwait(thelock, &ts)); in PyThread_acquire_lock_timed()
483 status = fix_status(sem_trywait(thelock)); in PyThread_acquire_lock_timed()
486 status = fix_status(sem_wait(thelock)); in PyThread_acquire_lock_timed()