HomeSort by relevance Sort by last modified time
    Searched refs:mtxExclusiveAccess (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_rwlock_rdlock.c 76 if ((result = pthread_mutex_lock (&(rwl->mtxExclusiveAccess))) != 0)
86 (void) pthread_mutex_unlock (&(rwl->mtxExclusiveAccess));
96 (void) pthread_mutex_unlock (&(rwl->mtxExclusiveAccess));
101 return (pthread_mutex_unlock (&(rwl->mtxExclusiveAccess)));
pthread_rwlock_timedrdlock.c 78 pthread_mutex_timedlock (&(rwl->mtxExclusiveAccess), abstime)) != 0)
93 (void) pthread_mutex_unlock (&(rwl->mtxExclusiveAccess));
103 (void) pthread_mutex_unlock (&(rwl->mtxExclusiveAccess));
108 return (pthread_mutex_unlock (&(rwl->mtxExclusiveAccess)));
pthread_rwlock_tryrdlock.c 76 if ((result = pthread_mutex_trylock (&(rwl->mtxExclusiveAccess))) != 0)
86 (void) pthread_mutex_unlock (&(rwl->mtxExclusiveAccess));
96 (void) pthread_mutex_unlock (&(rwl->mtxExclusiveAccess));
101 return (pthread_mutex_unlock (&rwl->mtxExclusiveAccess));
pthread_rwlock_trywrlock.c 76 if ((result = pthread_mutex_trylock (&(rwl->mtxExclusiveAccess))) != 0)
84 result1 = pthread_mutex_unlock (&(rwl->mtxExclusiveAccess));
101 (void) pthread_mutex_unlock (&(rwl->mtxExclusiveAccess));
106 pthread_mutex_unlock (&(rwl->mtxExclusiveAccess))) == 0)
ptw32_rwlock_cancelwrwait.c 49 (void) pthread_mutex_unlock (&(rwl->mtxExclusiveAccess));
pthread_rwlock_destroy.c 62 if ((result = pthread_mutex_lock (&(rwl->mtxExclusiveAccess))) != 0)
70 (void) pthread_mutex_unlock (&(rwl->mtxExclusiveAccess));
82 result1 = pthread_mutex_unlock (&(rwl->mtxExclusiveAccess));
92 pthread_mutex_unlock (&rwl->mtxExclusiveAccess);
97 pthread_mutex_unlock (&(rwl->mtxExclusiveAccess))) != 0)
105 result2 = pthread_mutex_destroy (&(rwl->mtxExclusiveAccess));
pthread_rwlock_init.c 72 result = pthread_mutex_init (&rwl->mtxExclusiveAccess, NULL);
99 (void) pthread_mutex_destroy (&(rwl->mtxExclusiveAccess));
pthread_rwlock_unlock.c 88 result1 = pthread_mutex_unlock (&(rwl->mtxExclusiveAccess));
pthread_rwlock_timedwrlock.c 78 pthread_mutex_timedlock (&(rwl->mtxExclusiveAccess), abstime)) != 0)
87 (void) pthread_mutex_unlock (&(rwl->mtxExclusiveAccess));
pthread_rwlock_wrlock.c 76 if ((result = pthread_mutex_lock (&(rwl->mtxExclusiveAccess))) != 0)
83 (void) pthread_mutex_unlock (&(rwl->mtxExclusiveAccess));
implement.h 387 pthread_mutex_t mtxExclusiveAccess;
    [all...]

Completed in 49 milliseconds