summaryrefslogtreecommitdiff
path: root/src/thread/pthread_kill.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-05improve pthread_exit synchronization with functions targeting tidRich Felker1-2/+2
2018-05-04remove incorrect ESRCH error from pthread_killRich Felker1-1/+2
2018-01-09consistently use the LOCK an UNLOCK macrosJens Gustedt1-2/+2
2014-07-05eliminate use of cached pid from thread structureRich Felker1-1/+1
2012-07-12fix several locks that weren't updated right for new futex-based __lockRich Felker1-2/+2
2012-07-12fix pthread_kill unlockingRich Felker1-1/+1
2011-06-14fix race condition in pthread_killRich Felker1-1/+5
2011-04-06consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefixRich Felker1-1/+1
2011-03-19if returning errno value directly from a syscall, we need to negate it.Rich Felker1-1/+1
2011-03-19syscall overhaul part two - unify public and internal syscall interfaceRich Felker1-2/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+7