Searched refs:ptw32_robust_mutex_add (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
D | pthread_mutex_lock.c | 198 ptw32_robust_mutex_add(mutex, self); in pthread_mutex_lock() 213 ptw32_robust_mutex_add(mutex, self); in pthread_mutex_lock() 259 ptw32_robust_mutex_add(mutex, self); in pthread_mutex_lock()
|
D | pthread_mutex_timedlock.c | 253 ptw32_robust_mutex_add(mutex, self); in pthread_mutex_timedlock() 271 ptw32_robust_mutex_add(mutex, self); in pthread_mutex_timedlock() 315 ptw32_robust_mutex_add(mutex, self); in pthread_mutex_timedlock()
|
D | pthread_mutex_trylock.c | 126 ptw32_robust_mutex_add(mutex, self); in pthread_mutex_trylock() 140 ptw32_robust_mutex_add(mutex, self); in pthread_mutex_trylock()
|
D | pthread_mutex_consistent.c | 116 ptw32_robust_mutex_add(pthread_mutex_t* mutex, pthread_t self) in ptw32_robust_mutex_add() function
|
D | implement.h | 625 void ptw32_robust_mutex_add(pthread_mutex_t* mutex, pthread_t self);
|