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

  /external/python/cpython2/Modules/_ctypes/libffi/src/arm/
ffi.c 585 static pthread_mutex_t ffi_trampoline_lock = PTHREAD_MUTEX_INITIALIZER; variable
662 pthread_mutex_lock(&ffi_trampoline_lock);
687 pthread_mutex_unlock(&ffi_trampoline_lock);
702 pthread_mutex_lock(&ffi_trampoline_lock);
746 pthread_mutex_unlock (&ffi_trampoline_lock);
  /external/python/cpython2/Modules/_ctypes/libffi/
ChangeLog.libffi-3.1     [all...]

Completed in 107 milliseconds