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

  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
stress.c 90 pthread_condattr_t *pca; local
119 pca = NULL;
126 pca = &ca;
165 ret = pthread_cond_init(pcnd, pca);
206 if ((ret = pthread_condattr_destroy(pca))) {
s-c.c 93 pthread_condattr_t *pca[10 * SCALABILITY_FACTOR]; member in struct:_teststruct
141 * pca[0] = NULL
142 * pca[1] = Default cond attribute
143 * pca[2] = (if supported) pshared cond attribute
144 * pca[3] = (if supported) monotonic clock cond attribute
145 * pca[4] = (if supported) pshared + monotonic
146 * pca[5] = pca[0]...
176 cur->pca[i] = (i % 5) ? &(cur->ca[i % 4]) : NULL;
190 ret = pthread_cond_init(&(cur->cnd[i]), cur->pca[i])
    [all...]
  /external/clang/test/SemaCXX/
warn-reinterpret-base-class.cpp 91 void reinterpret_not_updowncast(A *pa, const A *pca, A &a, const A &ca) {
97 (void)*reinterpret_cast<const C *>(pca);
98 (void)*reinterpret_cast<const volatile C *>(pca);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winddi.h     [all...]
ntgdi.h 250 W32KAPI WINBOOL WINAPI NtGdiSetColorAdjustment(HDC hdc,PCOLORADJUSTMENT pca);
374 W32KAPI WINBOOL WINAPI NtGdiEngStretchBlt(SURFOBJ *psoDest,SURFOBJ *psoSrc,SURFOBJ *psoMask,CLIPOBJ *pco,XLATEOBJ *pxlo,COLORADJUSTMENT *pca,POINTL *pptlHTOrg,RECTL *prclDest,RECTL *prclSrc,POINTL *pptlMask,ULONG iMode);
376 W32KAPI WINBOOL WINAPI NtGdiEngPlgBlt(SURFOBJ *psoTrg,SURFOBJ *psoSrc,SURFOBJ *psoMsk,CLIPOBJ *pco,XLATEOBJ *pxlo,COLORADJUSTMENT *pca,POINTL *pptlBrushOrg,POINTFIX *pptfxDest,RECTL *prclSrc,POINTL *pptlMask,ULONG iMode);
    [all...]
  /external/caliper/lib/
jersey-core-1.11.jar 

Completed in 549 milliseconds