Searched refs:thread_condition_ (Results 1 – 2 of 2) sorted by relevance
76 pthread_cond_t* thread_condition_; variable82 DittoBinder(pthread_cond_t* thread_condition) { thread_condition_ = thread_condition; } in DittoBinder()
106 pthread_cond_signal(thread_condition_); in onTransact()