OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pto_done
(Results
1 - 5
of
5
) sorted by relevancy
/src/lib/libpthread/
pthread_once.c
62
if (once_control->
pto_done
== 0) {
65
if (once_control->
pto_done
== 0) {
68
once_control->
pto_done
= 1;
pthread_types.h
202
int
pto_done
;
member in struct:__pthread_once_st
/src/lib/libc/include/
reentrant.h
317
if (__predict_false(once_control->
pto_done
== 0)) {
319
once_control->
pto_done
= 1;
/src/lib/libc/thread-stub/
thread-stub.c
400
if (o->
pto_done
== 0) {
402
o->
pto_done
= 1;
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
types.d
918
int
pto_done
;
Completed in 22 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026