| 1312 | |
| 1313 | #if defined(OS_LINUX) && defined(OS_POSIX) && defined(__USE_XOPEN2K) |
| 1314 | int pthread_mutex_timedlock(pthread_mutex_t *__restrict __mutex, |
| 1315 | const struct timespec *__restrict __abstime) { |
| 1316 | return bthread::pthread_mutex_timedlock_impl(__mutex, __abstime); |
| 1317 | } |
| 1318 | #endif // OS_POSIX __USE_XOPEN2K |
| 1319 | |
| 1320 | int pthread_mutex_trylock(pthread_mutex_t* mutex) { |