aboutsummaryrefslogtreecommitdiff
path: root/libc/bionic/pthread_join.cpp
Commit message (Expand)AuthorAgeFilesLines
* Pass caller names to __pthread_internal_find for better errors.Elliott Hughes2019-02-011-1/+1
* Add tracepoints for pthread_create and pthread_joinPhilip Cuadra2019-01-281-0/+2
* Modernize codebase by replacing NULL with nullptrYi Kong2018-08-021-2/+2
* Mark __BIONIC_WEAK_FOR_NATIVE_BRIDGE symbolsdimitry2017-10-271-0/+2
* Revert "Remove the global thread list."Elliott Hughes2017-02-021-2/+5
* Remove the global thread list.Elliott Hughes2017-01-071-5/+2
* 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