Searched refs:_s32TspTaskId (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/dmx/drv/tsp3/ |
| H A D | drvTSP.c | 263 … error %x %x %d\n", __FUNCTION__, __LINE__, (int)_s32ExtMutexId, (int)_s32TspTaskId, (int)_db_flag… 267 … error %x %x %d\n", __FUNCTION__, __LINE__, (int)_s32ExtMutexId, (int)_s32TspTaskId, (int)_db_flag… 532 static MS_S32 _s32TspTaskId = -1; variable 1058 while(_s32TspTaskId > 0) in _TSP_SW_Exit() 1073 …me Change %d %d %x\n", __FUNCTION__, __LINE__, (int)u32CurTime, (int)u32Timer, (int)_s32TspTaskId); in _TSP_SW_Exit() 1078 …ut %d %d %x !!!!!!\n", __FUNCTION__, __LINE__, (int)u32CurTime, (int)u32Timer, (int)_s32TspTaskId); in _TSP_SW_Exit() 3110 _s32TspTaskId = -1; in _TSP_Isr_Proc_Task() 3394 _s32TspTaskId = OSAL_TSP_TaskCreate(_TSP_Isr_Proc_Task, (MS_U8*)tsp_isr_task); in _TSP_Init() 4827 if((_s32TspTaskId != -1) && (_s32TspTaskId == MsOS_GetOSThreadID())) in MDrv_TSP_PidFlt_Free() 6950 if((_ptsp_res->_bSWInitReady == TRUE) && (_s32TspTaskId != -1)) in MDrv_TSP_Init() [all …]
|
| /utopia/UTPA2-700.0.x/modules/dmx/drv/tsp/ |
| H A D | drvTSP.c | 468 static MS_S32 _s32TspTaskId = -1; variable 705 while(_s32TspTaskId > 0) in _TSP_SW_Exit() 3573 _s32TspTaskId = -1; 3827 _s32TspTaskId = OSAL_TSP_TaskCreate(_TSP_Isr_Proc_Task, (MS_U8*)tsp_isr_task); 4908 if((_s32TspTaskId != -1) && (_s32TspTaskId == MsOS_GetOSThreadID())) 7446 if((_ptsp_res->_bSWInitReady == TRUE) && (_s32TspTaskId != -1)) 7534 _s32TspTaskId = OSAL_TSP_TaskCreate(_TSP_Isr_Proc_Task, (MS_U8*)tsp_isr_task);
|