HomeSort by relevance Sort by last modified time
    Searched full: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 1043 struct { int bit1; int bit2; int cond2; } bits[] = { member in struct:__anon4867
1071 tcg_out_cmp (s, b->cond2, args[1], args[3], const_args[3], 5);
    [all...]
  /external/sqlite/dist/
shell.c 924 " EXISTS (SELECT 1 FROM /tbl/ WHERE /cond2/)\n"
937 " EXISTS (SELECT 1 FROM /tbl/ WHERE /cond2/)\n"
961 ", '/cond2/', sj(multireplace('old./to/ == /from/'"
    [all...]

Completed in 25 milliseconds