diff options
Diffstat (limited to 'libs/pthreads/docs/TODO')
-rw-r--r-- | libs/pthreads/docs/TODO | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/pthreads/docs/TODO b/libs/pthreads/docs/TODO new file mode 100644 index 0000000000..fa9efc46e7 --- /dev/null +++ b/libs/pthreads/docs/TODO @@ -0,0 +1,7 @@ + Things that aren't done yet + --------------------------- + +1. Implement PTHREAD_PROCESS_SHARED for semaphores, mutexes, + condition variables, read/write locks, barriers. + + |