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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_atheos.h 30 static int fastmutex_timedlock(fastmutex_t * mutex, bigtime_t timeout);
44 if (fastmutex_timedlock(mutex, 0) == 0 || errno == EWOULDBLOCK) {
60 static int fastmutex_timedlock(fastmutex_t * mutex, bigtime_t timeout) function
227 retval = fastmutex_timedlock((fastmutex_t *) lock, 0);
  /external/python/cpython2/Python/
thread_atheos.h 30 static int fastmutex_timedlock(fastmutex_t * mutex, bigtime_t timeout);
44 if (fastmutex_timedlock(mutex, 0) == 0 || errno == EWOULDBLOCK) {
60 static int fastmutex_timedlock(fastmutex_t * mutex, bigtime_t timeout) function
227 retval = fastmutex_timedlock((fastmutex_t *) lock, 0);

Completed in 75 milliseconds