Home
last modified time | relevance | path

Searched defs:reactor (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_thread.c76 Reactor *reactor = ThreadGetReactor(g_processingThread); in AllocProcessingQueue() local
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
H A Dthread_linux.c38 Reactor *reactor; member
[all...]
H A Dreactor_linux.c40 Reactor *reactor; member
56 void ReactorSetThreadId(Reactor *reactor, unsigned long threadId) in ReactorSetThreadId() argument
63 Reactor *reactor = (Reactor *)calloc(1, sizeof(Reactor)); in ReactorCreate() local
106 ReactorDelete(Reactor *reactor) ReactorDelete() argument
119 ReactorStart(Reactor *reactor) ReactorStart() argument
175 ReactorStop(const Reactor *reactor) ReactorStop() argument
181 ReactorRegister( Reactor *reactor, int fd, void *context, void (*onReadReady)(void *context), void (*onWriteReady)(void *context)) ReactorRegister() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.c99 Reactor *reactor = ThreadGetReactor(g_hciTxThread); in HciInitQueue() local
108 Reactor *reactor = ThreadGetReactor(BTM_GetProcessingThread()); in HciInitQueue() local

Completed in 3 milliseconds