mirror of
https://github.com/Inori/GPCS4.git
synced 2025-04-02 10:31:52 -04:00
9 lines
No EOL
332 B
Text
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.
|
|
|