Home
last modified time | relevance | path

Searched refs:osThreadId_t (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/cmsis/
H A Dcmsis_os2.h374 typedef void *osThreadId_t; typedef
668 osThreadId_t osThreadNew (osThreadFunc_t func, void *argument, const osThreadAttr_t *attr);
678 const char *osThreadGetName (osThreadId_t thread_id);
687 osThreadId_t osThreadGetId (void);
698 osThreadState_t osThreadGetState (osThreadId_t thread_id);
708 uint32_t osThreadGetStackSize (osThreadId_t thread_id);
718 uint32_t osThreadGetStackSpace (osThreadId_t thread_id);
729 osStatus_t osThreadSetPriority (osThreadId_t thread_id, osPriority_t priority);
739 osPriority_t osThreadGetPriority (osThreadId_t thread_id);
758 osStatus_t osThreadSuspend (osThreadId_t thread_i
[all...]
H A Dcmsis_liteos2.c305 osThreadId_t osThreadNew(osThreadFunc_t func, void *argument, const osThreadAttr_t *attr) in osThreadNew()
318 return (osThreadId_t)NULL; in osThreadNew()
335 return (osThreadId_t)NULL; in osThreadNew()
340 return (osThreadId_t)pstTaskCB; in osThreadNew()
344 const char *osThreadGetName(osThreadId_t thread_id) in osThreadGetName()
358 osThreadId_t osThreadGetId(void) in osThreadGetId()
364 return (osThreadId_t)(g_losTask.runTask); in osThreadGetId()
384 osThreadState_t osThreadGetState(osThreadId_t thread_id) in osThreadGetState()
414 uint32_t osThreadGetStackSize(osThreadId_t thread_id) in osThreadGetStackSize()
462 uint32_t osThreadGetStackSpace(osThreadId_t thread_i
[all...]
/device/qemu/riscv32_virt/liteos_m/board/driver/
H A Dvirtinput.c85 osThreadId_t tid;

Completed in 4 milliseconds