Searched refs:futex_user_store (Results 1 – 1 of 1) sorted by relevance
206 static int futex_user_store(uint32_t *, uint32_t);362 return (futex_user_store(condvar, CLOUDABI_CONDVAR_HAS_NO_WAITERS)); in futex_condvar_unmanage()674 error = futex_user_store(lock, in futex_lock_wake_up_next()684 error = futex_user_store(lock, in futex_lock_wake_up_next()695 error = futex_user_store(lock, in futex_lock_wake_up_next()960 futex_user_store(uint32_t *obj, uint32_t val) in futex_user_store() function1000 error = futex_user_store(condvar, ~CLOUDABI_CONDVAR_HAS_NO_WAITERS); in cloudabi_futex_condvar_wait()