Home
last modified time | relevance | path

Searched refs:welcome_once_block (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/none/tests/
Dpth_once.c33 static pthread_once_t welcome_once_block = PTHREAD_ONCE_INIT; variable
44 if ((rtn = pthread_once(&welcome_once_block, in identify_yourself()
/external/valgrind/helgrind/tests/
Dtc21_pthonce.c48 static pthread_once_t welcome_once_block = PTHREAD_ONCE_INIT; variable
72 r= pthread_once(&welcome_once_block, welcome); assert(!r); in child()