Searched refs:mutex_t (Results 1 - 7 of 7) sorted by relevance

/external/lldb/include/lldb/
H A Dlldb-types.h26 // lldb::mutex_t The native mutex type for mutex objects on the host system.
45 typedef ::pthread_mutex_t mutex_t; typedef in namespace:lldb
/external/v8/src/third_party/vtune/
H A Dittnotify_config.h215 typedef CRITICAL_SECTION mutex_t; typedef
229 typedef pthread_mutex_t mutex_t; typedef
372 mutex_t mutex;
/external/bison/lib/glthread/
H A 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/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
H A Dd3d1xstutil.h711 typedef maybe_mutex_t<true> mutex_t; typedef
830 mutex_t private_data_mutex;
848 lock_t<mutex_t> lock(private_data_mutex);
889 lock_t<mutex_t> lock(private_data_mutex);
913 lock_t<mutex_t> lock(private_data_mutex);
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h180 typedef CRITICAL_SECTION mutex_t; typedef
194 typedef pthread_mutex_t mutex_t; typedef
343 mutex_t mutex;
/external/valgrind/drd/
H A Ddrd_pthread_intercepts.c78 * - pthread_mutex_t == mutex_t
384 const int type = ((mutex_t *) mutex)->vki_mutex_type;
830 int mutex_init_intercept(mutex_t *mutex, int type, void *arg)
846 (mutex_t *mutex, int type, void *arg),
898 * by zeroing mutex_t structure.
901 void lmutex_lock_intercept(mutex_t *mutex)
915 (mutex_t *mutex), (mutex));
992 void lmutex_unlock_intercept(mutex_t *mutex)
1006 (mutex_t *mutex), (mutex));
/external/valgrind/helgrind/
H A Dhg_intercepts.c795 mutex_t *mutex, int type, void *arg)
811 mutex_t *, mutex, long, mbRec);
930 * by zeroing mutex_t structure.
934 mutex_t *mutex)
943 mutex_t *, mutex, long, 0 /*!isTryLock*/);
946 mutex_t *, mutex, long, True);
1123 mutex_t *mutex)
1133 mutex_t *, mutex);
1136 mutex_t*, mutex);

Completed in 369 milliseconds