Home
last modified time | relevance | path

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

/test/dittosuite/include/ditto/
Dbinder.h76 pthread_cond_t* thread_condition_; variable
82 DittoBinder(pthread_cond_t* thread_condition) { thread_condition_ = thread_condition; } in DittoBinder()
/test/dittosuite/src/
Dbinder.cpp106 pthread_cond_signal(thread_condition_); in onTransact()