Searched refs:wait_busy_condition (Results 1 – 2 of 2) sorted by relevance
638 pthread_cond_destroy(&gpphTmlNfc_Context->wait_busy_condition); in phTmlNfc_CleanUp()1154 ret = pthread_cond_timedwait(&gpphTmlNfc_Context->wait_busy_condition, in phTmlNfc_WaitWriteComplete()1181 ret = pthread_cond_signal(&gpphTmlNfc_Context->wait_busy_condition); in phTmlNfc_SignalWriteComplete()1205 memset(&gpphTmlNfc_Context->wait_busy_condition, 0, in phTmlNfc_WaitReadInit()1206 sizeof(gpphTmlNfc_Context->wait_busy_condition)); in phTmlNfc_WaitReadInit()1208 ret = pthread_cond_init(&gpphTmlNfc_Context->wait_busy_condition, &attr); in phTmlNfc_WaitReadInit()
182 pthread_cond_t wait_busy_condition; /*Condition to wait reader thread*/ member