Searched refs:ThreadGetReactor (Results 1 – 5 of 5) sorted by relevance
77 Reactor *ThreadGetReactor(const Thread *thread);
80 Reactor *reactor = ThreadGetReactor(g_hciTxThread); in HciInitQueue()89 Reactor *reactor = ThreadGetReactor(BTM_GetProcessingThread()); in HciInitQueue()
128 …ReactorRegister(ThreadGetReactor(g_alarmThread), alarm->timerFd, (void *)alarm, AlarmNotify, NULL); in AlarmCreate()
205 Reactor *ThreadGetReactor(const Thread *thread) in ThreadGetReactor() function
76 Reactor *reactor = ThreadGetReactor(g_processingThread); in AllocProcessingQueue()