Searched defs:pthread_mutex_t (Results 1 - 10 of 10) 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:__anon2646
H A Db.h1 typedef union {} pthread_mutex_t; typedef in typeref:union:__anon2647
/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:__anon2658
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:__anon1741
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/webp/src/utils/
H A Dthread_utils.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.h176 #define pthread_mutex_t dng_pthread_mutex_t macro
/external/libvpx/libvpx/vpx_util/
H A Dvpx_thread.h35 typedef CRITICAL_SECTION pthread_mutex_t; typedef
101 static INLINE int pthread_mutex_init(pthread_mutex_t *const mutex,
112 static INLINE int pthread_mutex_trylock(pthread_mutex_t *const mutex) {
116 static INLINE int pthread_mutex_lock(pthread_mutex_t *const mutex) {
121 static INLINE int pthread_mutex_unlock(pthread_mutex_t *const mutex) {
126 static INLINE int pthread_mutex_destroy(pthread_mutex_t *const mutex) {
180 pthread_mutex_t *const mutex) {
206 #define pthread_mutex_t HMTX macro
258 static INLINE int pthread_mutex_init(pthread_mutex_t *const mutex,
264 static INLINE int pthread_mutex_trylock(pthread_mutex_t *cons
[all...]
/external/valgrind/perf/
H A Dtest_input_for_tinycc.c522 } pthread_mutex_t; typedef in typeref:struct:__anon23814

Completed in 479 milliseconds