add semaphore and sched implementation.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1056 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong@gmail.com
2010-11-17 23:35:13 +00:00
parent 5c148b6705
commit 32f6598912
10 changed files with 224 additions and 237 deletions
+1
View File
@@ -1,4 +1,5 @@
#include <pthread.h>
#include <sched.h>
#include "pthread_internal.h"
int pthread_system_init(void)