aboutsummaryrefslogtreecommitdiffstats
path: root/libc/bionic/pthread_detach.cpp
Commit message (Expand)AuthorAgeFilesLines
* Let g_thread_list_lock only protect g_thread_list.Yabin Cui2015-03-231-18/+15
* Return EINVAL when calling pthread_detach for joined thread.Yabin Cui2015-03-191-1/+1
* Fix two errors in pthread_detach.cpp.Yabin Cui2015-03-191-1/+1
* Fix build: pthread_mutex/pthread_detach.Yabin Cui2015-03-171-2/+2
* Make pthread join_state not protected by g_thread_list_lock.Yabin Cui2015-03-121-12/+9
* Fix possible leak in pthread_detach.Yabin Cui2015-01-151-15/+18
* Use mmap to create the pthread_internal_tYabin Cui2014-12-191-1/+1
* Fix pthread_detach for already-exited threads.Elliott Hughes2014-03-071-0/+6
* Handles spurious wake-ups in pthread_join()msg5552013-06-121-1/+1
* Fix pthreads functions that should return ESRCH.Elliott Hughes2013-02-191-0/+49