aboutsummaryrefslogtreecommitdiff
path: root/libc/bionic/pthread_getcpuclockid.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make more pthread functions weak for native bridgeEvgeny Eltsin2019-09-251-0/+2
* Pass caller names to __pthread_internal_find for better errors.Elliott Hughes2019-02-011-1/+1
* Be more strict about using invalid `pthread_t`s.Elliott Hughes2017-02-131-5/+3
* Revert "Stop checking the global thread list in several trivial cases."Elliott Hughes2017-02-071-3/+5
* Stop checking the global thread list in several trivial cases.Elliott Hughes2017-02-061-5/+3
* Revert "Remove the global thread list."Elliott Hughes2017-02-021-1/+4
* Remove the global thread list.Elliott Hughes2017-01-071-4/+1
* Let g_thread_list_lock only protect g_thread_list.Yabin Cui2015-03-231-3/+3
* Fix pthread_getcpuclockid.Jeff Hao2013-08-151-2/+8
* Fix pthreads functions that should return ESRCH.Elliott Hughes2013-02-191-0/+42