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

  /system/extras/tests/bionic/libc/bionic/
test_pthread_cond.c 9 static pthread_cond_t cond2; variable
28 printf("2 waiting for cond2\n");
30 pthread_cond_wait(&cond2, &test_lock );
47 printf("3 signal cond2\n");
48 pthread_cond_signal(&cond2);
72 pthread_cond_init(&cond2, NULL);
  /external/qemu/tcg/ppc/
tcg-target.c 1083 struct { int bit1; int bit2; int cond2; } bits[] = { member in struct:__anon13982
1111 tcg_out_cmp (s, b->cond2, args[1], args[3], const_args[3], 5);
    [all...]
  /external/valgrind/main/VEX/priv/
guest_s390_toIR.c 9427 IRTemp cond2 = newTemp(Ity_I32); local
    [all...]

Completed in 288 milliseconds