Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dthread_solaris.h82 mutex_t *lock; in PyThread_allocate_lock()
88 lock = (mutex_t *) malloc(sizeof(mutex_t)); in PyThread_allocate_lock()
102 mutex_destroy((mutex_t *) lock); in PyThread_free_lock()
113 success = mutex_lock((mutex_t *) lock); in PyThread_acquire_lock()
115 success = mutex_trylock((mutex_t *) lock); in PyThread_acquire_lock()
128 if (mutex_unlock((mutex_t *) lock)) in PyThread_release_lock()
Dthread_cthread.h68 mutex_t lock; in PyThread_allocate_lock()
98 mutex_lock((mutex_t)lock); in PyThread_acquire_lock()
101 success = mutex_try_lock((mutex_t)lock); in PyThread_acquire_lock()
111 mutex_unlock((mutex_t )lock); in PyThread_release_lock()
/external/bison/lib/glthread/
Dlock.h524 typedef mutex_t gl_lock_t;
526 STORAGECLASS mutex_t NAME;
528 STORAGECLASS mutex_t NAME = gl_lock_initializer;
567 mutex_t mutex;
596 mutex_t mutex;
/external/swiftshader/third_party/subzero/runtime/
Dszrt_asan.c33 typedef pthread_mutex_t mutex_t; typedef
40 typedef uint32_t mutex_t; typedef
111 mutex_t quarantine_lock = MUTEX_INITIALIZER;
/external/v8/src/third_party/vtune/
Dittnotify_config.h215 typedef CRITICAL_SECTION mutex_t; typedef
229 typedef pthread_mutex_t mutex_t; typedef
372 mutex_t mutex;
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
Dittnotify_config.h180 typedef CRITICAL_SECTION mutex_t; typedef
194 typedef pthread_mutex_t mutex_t; typedef
343 mutex_t mutex;
/external/valgrind/drd/
Ddrd_pthread_intercepts.c384 const int type = ((mutex_t *) mutex)->vki_mutex_type; in DRD_()
836 int mutex_init_intercept(mutex_t *mutex, int type, void *arg) in mutex_init_intercept()
852 (mutex_t *mutex, int type, void *arg),
907 void lmutex_lock_intercept(mutex_t *mutex) in lmutex_lock_intercept()
921 (mutex_t *mutex), (mutex));
998 void lmutex_unlock_intercept(mutex_t *mutex) in lmutex_unlock_intercept()
1012 (mutex_t *mutex), (mutex));
/external/valgrind/helgrind/
Dhg_intercepts.c803 mutex_t *mutex, int type, void *arg) in PTH_FUNC()
819 mutex_t *, mutex, long, mbRec); in PTH_FUNC()
942 mutex_t *mutex) in PTH_FUNC()
951 mutex_t *, mutex, long, 0 /*!isTryLock*/); in PTH_FUNC()
954 mutex_t *, mutex, long, True); in PTH_FUNC()
1131 mutex_t *mutex) in PTH_FUNC()
1141 mutex_t *, mutex); in PTH_FUNC()
1144 mutex_t*, mutex); in PTH_FUNC()