GPCS4/3rdParty/pthreads4w/TODO
2019-06-23 06:00:43 +08:00

9 lines
No EOL
332 B
Text

Things that aren't done yet
---------------------------
1. Implement PTHREAD_PROCESS_SHARED for semaphores, mutexes,
condition variables, read/write locks, barriers.
IMO, to do this in a source code compatible way requires implementation of
POSIX shared memory functions, etc.