summaryrefslogtreecommitdiff
path: root/test/testqueue.c
Commit message (Expand)AuthorAgeFilesLines
* fix some obvious reversals of expected and actual values in invocationstrawick2007-11-181-6/+6
* Cut down to 5 seconds; it seems this test stays.wrowe2007-10-191-1/+1
* someone needs to be informed that 35 != 10wrowe2007-10-191-2/+1
* Not thread_proc threads, but thread_pool threadswrowe2007-10-171-6/+0
* Small improvements for legibilitywrowe2007-10-171-10/+21
* Cleanup and merge testqueue into the abts test suite (testall). Also usedavi2007-08-051-216/+65
* Update license headers.jerenkrantz2007-01-151-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-131-49/+10
* portable formatting of os thread idtrawick2003-05-081-9/+21
* API Change:ianh2003-02-221-3/+3
* Fix race condition in apr_queue.ianh2003-02-141-2/+2
* Update copyright notifications to 2003.thommay2003-01-011-1/+1
* add unix-type things and make it not spit out debug messagesianh2002-08-181-4/+7
* add a thread safe FIFO bounded buffer queue.ianh2002-08-181-0/+305