_thr_umtx_wake
_thr_umtx_wake(&new_thread->cycle, INT_MAX, 0);
_thr_umtx_wake(&curthread->cycle, INT_MAX, 0);
_thr_umtx_wake(&once_control->state, INT_MAX, 0);
_thr_umtx_wake(&once_control->state, INT_MAX, 0);
_thr_umtx_wake(waddr, INT_MAX, 0);
_thr_umtx_wake(&thread->cycle, 1, 0);
_thr_umtx_wake(&curthread->cycle, INT_MAX, 0);
_thr_umtx_wake(&_suspend_all_cycle, INT_MAX, 0);
int _thr_umtx_wake(volatile void *mtx, int count, int shared) __hidden;