summaryrefslogtreecommitdiff
path: root/src/libpthread.c
Commit message (Collapse)AuthorAge
* pthread: Implement pthread cleanupJari Vetoniemi2018-07-30
|
* pthread: Implement implicit sem initJari Vetoniemi2018-07-30
| | | | | This should be undefined behaviour, but some android apps rely on default initialized semaphores. (Hearthstone)
* pthread: sizeof variable instead of typeJari Vetoniemi2018-07-30
| | | | Prevents copy-paste bugs.
* pthread: Implement monotonic/relative wait funcsJari Vetoniemi2018-05-29
|
* pthread: Fix typo and add type safetyJari Vetoniemi2018-03-01
|
* pthread: Fix getattr_npJari Vetoniemi2018-02-27
|
* pthread: More standard confirming implementationJari Vetoniemi2018-02-27
| | | | Also allows to use valgrind without suppressions on good programs!
* libpthread: Implement functionsJari Vetoniemi2018-02-27
|
* pthread: Implement more pthread functionsJari Vetoniemi2018-02-25
|
* refactoring, fixing and implementingJari Vetoniemi2018-02-19
| | | | messy commits yay
* pthread: implement bionic_pthread_cond_waitJari Vetoniemi2018-02-19
|
* Implement more pthreadJari Vetoniemi2018-02-18
|
* Initial commitJari Vetoniemi2018-02-16
Stuff in src/linker will get rewritten from scratch eventually, it's all horrible. But for now focus is getting on shit work.