Home | History | Annotate | Download | only in aom_util

Lines Matching defs:pthread_mutex_t

38 typedef CRITICAL_SECTION pthread_mutex_t;
99 static INLINE int pthread_mutex_init(pthread_mutex_t *const mutex,
110 static INLINE int pthread_mutex_trylock(pthread_mutex_t *const mutex) {
114 static INLINE int pthread_mutex_lock(pthread_mutex_t *const mutex) {
119 static INLINE int pthread_mutex_unlock(pthread_mutex_t *const mutex) {
124 static INLINE int pthread_mutex_destroy(pthread_mutex_t *const mutex) {
195 pthread_mutex_t *const mutex) {
221 #define pthread_mutex_t HMTX
273 static INLINE int pthread_mutex_init(pthread_mutex_t *const mutex,
279 static INLINE int pthread_mutex_trylock(pthread_mutex_t *const mutex) {
283 static INLINE int pthread_mutex_lock(pthread_mutex_t *const mutex) {
287 static INLINE int pthread_mutex_unlock(pthread_mutex_t *const mutex) {
291 static INLINE int pthread_mutex_destroy(pthread_mutex_t *const mutex) {
340 pthread_mutex_t *const mutex) {