Searched refs:wake_all (Results 1 – 2 of 2) sorted by relevance
27 int z_impl_k_futex_wake(struct k_futex *futex, bool wake_all) in z_impl_k_futex_wake() argument48 } while (thread && wake_all); in z_impl_k_futex_wake()55 static inline int z_vrfy_k_futex_wake(struct k_futex *futex, bool wake_all) in z_vrfy_k_futex_wake() argument61 return z_impl_k_futex_wake(futex, wake_all); in z_vrfy_k_futex_wake()
2011 __syscall int k_futex_wake(struct k_futex *futex, bool wake_all);