rt-thread/examples/kernel
Grissiom e9e8e3f3ca TC: do not use rt_sem_trytake to clean the sem
There can be a race condition that the sem has alread been detached
after we did the cleanup. Besides, there is a RT_IPC_CMD_RESET command
in rt_sem_control which is more clear in setting the sem values.
2013-12-18 20:52:55 +08:00
..
SConscript convert end of line 2013-01-08 05:05:02 -08:00
cpuusage.c Re-normalizing the repo 2013-01-08 22:40:58 +08:00
event_simple.c add more Chinese comments. 2010-03-24 15:26:48 +00:00
heap_malloc.c convert end of line 2013-01-08 05:05:02 -08:00
heap_realloc.c convert end of line 2013-01-08 05:05:02 -08:00
mbox_send_wait.c add reentrance check for lwip arch/ethernetif; convert an example to utf-8 format. 2011-06-12 12:02:14 +00:00
mbox_simple.c fix compiling issue. 2010-03-30 02:40:59 +00:00
memp_simple.c fix size issue in memp_simple.c 2010-08-30 13:59:36 +00:00
messageq_simple.c add more Chinese comments. 2010-03-23 09:45:58 +00:00
mutex_simple.c convert end of line 2013-01-08 05:05:02 -08:00
semaphore_buffer_worker.c convert end of line 2013-01-08 05:05:02 -08:00
semaphore_dynamic.c convert end of line 2013-01-08 05:05:02 -08:00
semaphore_priority.c convert end of line 2013-01-08 05:05:02 -08:00
semaphore_producer_consumer.c convert end of line 2013-01-08 05:05:02 -08:00
semaphore_static.c fixed a syntax error 2013-04-10 00:17:52 +08:00
tc_comm.c TC: do not use rt_sem_trytake to clean the sem 2013-12-18 20:52:55 +08:00
tc_comm.h convert end of line 2013-01-08 05:05:02 -08:00
tc_sample.c update testcase for kernel. 2011-12-19 07:08:06 +00:00
thread_delay.c convert end of line 2013-01-08 05:05:02 -08:00
thread_delete.c convert end of line 2013-01-08 05:05:02 -08:00
thread_detach.c convert end of line 2013-01-08 05:05:02 -08:00
thread_dynamic.c convert end of line 2013-01-08 05:05:02 -08:00
thread_dynamic_simple.c convert end of line 2013-01-08 05:05:02 -08:00
thread_priority.c convert end of line 2013-01-08 05:05:02 -08:00
thread_resume.c convert end of line 2013-01-08 05:05:02 -08:00
thread_same_priority.c convert end of line 2013-01-08 05:05:02 -08:00
thread_static.c convert end of line 2013-01-08 05:05:02 -08:00
thread_static_simple.c convert end of line 2013-01-08 05:05:02 -08:00
thread_suspend.c convert end of line 2013-01-08 05:05:02 -08:00
thread_yield.c convert end of line 2013-01-08 05:05:02 -08:00
timer_control.c convert end of line 2013-01-08 05:05:02 -08:00
timer_dynamic.c convert end of line 2013-01-08 05:05:02 -08:00
timer_static.c fix compiling error. 2010-03-25 15:19:42 +00:00
timer_stop_self.c convert end of line 2013-01-08 05:05:02 -08:00
timer_timeout.c convert end of line 2013-01-08 05:05:02 -08:00