Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_atheos.h28 static int fastmutex_destroy(fastmutex_t * mutex);
42 static int fastmutex_destroy(fastmutex_t * mutex) in fastmutex_destroy() function
202 if (fastmutex_destroy((fastmutex_t *) lock) < 0) { in PyThread_free_lock()