aboutsummaryrefslogtreecommitdiffstats
path: root/libc/bionic/pthread_join.cpp
Commit message (Expand)AuthorAgeFilesLines
* Let g_thread_list_lock only protect g_thread_list.Yabin Cui2015-03-231-24/+16
* Make pthread join_state not protected by g_thread_list_lock.Yabin Cui2015-03-121-5/+4
* Use mmap to create the pthread_internal_tYabin Cui2014-12-191-1/+1
* Fix pthread_join.Elliott Hughes2013-11-181-15/+32
* Handles spurious wake-ups in pthread_join()msg5552013-06-121-14/+8
* Fix pthreads functions that should return ESRCH.Elliott Hughes2013-02-191-0/+68