OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:s_cond2
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/drd/tests/
pth_uninitialized_cond.c
11
static pthread_cond_t
s_cond2
= PTHREAD_COND_INITIALIZER;
variable
22
*((char*)&
s_cond2
+ sizeof(
s_cond2
) - 1) ^= 1;
23
pthread_cond_signal(&
s_cond2
);
Completed in 455 milliseconds