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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_atheos.h 27 static int fastmutex_create(const char *name, fastmutex_t * mutex);
34 static int fastmutex_create(const char *name, fastmutex_t * mutex) function
176 if (fastmutex_create(name, lock) < 0) {
  /external/python/cpython2/Python/
thread_atheos.h 27 static int fastmutex_create(const char *name, fastmutex_t * mutex);
34 static int fastmutex_create(const char *name, fastmutex_t * mutex) function
176 if (fastmutex_create(name, lock) < 0) {

Completed in 295 milliseconds