summaryrefslogtreecommitdiff
path: root/threadproc/beos/thread.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2005.jorton2005-06-141-1/+2
* Add apr_threadattr_guardsize_set function, which allows changingjorton2004-06-101-0/+6
* Add apr_threadattr_stacksize_set() for overriding the defaulttrawick2004-03-011-0/+6
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Fix the apr_thread_once_init so it works and allow the thread test to notdreid2003-11-231-4/+9
* Namespace protection for include/arch/ header filesthommay2003-01-061-1/+1
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Rename all the "cntxt" members of the thread and proc structures tostriker2002-03-191-13/+13
* Update our copyright for this year.fielding2002-03-131-1/+1
* Thought I committed this a whiole back, but guess I didn't...dreid2002-01-121-1/+1
* Convert apr_thread_exit(..., apr_status_t *retval) toaaron2001-12-271-2/+2
* BeOS threads can exit in strange orders, even in testthread they will oftendreid2001-10-291-1/+10
* Some more tidying up for the beos code and get it building again.dreid2001-10-281-3/+4
* Tidy up to get us working again...dreid2001-09-111-3/+45
* Wrap all APR functions in APR_DECLARE macro.rbb2001-08-101-17/+17
* Added a stub for apr_thread_yield()bnicholes2001-08-031-0/+4
* dummy_func != dummy_workerdreid2001-07-241-7/+7
* Updated APR to pass the thread worker_function prototypewrowe2001-07-241-1/+11
* on some Unix platforms pthread_t is a structure and the compiler won't allowtrawick2001-06-141-0/+5
* This is a much larger commit than I meant to have, but a lot hasdreid2001-06-061-0/+6
* Fix the naming of the apr_threadattr_detach_xxx functions. get and set weregregames2001-04-111-2/+2
* Update copyright to 2001fielding2001-02-161-1/+1
* s/pupt/put/g typodougm2001-02-081-1/+1
* renaming various functions for consistency sakedougm2001-02-081-12/+12
* Various bits of tidying up mainly for locking, but a few thread bits as well.dreid2000-12-311-7/+0
* More fixes to get BeOS building and a few missing functions to try anddreid2000-11-191-0/+32
* Get this working on BeOS again after the arch changes.dreid2000-11-181-1/+1
* Move all of the threadproc private header files to an arch directory underrbb2000-11-091-1/+1
* prefix libapr functions and types with apr_dougm2000-08-021-17/+17
* Tidy up some warnings in the threadproc directory.dreid2000-06-171-2/+1
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-3/+3
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-031-7/+7
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-031-7/+7
* Update to Apache Software License version 1.1fielding2000-03-311-32/+31
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* Update the BeOS files to use a single header.dreid1999-12-151-3/+0
* This finishes the argument swaps. The docs haven't been updated, andrbb1999-10-111-4/+4
* First patch to re-order function parameters. This one gets the low hangingrbb1999-10-041-2/+2
* A change to how APR uses user data. Now, user data is a linked list thatrbb1999-09-141-1/+1
* Initial revisionrbb1999-08-171-0/+162