__thr_umtx_lock
ret = __thr_umtx_lock(mtx, id, timo);
int __thr_umtx_lock(volatile umtx_t *mtx, int id, int timo);
res = __thr_umtx_lock(mtx, id, 0);