Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_atheos.h27 static int fastmutex_create(const char *name, fastmutex_t * mutex);
34 static int fastmutex_create(const char *name, fastmutex_t * mutex) in fastmutex_create() function
176 if (fastmutex_create(name, lock) < 0) { in PyThread_allocate_lock()