Home
last modified time | relevance | path

Searched refs:has_pending (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/threads/linux/
H A Drwlock.h174 LIBC_INLINE constexpr bool has_pending() const { in has_pending() function
278 state.has_pending(); in spin_reload()
530 if (!old.has_pending()) in unlock()
537 if (!old.has_last_reader() || !old.has_pending()) in unlock()
/freebsd/sys/dev/apple_bce/
H A Dapple_bce_queue.c169 sq->has_pending = 1; in bce_handle_cq_completions()
186 if (sq != NULL && sq->has_pending) { in bce_handle_cq_completions()
187 sq->has_pending = 0; in bce_handle_cq_completions()
H A Dapple_bce.h180 int has_pending; member