Home | History | Annotate | Download | only in utils

Lines Matching defs:hContext

57     TI_HANDLE   hContext;
145 context_EnterCriticalSection (pTimerModule->hContext);
148 context_LeaveCriticalSection (pTimerModule->hContext);
199 context_EnterCriticalSection (pTimerModule->hContext);
201 context_LeaveCriticalSection (pTimerModule->hContext);
211 context_EnterCriticalSection (pTimerModule->hContext);
213 context_LeaveCriticalSection (pTimerModule->hContext);
229 * \param hContext - Handle to context module
233 void tmr_Init (TI_HANDLE hTimerModule, TI_HANDLE hOs, TI_HANDLE hReport, TI_HANDLE hContext)
246 pTimerModule->hContext = hContext;
266 pTimerModule->uContextId = context_RegisterClient (pTimerModule->hContext,
302 context_EnterCriticalSection (pTimerModule->hContext);
306 context_LeaveCriticalSection (pTimerModule->hContext);
322 context_LeaveCriticalSection (pTimerModule->hContext);
329 context_EnterCriticalSection (pTimerModule->hContext);
331 context_LeaveCriticalSection (pTimerModule->hContext);
338 context_RequestSchedule (pTimerModule->hContext, pTimerModule->uContextId);
537 context_EnterCriticalSection (pTimerModule->hContext);
559 context_LeaveCriticalSection (pTimerModule->hContext);
562 context_RequestSchedule (pTimerModule->hContext, pTimerModule->uContextId);
595 context_EnterCriticalSection (pTimerModule->hContext);
610 context_LeaveCriticalSection (pTimerModule->hContext);