OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ptc_waiters
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libpthread/
pthread_cond.c
92
cond->
ptc_waiters
= NULL;
116
cond->
ptc_waiters
== NULL);
154
for (head = cond->
ptc_waiters
;; head = next) {
158
next = cond->
ptc_waiters
;
166
next = atomic_cas_ptr(&cond->
ptc_waiters
, head, &waiter);
252
for (head = cond->
ptc_waiters
;; head = next) {
256
next = cond->
ptc_waiters
;
263
next = atomic_cas_ptr(&cond->
ptc_waiters
, head,
272
cond->
ptc_waiters
= head->next;
294
if (cond->
ptc_waiters
== NULL
[
all
...]
pthread_types.h
175
void *__pthread_volatile
ptc_waiters
;
member in struct:__pthread_cond_st
Completed in 33 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025