Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Let g_thread_list_lock only protect g_thread_list. | Yabin Cui | 2015-03-23 | 1 | -18/+15 |
* | Return EINVAL when calling pthread_detach for joined thread. | Yabin Cui | 2015-03-19 | 1 | -1/+1 |
* | Fix two errors in pthread_detach.cpp. | Yabin Cui | 2015-03-19 | 1 | -1/+1 |
* | Fix build: pthread_mutex/pthread_detach. | Yabin Cui | 2015-03-17 | 1 | -2/+2 |
* | Make pthread join_state not protected by g_thread_list_lock. | Yabin Cui | 2015-03-12 | 1 | -12/+9 |
* | Fix possible leak in pthread_detach. | Yabin Cui | 2015-01-15 | 1 | -15/+18 |
* | Use mmap to create the pthread_internal_t | Yabin Cui | 2014-12-19 | 1 | -1/+1 |
* | Fix pthread_detach for already-exited threads. | Elliott Hughes | 2014-03-07 | 1 | -0/+6 |
* | Handles spurious wake-ups in pthread_join() | msg555 | 2013-06-12 | 1 | -1/+1 |
* | Fix pthreads functions that should return ESRCH. | Elliott Hughes | 2013-02-19 | 1 | -0/+49 |