Searched refs:ThreadPostTask (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/ |
H A D | thread.h | 59 void ThreadPostTask(Thread *thread, TaskFunc func, void *context);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/ |
H A D | thread_linux.c | 191 void ThreadPostTask(Thread *thread, TaskFunc func, void *context) in ThreadPostTask() function
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
H A D | btm_thread.c | 117 ThreadPostTask(g_processingThread, RunAllTaskInQueueTask, &context); in RunAllTaskInQueue()
|
H A D | btm_acl.c | 498 ThreadPostTask(thread, BtmAclTimeoutTask, context); in BtmAclTimeout()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/ |
H A D | hci_cmd.c | 140 ThreadPostTask(thread, HciCmdTimeoutTask, parameter); in HciCmdOnCmdTimeout()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/ |
H A D | hci.c | 231 ThreadPostTask(BTM_GetProcessingThread(), WaitRxTaskCompleteTask, taskCompleteEvent); in WaitRxTaskComplete()
|