HomeSort by: relevance | last modified time | path
    Searched defs:cond2 (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/libexec/ld.elf_so/
h_thread_local_dtor.c 37 static pthread_cond_t cond2 = PTHREAD_COND_INITIALIZER; variable in typeref:typename:pthread_cond_t
50 pthread_cond_wait(&cond2, &mutex);
87 pthread_cond_signal(&cond2);
h_thread_local_dtor.c 37 static pthread_cond_t cond2 = PTHREAD_COND_INITIALIZER; variable in typeref:typename:pthread_cond_t
50 pthread_cond_wait(&cond2, &mutex);
87 pthread_cond_signal(&cond2);

Completed in 22 milliseconds