Home
last modified time | relevance | path

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

/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
Dstress1.c204 int *pBool; member
228 while (*(cd->pBool) == 0) { in threaded_B()
302 while (*(cd->pBool) == 0) { in threaded_A()
586 CD.pBool = &(td->boolean); in main()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
Dstress1.c213 int *pBool; member
236 while (*(cd->pBool) == 0) { in threaded_B()
299 while (*(cd->pBool) == 0) { in threaded_A()
580 CD.pBool = &(td->boolean); in main()
/external/skia/tools/flags/
DCommandLineFlags.h275 bool* pBool, in CreateBoolFlag() argument
279 info->fBoolValue = pBool; in CreateBoolFlag()
/external/skqp/tools/flags/
DSkCommandLineFlags.h333 static bool CreateBoolFlag(const char* name, const char* shortName, bool* pBool, in CreateBoolFlag() argument
336 info->fBoolValue = pBool; in CreateBoolFlag()