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

  /system/core/libcutils/include/cutils/
threads.h 99 static __inline__ void mutex_destroy(mutex_t* lock) function
135 static __inline__ void mutex_destroy(mutex_t* lock) function
  /external/valgrind/helgrind/tests/
filter_stderr_solaris 22 'mutex_destroy' => 'pthread_mutex_destroy',
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_solaris.h 102 mutex_destroy((mutex_t *) lock);
  /external/python/cpython2/Python/
thread_solaris.h 102 mutex_destroy((mutex_t *) lock);
  /external/valgrind/drd/tests/
filter_stderr_solaris 28 'mutex_destroy' => 'pthread_mutex_destroy',
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
SmartPtr.h 72 mutex_destroy(m_lock);
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/
closedir.c 82 mutex_destroy((mutex_t *)dirp->dd_lock);
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
reentrant.h 152 #define mutex_destroy(m) __libc_mutex_destroy((m)) macro
238 #define mutex_destroy(m)
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_posix.cc 246 MUTEX_DESTROY,
340 case Event::MUTEX_DESTROY:
473 Event event(Event::MUTEX_DESTROY, &m);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xthreads.h 88 # define xmutex_clear(m) mutex_destroy(m)
213 # define xmutex_clear(m) mutex_destroy(m)
  /external/python/cpython2/Lib/plat-irix5/
FILE.py 88 def mutex_destroy(m): return freesema(m) function
  /system/core/libcutils/
hashmap.cpp 155 mutex_destroy(&map->lock);
  /hardware/ril/libril/
ril_event.cpp 35 #define MUTEX_DESTROY() pthread_mutex_destroy(&listMutex)
  /external/valgrind/drd/
drd_mutex.c 109 DRD_(trace_msg)("[%u] mutex_destroy %s 0x%lx rc %d owner %u",
drd_pthread_intercepts.c 871 /* On Solaris, pthread_mutex_destroy is a weak alias to mutex_destroy. */
    [all...]
  /external/valgrind/helgrind/
hg_intercepts.c 835 // Solaris: mutex_destroy (pthread_mutex_destroy is a weak alias)
876 PTH_FUNC(int, mutexZudestroy, // mutex_destroy
    [all...]

Completed in 545 milliseconds