Searched defs:pthread_mutex_t (Results 1 - 12 of 12) sorted by relevance

/external/clang/test/Modules/Inputs/merge-name-for-linkage/
H A Da.h1 typedef union {} pthread_mutex_t; typedef in typeref:union:__anon2444
H A Db.h1 typedef union {} pthread_mutex_t; typedef in typeref:union:__anon2445
/external/clang/test/Modules/Inputs/merge-implicit-special-members/
H A Da.h1 struct pthread_mutex_t { int lock; }; struct
H A Db.h1 struct pthread_mutex_t { int lock; }; struct
/external/clang/test/Modules/
H A Dmerge-name-for-linkage.cpp4 typedef union {} pthread_mutex_t; typedef in typeref:union:__anon2456
6 pthread_mutex_t x;
8 pthread_mutex_t y;
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-for-pthread-lock.h8 } pthread_mutex_t; typedef in typeref:struct:__anon1616
18 typedef pthread_mutex_t lck_mtx_t;
20 extern int pthread_mutex_lock(pthread_mutex_t *);
21 extern int pthread_mutex_unlock(pthread_mutex_t *);
22 extern int pthread_mutex_trylock(pthread_mutex_t *);
23 extern int pthread_mutex_destroy(pthread_mutex_t *);
24 extern int pthread_mutex_init(pthread_mutex_t *mutex, const pthread_mutexattr_t *mutexattr);
/external/libnfc-nci/src/include/
H A DNfcAdaptation.h35 operator pthread_mutex_t* () {return &mMutex;}
37 pthread_mutex_t mMutex;
48 operator pthread_mutex_t* () {return ThreadMutex::operator pthread_mutex_t*();}
59 operator pthread_mutex_t* () {return (pthread_mutex_t*)mm;}
/external/opencv3/3rdparty/libwebp/utils/
H A Dthread.h31 typedef CRITICAL_SECTION pthread_mutex_t; typedef
59 pthread_mutex_t mutex_;
/external/libvpx/libvpx/vpx_util/
H A Dvpx_thread.h36 typedef CRITICAL_SECTION pthread_mutex_t; typedef
72 static INLINE int pthread_mutex_init(pthread_mutex_t *const mutex,
79 static INLINE int pthread_mutex_trylock(pthread_mutex_t *const mutex) {
83 static INLINE int pthread_mutex_lock(pthread_mutex_t *const mutex) {
88 static INLINE int pthread_mutex_unlock(pthread_mutex_t *const mutex) {
93 static INLINE int pthread_mutex_destroy(pthread_mutex_t *const mutex) {
136 pthread_mutex_t *const mutex) {
/external/webp/src/utils/
H A Dthread.c25 typedef CRITICAL_SECTION pthread_mutex_t; typedef
54 pthread_mutex_t mutex_;
105 static int pthread_mutex_init(pthread_mutex_t* const mutex, void* mutexattr) {
115 static int pthread_mutex_lock(pthread_mutex_t* const mutex) {
120 static int pthread_mutex_unlock(pthread_mutex_t* const mutex) {
125 static int pthread_mutex_destroy(pthread_mutex_t* const mutex) {
179 pthread_mutex_t* const mutex) {
/external/dng_sdk/source/
H A Ddng_pthread.h169 #define pthread_mutex_t dng_pthread_mutex_t macro
/external/valgrind/perf/
H A Dtest_input_for_tinycc.c522 } pthread_mutex_t; typedef in typeref:struct:__anon20282

Completed in 407 milliseconds