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

  /src/external/mit/libuv/dist/test/
test-mutexes.c 28 static uv_cond_t condvar; variable
93 uv_cond_signal(&condvar);
103 for (current = step; current == step; uv_cond_wait(&condvar, &mutex));
142 ASSERT_OK(uv_cond_init(&condvar));
179 uv_cond_destroy(&condvar);
  /src/crypto/external/apache2/openssl/dist/include/internal/
thread_arch.h 78 CRYPTO_CONDVAR *condvar; member in struct:crypto_thread_st

Completed in 41 milliseconds