Searched refs:fastmutex_timedlock (Results 1 – 1 of 1) sorted by relevance
30 static int fastmutex_timedlock(fastmutex_t * mutex, bigtime_t timeout);44 if (fastmutex_timedlock(mutex, 0) == 0 || errno == EWOULDBLOCK) { in fastmutex_destroy()60 static int fastmutex_timedlock(fastmutex_t * mutex, bigtime_t timeout) in fastmutex_timedlock() function227 retval = fastmutex_timedlock((fastmutex_t *) lock, 0); in PyThread_acquire_lock()