Searched refs:tc_tag_unlock (Results 1 – 2 of 2) sorted by relevance
101 void (*tc_tag_unlock)(void **); member168 if (_thread_cb.tc_tag_unlock != NULL) \169 _thread_cb.tc_tag_unlock(&(__THREAD_NAME(name))); \
69 _thread_cb.tc_tag_unlock = _thread_tag_unlock; in _thread_set_callbacks()