summaryrefslogtreecommitdiff
path: root/sys/src/libthread/kill.c
AgeCommit message (Collapse)Author
2020-12-07libthread: reduce stack usage of threadkill*(), open /proc/n/ctl with OCEXEC ↵cinap_lenrek
flag
2015-08-10libthread: use "interrupt" proc ctl message instead of posting a note for ↵cinap_lenrek
threadint() threadint() is called to interrupt channel operation or a system call. the kernel provides a new "interrupt" procctl message to interrupt a process commited to or being in a blocking syscall, which is similar, but not the same. the main difference is that "interrupt" condition is not cleared before the process actually attempts to block. also can be cleared with "nointerrupt" ctl message. see proc(3)
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen