about summary refs log tree commit diff
path: root/src/thread/pthread_kill.c
Commit message (Expand)AuthorAgeFilesLines
* fix async-cancel-safety of pthread_cancelRich Felker2020-07-061-1/+4
* make thread killlock async-signal-safe for pthread_killRich Felker2020-07-061-0/+3
* split internal lock API out of libc.h, creating lock.hRich Felker2018-09-121-0/+1
* improve pthread_exit synchronization with functions targeting tidRich Felker2018-05-051-2/+2
* remove incorrect ESRCH error from pthread_killRich Felker2018-05-041-1/+2
* consistently use the LOCK an UNLOCK macrosJens Gustedt2018-01-091-2/+2
* eliminate use of cached pid from thread structureRich Felker2014-07-051-1/+1
* fix several locks that weren't updated right for new futex-based __lockRich Felker2012-07-121-2/+2
* fix pthread_kill unlockingRich Felker2012-07-121-1/+1
* fix race condition in pthread_killRich Felker2011-06-141-1/+5
* consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefixRich Felker2011-04-061-1/+1
* if returning errno value directly from a syscall, we need to negate it.Rich Felker2011-03-191-1/+1
* syscall overhaul part two - unify public and internal syscall interfaceRich Felker2011-03-191-2/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+7