Searched refs:taskCompleteEvent (Results 1 – 1 of 1) sorted by relevance
219 Event *taskCompleteEvent = (Event *)context; in WaitRxTaskCompleteTask() local220 if (taskCompleteEvent != NULL) { in WaitRxTaskCompleteTask()221 EventSet(taskCompleteEvent); in WaitRxTaskCompleteTask()229 Event *taskCompleteEvent = EventCreate(true); in WaitRxTaskComplete() local230 if (taskCompleteEvent != NULL) { in WaitRxTaskComplete()231 ThreadPostTask(BTM_GetProcessingThread(), WaitRxTaskCompleteTask, taskCompleteEvent); in WaitRxTaskComplete()232 EventWait(taskCompleteEvent, taskTimeout); in WaitRxTaskComplete()233 EventDelete(taskCompleteEvent); in WaitRxTaskComplete()