about summary refs log tree commit diff
path: root/thread.c
Commit message (Collapse)AuthorAgeFilesLines
* clean up header includesChristian Neukirchen2016-07-181-12/+8
|
* slay more warningsChristian Neukirchen2016-07-141-3/+1
|
* fix printf format codesChristian Neukirchen2016-07-141-1/+1
|
* add () for assignmentsChristian Neukirchen2016-07-141-1/+1
|
* thread: try to keep relative order from inputChristian Neukirchen2016-07-131-10/+9
|
* thread: remove debugging outputChristian Neukirchen2016-07-121-6/+0
|
* thread: slay a few loopsChristian Neukirchen2016-07-111-4/+9
|
* extract main loopChristian Neukirchen2016-07-111-20/+1
|
* thread fixesChristian Neukirchen2016-07-111-9/+62
|
* add threadChristian Neukirchen2016-07-111-0/+250