| 1307 | } |
| 1308 | |
| 1309 | int pthread_mutex_lock(pthread_mutex_t* mutex) { |
| 1310 | return bthread::pthread_mutex_lock_impl(mutex); |
| 1311 | } |
| 1312 | |
| 1313 | #if defined(OS_LINUX) && defined(OS_POSIX) && defined(__USE_XOPEN2K) |
| 1314 | int pthread_mutex_timedlock(pthread_mutex_t *__restrict __mutex, |