Home
last modified time | relevance | path

Searched refs:osThreadGetId (Results 1 – 9 of 9) sorted by relevance

/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/rtos/liteos/liteos_m/kal/cmsis/
Dcmsis_liteos.c73 if (thread_id != osThreadGetId()) { in osSignalClear()
87 osThreadId thread_id = osThreadGetId(); in osSignalWait()
140 if (thread_id != osThreadGetId()) {
748 osThreadId thread_id = osThreadGetId(); in osGetThreadIntId()
Dcmsis_liteos2.c334 osThreadId_t osThreadGetId(void) in osThreadGetId() function
351 thread_id = osThreadGetId(); in osThreadGetArgument()
640 osThreadId_t thread_id = osThreadGetId(); in osThreadExit()
/device/soc/st/stm32f407zg/uniproton/hals/cmsis/
Dcmsis_uniproton.c97 osThreadId_t osThreadGetId(void) in osThreadGetId() function
112 struct TagTskCb *taskCb = (struct TagTskCb *)osThreadGetId(); in osThreadGetArgument()
/device/soc/chipsea/cst85/liteos_m/sdk/modules/rtos/src/os_al/
Drtos_al.c78 return osThreadGetId(); in rtos_get_task_handle()
112 task_handle = osThreadGetId(); in rtos_task_delete()
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/include/rtos/liteos/liteos_m/kal/cmsis/
Dcmsis_os2.h695 osThreadId_t osThreadGetId (void);
Dcmsis_os.h242 osThreadId osThreadGetId(void);
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/cmsis/
Dcmsis_os2.h687 osThreadId_t osThreadGetId (void);
Dcmsis_liteos2.c358 osThreadId_t osThreadGetId(void) in osThreadGetId() function
373 LosTaskCB *taskCb = (LosTaskCB *)osThreadGetId(); in osThreadGetArgument()
/device/soc/asrmicro/asr582x/liteos_m/sdk/rtos/
Dlega_rtos.c133 threadId = osThreadGetId(); in lega_rtos_delete_thread()