summaryrefslogtreecommitdiffstats
path: root/test/src/thd.c
Commit message (Collapse)AuthorAgeFilesLines
* Update brace style.Jason Evans2017-01-211-10/+8
| | | | | | | Add braces around single-line blocks, and remove line breaks before function-opening braces. This resolves #537.
* Remove leading blank lines from function bodies.Jason Evans2017-01-131-3/+0
| | | | This resolves #535.
* Fix thd_join on win64Mike Hommey2014-06-021-2/+5
|
* Correctly return exit code from thd_join on WindowsMike Hommey2014-05-281-1/+2
|
* Add mq (message queue) to test infrastructure.Jason Evans2013-12-121-0/+35
Add mtx (mutex) to test infrastructure, in order to avoid bootstrapping complications that would result from directly using malloc_mutex. Rename test infrastructure's thread abstraction from je_thread to thd. Fix some header ordering issues.