Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make thread killlock async-signal-safe for pthread_kill | Rich Felker | 2020-07-06 | 1 | -0/+3 |
* | split internal lock API out of libc.h, creating lock.h | Rich Felker | 2018-09-12 | 1 | -0/+1 |
* | improve pthread_exit synchronization with functions targeting tid | Rich Felker | 2018-05-05 | 1 | -1/+1 |
* | consistently use the LOCK an UNLOCK macros | Jens Gustedt | 2018-01-09 | 1 | -2/+2 |
* | fix syscall argument bug in pthread_getschedparam | Rich Felker | 2013-06-26 | 1 | -1/+1 |
* | add support for thread scheduling (POSIX TPS option) | Rich Felker | 2012-11-11 | 1 | -0/+17 |