TencentOS-tiny/kernel/core/include
daishengdong 40f55ec57b support posix
1. posix pthread.h: pthread, pthread_barrier, pthread_cond, pthread_mutex, , pthread_rwlock, pthread_spin, etc
2. posix semaphore.h: sem_*
3. posix mqueue.h: mq_*
4. posix time.h: timer_*
5. to support posix, add tos_barrier, tos_bitmap, tos_rwlock, tos_stopwatch, change name of k_task_t from a char * pointer to a char array.
6. sample, see examples\posix
7. project, see board\TencentOS_tiny_EVB_MX_Plus\KEIL\posix
2020-02-28 00:11:28 +08:00
..
tos_barrier.h support posix 2020-02-28 00:11:28 +08:00
tos_binary_heap.h support posix 2020-02-28 00:11:28 +08:00
tos_bitmap.h support posix 2020-02-28 00:11:28 +08:00
tos_char_fifo.h support posix 2020-02-28 00:11:28 +08:00
tos_compiler.h support posix 2020-02-28 00:11:28 +08:00
tos_completion.h support posix 2020-02-28 00:11:28 +08:00
tos_config_check.h support stm8 2020-02-15 16:39:00 +08:00
tos_config_default.h support posix 2020-02-28 00:11:28 +08:00
tos_countdownlatch.h support posix 2020-02-28 00:11:28 +08:00
tos_err.h support posix 2020-02-28 00:11:28 +08:00
tos_event.h support posix 2020-02-28 00:11:28 +08:00
tos_global.h add ring queue/message queue/mail queue, binary heap/priority queue/priority message queue/priority mail queue 2019-10-28 15:50:46 +08:00
tos_k.h support posix 2020-02-28 00:11:28 +08:00
tos_klib.h support posix 2020-02-28 00:11:28 +08:00
tos_ktypes.h support posix 2020-02-28 00:11:28 +08:00
tos_list.h support posix 2020-02-28 00:11:28 +08:00
tos_mail_queue.h support posix 2020-02-28 00:11:28 +08:00
tos_message_queue.h support posix 2020-02-28 00:11:28 +08:00
tos_mmblk.h support posix 2020-02-28 00:11:28 +08:00
tos_mmheap.h support posix 2020-02-28 00:11:28 +08:00
tos_mutex.h support posix 2020-02-28 00:11:28 +08:00
tos_pend.h support posix 2020-02-28 00:11:28 +08:00
tos_priority_mail_queue.h support posix 2020-02-28 00:11:28 +08:00
tos_priority_message_queue.h support posix 2020-02-28 00:11:28 +08:00
tos_priority_queue.h support posix 2020-02-28 00:11:28 +08:00
tos_ring_queue.h add a set of dyn(create / destroy) interface 2019-10-29 16:57:43 +08:00
tos_robin.h support posix 2020-02-28 00:11:28 +08:00
tos_rwlock.h support posix 2020-02-28 00:11:28 +08:00
tos_sched.h support posix 2020-02-28 00:11:28 +08:00
tos_sem.h support posix 2020-02-28 00:11:28 +08:00
tos_slist.h support posix 2020-02-28 00:11:28 +08:00
tos_stopwatch.h support posix 2020-02-28 00:11:28 +08:00
tos_sys.h support posix 2020-02-28 00:11:28 +08:00
tos_task.h support posix 2020-02-28 00:11:28 +08:00
tos_tick.h support posix 2020-02-28 00:11:28 +08:00
tos_time.h support posix 2020-02-28 00:11:28 +08:00
tos_timer.h support posix 2020-02-28 00:11:28 +08:00