TencentOS-tiny/kernel/core
daishengdong 06cae326a2 add API (tos_task_create_dyn & tos_task_walkthru & tos_task_curr_task_get)
tos_task_create_dyn: create task with dynamic allocated task handler and stack
tos_task_walkthru: API to walk through the statistic list of all the existing task
tos_task_curr_task_get: get current running task handler
2019-10-23 21:22:13 +08:00
..
include add API (tos_task_create_dyn & tos_task_walkthru & tos_task_curr_task_get) 2019-10-23 21:22:13 +08:00
tos_completion.c add countdownlatch and completion 2019-10-10 14:15:25 +08:00
tos_countdownlatch.c add countdownlatch and completion 2019-10-10 14:15:25 +08:00
tos_event.c add license for kernel 2019-10-09 13:15:53 +08:00
tos_fifo.c add license for kernel 2019-10-09 13:15:53 +08:00
tos_global.c add API (tos_task_create_dyn & tos_task_walkthru & tos_task_curr_task_get) 2019-10-23 21:22:13 +08:00
tos_mmblk.c add license for kernel 2019-10-09 13:15:53 +08:00
tos_mmheap.c add tos_mmheap_check & tos_mmheap_pool_check API and TOS_CFG_MMHEAP_DEFAULT_POOL_EN switch 2019-10-14 22:09:57 +08:00
tos_msg.c add license for kernel 2019-10-09 13:15:53 +08:00
tos_mutex.c add countdownlatch and completion 2019-10-10 14:15:25 +08:00
tos_pend.c add countdownlatch and completion 2019-10-10 14:15:25 +08:00
tos_queue.c add license for kernel 2019-10-09 13:15:53 +08:00
tos_robin.c add license for kernel 2019-10-09 13:15:53 +08:00
tos_sched.c add API (tos_task_create_dyn & tos_task_walkthru & tos_task_curr_task_get) 2019-10-23 21:22:13 +08:00
tos_sem.c add API (tos_task_create_dyn & tos_task_walkthru & tos_task_curr_task_get) 2019-10-23 21:22:13 +08:00
tos_sys.c add API (tos_task_create_dyn & tos_task_walkthru & tos_task_curr_task_get) 2019-10-23 21:22:13 +08:00
tos_task.c add API (tos_task_create_dyn & tos_task_walkthru & tos_task_curr_task_get) 2019-10-23 21:22:13 +08:00
tos_tick.c add license for kernel 2019-10-09 13:15:53 +08:00
tos_time.c add license for kernel 2019-10-09 13:15:53 +08:00
tos_timer.c add countdownlatch and completion 2019-10-10 14:15:25 +08:00