Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_atheos.h30 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() function
227 retval = fastmutex_timedlock((fastmutex_t *) lock, 0); in PyThread_acquire_lock()