HomeSort by relevance Sort by last modified time
    Searched refs:welcome_once_block (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/none/tests/
pth_once.c 33 static pthread_once_t welcome_once_block = PTHREAD_ONCE_INIT; variable
44 if ((rtn = pthread_once(&welcome_once_block,
  /external/valgrind/main/helgrind/tests/
tc21_pthonce.c 48 static pthread_once_t welcome_once_block = PTHREAD_ONCE_INIT; variable
72 r= pthread_once(&welcome_once_block, welcome); assert(!r);

Completed in 172 milliseconds