Searched refs:uvIntSave (Results 1 – 2 of 2) sorted by relevance
936 #define SET_PERIOD(usSwTmrID, uvIntSave, pstSwtmr, ticks) { \ argument938 uvIntSave = LOS_IntLock(); \942 (void)LOS_IntRestore((uvIntSave)); \947 (void)LOS_IntRestore(uvIntSave); \960 UINTPTR uvIntSave; in tls_os_timer_change() local967 SET_PERIOD(usSwTmrID, uvIntSave, pstSwtmr, ticks); in tls_os_timer_change()
249 UINTPTR uvIntSave; in osKernelGetTickCount() local258 uvIntSave = LOS_IntLock(); in osKernelGetTickCount()264 LOS_IntRestore(uvIntSave); in osKernelGetTickCount()432 UINTPTR uvIntSave; in osTaskStackWaterMarkGet() local439 uvIntSave = LOS_IntLock(); in osTaskStackWaterMarkGet()443 LOS_IntRestore(uvIntSave); in osTaskStackWaterMarkGet()457 LOS_IntRestore(uvIntSave); in osTaskStackWaterMarkGet()