aboutsummaryrefslogtreecommitdiff
path: root/libc/bionic/pthread_sigqueue.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make more pthread functions weak for native bridgeEvgeny Eltsin2019-09-251-0/+2
| | | | | | | These are using __pthread_internal_*. Test: run bionic-unit-tests on cuttlefish Change-Id: Idbb2503f03bd9f1f2a20fced34b734f573c1c0ad
* Pass caller names to __pthread_internal_find for better errors.Elliott Hughes2019-02-011-1/+1
| | | | | | | | | | | | | | | On http://b/122082295 we had this abort: 12-27 15:29:31.237 10222 10814 10848 F libc : invalid pthread_t 0xb1907960 passed to libc This wasn't super helpful. We can do better. Now you get something like this instead: 03-27 02:34:58.754 25329 25329 W libc : invalid pthread_t (0) passed to pthread_join Test: adb shell crasher Bug: http://b/123255692 Change-Id: I1d545665a233308480cc3747ec3120e2b6de0453
* Implement pthread_sigqueue.Josh Gao2018-08-271-0/+51
Bug: http://b/112770187 Test: bionic-unit-tests Change-Id: I03382cd5df2490b2e87265dba9007e2cb1b14cd2