Searched refs:btif_thread_post (Results 1 – 2 of 2) sorted by relevance
59 void btif_thread_post(thread_fn func, void *context);159 btif_thread_post(event_signal_stack_up, NULL); in event_start_up_stack()181 btif_thread_post(event_signal_stack_down, NULL); in event_shut_down_stack()
310 void btif_thread_post(thread_fn func, void *context) { in btif_thread_post() function