diff options
Diffstat (limited to 'pthreads/TODO')
-rw-r--r-- | pthreads/TODO | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pthreads/TODO b/pthreads/TODO new file mode 100644 index 000000000..fa9efc46e --- /dev/null +++ b/pthreads/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. + + |