Home
last modified time | relevance | path

Searched refs:pBool (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
Dstress1.c221 int *pBool; member
245 while (*(cd->pBool) == 0) { in threaded_B()
319 while (*(cd->pBool) == 0) { in threaded_A()
603 CD.pBool = &(td->boolean); in main()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
Dstress1.c221 int *pBool; member
244 while (*(cd->pBool) == 0) { in threaded_B()
307 while (*(cd->pBool) == 0) { in threaded_A()
588 CD.pBool = &(td->boolean); in main()
/external/skia/tools/flags/
DSkCommandLineFlags.h296 static bool CreateBoolFlag(const char* name, const char* shortName, bool* pBool, in CreateBoolFlag() argument
299 info->fBoolValue = pBool; in CreateBoolFlag()