pthread_mutex_timedlock
int pthread_mutex_timedlock(pthread_mutex_t * __restrict __mutex,
switch (pthread_mutex_timedlock(mtx, ts)) {
__weak_reference(__pthread_mutex_timedlock, pthread_mutex_timedlock);