Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dthread_atheos.h31 static int fastmutex_unlock(fastmutex_t * mutex);
69 static int fastmutex_unlock(fastmutex_t * mutex) in fastmutex_unlock() function
249 if (fastmutex_unlock((fastmutex_t *) lock) < 0) { in PyThread_release_lock()