HomeSort by relevance Sort by last modified time
    Searched full:cond1 (Results 1 - 2 of 2) sorted by null

  /system/extras/tests/bionic/libc/bionic/
test_pthread_cond.c 8 static pthread_cond_t cond1; variable
16 printf("1 waiting for cond1\n");
18 pthread_cond_wait(&cond1, &test_lock );
41 printf("3 waiting for cond1\n");
43 pthread_cond_wait(&cond1, &test_lock );
61 printf("4 broadcast cond1\n");
62 pthread_cond_broadcast(&cond1);
71 pthread_cond_init(&cond1, NULL);
  /external/sqlite/dist/
shell.c 899 " /key_notnull/ AND NOT EXISTS (SELECT 1 FROM /ref/ WHERE /cond1/)\n"
912 " NOT EXISTS (SELECT 1 FROM /ref/ WHERE /cond1/)\n"
957 ", '/cond1/', sj(multireplace('new./from/ == /to/'"
    [all...]

Completed in 148 milliseconds