__thr_umutex_timedlock
ret = __thr_umutex_timedlock(&m->m_lock, id, abstime);
return (__thr_umutex_timedlock(mtx, id, timeout));
int __thr_umutex_timedlock(struct umutex *mtx, uint32_t id,