Merge branch 'libl4thread' of git://www.b-labs.co.uk/bora/git/codezero into bora

This commit is contained in:
Bahadir Balban
2009-11-05 14:59:59 +02:00
39 changed files with 1052 additions and 66 deletions

View File

@@ -8,6 +8,7 @@
#define THREAD_DESTROY 0x30000000
#define THREAD_RECYCLE 0x40000000
#define THREAD_WAIT 0x50000000
#define THREAD_RESUME THREAD_RUN
#define THREAD_CREATE_MASK 0x0FF00000
#define TC_SHARE_CAPS 0x00100000 /* Share all thread capabilities */