commit | 0f4f1efd94d33a4bbf766d3d4e7e349fa7c0d3b9 | [log] [tgz] |
---|---|---|
author | Jason Evans <je@fb.com> | Thu Dec 12 14:41:02 2013 -0800 |
committer | Jason Evans <je@fb.com> | Thu Dec 12 14:41:02 2013 -0800 |
tree | 8880cd7c807260d0e585ca1b1c263342758d9574 | |
parent | 19609724f9dce1ac644b6cbf89acb740319eb498 [diff] |
Add mq (message queue) to test infrastructure. 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.