OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PTQ_EMPTY
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libpthread/
pthread_rwlock.c
120
if ((!
PTQ_EMPTY
(&ptr->ptr_rblocked)) ||
121
(!
PTQ_EMPTY
(&ptr->ptr_wblocked)) ||
595
if (!
PTQ_EMPTY
(&ptr->ptr_wblocked))
pthread_queue.h
118
#define
PTQ_EMPTY
(head) ((head)->ptqh_first == NULL)
pthread_tsd.c
169
pthread__assert(
PTQ_EMPTY
(&pthread__tsd_list[i]));
pthread.c
474
if (!
PTQ_EMPTY
(&pthread__deadqueue)) {
665
if (!
PTQ_EMPTY
(&self->pt_cleanup_stack)) {
666
while (!
PTQ_EMPTY
(&self->pt_cleanup_stack)) {
Completed in 14 milliseconds
Indexes created Tue Oct 21 19:09:51 GMT 2025