about summary refs log tree commit diff
path: root/src/thread/synccall.c
Commit message (Expand)AuthorAgeFilesLines
* remove everything related to forkallRich Felker2012-05-221-8/+0
* pthread and synccall cleanup, new __synccall_wait opRich Felker2011-08-121-2/+10
* fix bug in synccall with no threads: lock was taken but never releasedRich Felker2011-07-301-4/+4
* new attempt at making set*id() safe and robustRich Felker2011-07-291-0/+109