OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_cond_exit
(Results
1 - 1
of
1
) sorted by null
/ndk/sources/cxx-stl/gabi++/tests/
malloc_lockup.cpp
67
static pthread_cond_t
g_cond_exit
= PTHREAD_COND_INITIALIZER;
variable
89
pthread_cond_wait(&
g_cond_exit
, &g_lock);
136
pthread_cond_broadcast(&
g_cond_exit
);
Completed in 239 milliseconds