_mtx_lock_ex
int _mtx_lock_ex(mtx_t *mtx, int flags, int to);
_mtx_lock_ex(mtx, 0, 0);
return(_mtx_lock_ex(mtx, flags, to));