Home | History | Annotate | Download | only in utils

Lines Matching defs:hContext

56     TI_HANDLE   hContext;
140 context_EnterCriticalSection (pTimerModule->hContext);
143 context_LeaveCriticalSection (pTimerModule->hContext);
192 context_EnterCriticalSection (pTimerModule->hContext);
194 context_LeaveCriticalSection (pTimerModule->hContext);
201 context_EnterCriticalSection (pTimerModule->hContext);
203 context_LeaveCriticalSection (pTimerModule->hContext);
218 * \param hContext - Handle to context module
222 void tmr_Init (TI_HANDLE hTimerModule, TI_HANDLE hOs, TI_HANDLE hReport, TI_HANDLE hContext)
235 pTimerModule->hContext = hContext;
255 pTimerModule->uContextId = context_RegisterClient (pTimerModule->hContext,
290 context_EnterCriticalSection (pTimerModule->hContext);
294 context_LeaveCriticalSection (pTimerModule->hContext);
313 context_LeaveCriticalSection (pTimerModule->hContext);
318 context_RequestSchedule (pTimerModule->hContext, pTimerModule->uContextId);
517 context_EnterCriticalSection (pTimerModule->hContext);
539 context_LeaveCriticalSection (pTimerModule->hContext);
542 context_RequestSchedule (pTimerModule->hContext, pTimerModule->uContextId);
575 context_EnterCriticalSection (pTimerModule->hContext);
590 context_LeaveCriticalSection (pTimerModule->hContext);