Searched defs:cond2 (Results 1 - 4 of 4) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/
H A D1-1.c18 pthread_cond_t cond1, cond2; variable
39 /* Initialize cond2 with NULL attributes */
40 if ((rc = pthread_cond_init(&cond2, NULL)) != 0) {
41 fprintf(stderr, "Fail to initialize cond2, rc=%d\n", rc);
59 /* Destroy cond2 */
60 if ((rc = pthread_cond_destroy(&cond2)) != 0) {
61 fprintf(stderr, "Fail to destroy cond2, rc=%d\n", rc);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_init/
H A D1-1.c34 pthread_cond_t cond2; local
51 rc = pthread_cond_init(&cond2, NULL);
/external/freetype/src/cff/
H A Dcf2intrp.c1256 CF2_F16Dot16 cond2; local
1261 cond2 = cf2_stack_popFixed( opStack );
1266 cf2_stack_pushFixed( opStack, cond1 <= cond2 ? arg1 : arg2 );
/external/valgrind/VEX/priv/
H A Dguest_s390_toIR.c11504 IRTemp cond2 = newTemp(Ity_I32); local
11505 assign(cond2, unop(Iop_1Uto32,
11518 binop(Iop_And32, mkexpr(cond1), mkexpr(cond2)),

Completed in 277 milliseconds