diff options
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +- Check behaviour of calling pthread_exit from main(). + The main thread should wait for other threads to exit + before calling exit. |
index : pthreads-win32 | ||
Unnamed repository; edit this file 'description' to name the repository. | Pixel |
summaryrefslogtreecommitdiff |
-rw-r--r-- | TODO | 3 |
@@ -0,0 +1,3 @@ +- Check behaviour of calling pthread_exit from main(). + The main thread should wait for other threads to exit + before calling exit. |