Home
last modified time | relevance | path

Searched refs:ThreadGetReactor (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dthread.h77 Reactor *ThreadGetReactor(const Thread *thread);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.c80 Reactor *reactor = ThreadGetReactor(g_hciTxThread); in HciInitQueue()
89 Reactor *reactor = ThreadGetReactor(BTM_GetProcessingThread()); in HciInitQueue()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
H A Dalarm_linux.c128 …ReactorRegister(ThreadGetReactor(g_alarmThread), alarm->timerFd, (void *)alarm, AlarmNotify, NULL); in AlarmCreate()
H A Dthread_linux.c205 Reactor *ThreadGetReactor(const Thread *thread) in ThreadGetReactor() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_thread.c76 Reactor *reactor = ThreadGetReactor(g_processingThread); in AllocProcessingQueue()