Home
last modified time | relevance | path

Searched refs:cond_ (Results 1 – 2 of 2) sorted by relevance

/system/extras/memory_replay/
DThread.cpp22 pthread_cond_init(&cond_, nullptr); in Thread()
26 pthread_cond_destroy(&cond_); in ~Thread()
32 pthread_cond_wait(&cond_, &mutex_); in WaitForReady()
40 pthread_cond_wait(&cond_, &mutex_); in WaitForPending()
49 pthread_cond_signal(&cond_); in SetPending()
56 pthread_cond_signal(&cond_); in ClearPending()
DThread.h47 pthread_cond_t cond_; variable