Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Let g_thread_list_lock only protect g_thread_list. | Yabin Cui | 2015-03-23 | 1 | -24/+16 |
* | Make pthread join_state not protected by g_thread_list_lock. | Yabin Cui | 2015-03-12 | 1 | -5/+4 |
* | Use mmap to create the pthread_internal_t | Yabin Cui | 2014-12-19 | 1 | -1/+1 |
* | Fix pthread_join. | Elliott Hughes | 2013-11-18 | 1 | -15/+32 |
* | Handles spurious wake-ups in pthread_join() | msg555 | 2013-06-12 | 1 | -14/+8 |
* | Fix pthreads functions that should return ESRCH. | Elliott Hughes | 2013-02-19 | 1 | -0/+68 |