Home
last modified time | relevance | path

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

/system/extras/memory_replay/
DThread.cpp23 pthread_cond_init(&cond_, nullptr); in Thread()
27 pthread_cond_destroy(&cond_); in ~Thread()
33 pthread_cond_wait(&cond_, &mutex_); in WaitForReady()
41 pthread_cond_wait(&cond_, &mutex_); in WaitForPending()
50 pthread_cond_signal(&cond_); in SetPending()
57 pthread_cond_signal(&cond_); in ClearPending()
DThread.h49 pthread_cond_t cond_; variable