OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:static_cond
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/lib/libpthread/
t_cond.c
48
static pthread_cond_t
static_cond
= PTHREAD_COND_INITIALIZER;
variable
185
PTHREAD_REQUIRE(pthread_cond_signal(&
static_cond
));
216
PTHREAD_REQUIRE(pthread_cond_wait(&
static_cond
, &static_mutex));
241
PTHREAD_REQUIRE(pthread_cond_signal(&
static_cond
));
243
PTHREAD_REQUIRE(pthread_cond_wait(&
static_cond
,
280
PTHREAD_REQUIRE(pthread_cond_signal(&
static_cond
));
282
PTHREAD_REQUIRE(pthread_cond_wait(&
static_cond
,
290
PTHREAD_REQUIRE(pthread_cond_signal(&
static_cond
));
326
rv = pthread_cond_timedwait(&
static_cond
, &static_mutex, &ts);
370
PTHREAD_REQUIRE(pthread_cond_signal(&
static_cond
));
[
all
...]
/src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
guard.cc
90
static __gnu_cxx::__cond*
static_cond
;
member in namespace:__anon17208
98
{
static_cond
= new (&fake_cond) __gnu_cxx::__cond(); }
105
return *
static_cond
;
Completed in 16 milliseconds
Indexes created Tue Jul 07 00:25:39 UTC 2026