OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:waitqueue
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/tests/
gettext-6-prg.c
45
pthread_cond_t
waitqueue
;
variable
55
if (pthread_cond_wait (&
waitqueue
, &lock))
65
if (pthread_cond_signal (&
waitqueue
))
150
if (pthread_cond_init (&
waitqueue
, NULL))
gettext-7-prg.c
45
pthread_cond_t
waitqueue
;
variable
55
if (pthread_cond_wait (&
waitqueue
, &lock))
65
if (pthread_cond_signal (&
waitqueue
))
154
if (pthread_cond_init (&
waitqueue
, NULL))
Completed in 22 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026