summaryrefslogtreecommitdiff
path: root/threadproc/beos/thread.c
Commit message (Expand)AuthorAgeFilesLines
* apr_thread: Follow up to r1897207: apr_thread_current_create() is ENOTIMPL w/...ylavic2023-03-151-2/+4
* Merge thread-name branch (PR 60587) [1]:ivan2023-01-211-0/+14
* Remove trailing whitespaces in *.c.ivan2022-11-201-6/+6
* apr_thread: Provide apr_threadattr_max_free_set().ylavic2022-07-141-10/+12
* Replace tabs to spaces.ivan2022-07-081-10/+10
* apr_thread: Follow up to r1897207: apr_thread_current_create() compilation.ylavic2022-02-081-0/+1
* apr_thread: Follow up to r1897207: Provide apr_thread_current_after_fork().ylavic2022-01-251-0/+7
* apr_thread: Follow up to r1897207: Make APR_HAS_THREAD_LOCAL a boolean..ylavic2022-01-251-4/+4
* apr_thread: Follow up to r1897207: Don't NULLify current_thread on exit.ylavic2022-01-251-7/+1
* apr_thread: Follow up to r1897179: abort_fn on apr_allocator_create() failure.ylavic2022-01-241-2/+4
* apr_thread: Use compiler's TLS to track the current apr_thread_t's pointer.ylavic2022-01-191-7/+78
* apr_thread: Follow up to r1897197: Safer apr_thread_join().ylavic2022-01-191-11/+9
* apr_thread: Allocate the apr_thread_t struct on the thread's pool.ylavic2022-01-191-12/+12
* apr_thread: Follow up to r1884078: Unmanaged pools for attached threads too.ylavic2022-01-181-43/+31
* apr_thread: use unmanaged pools for detached threads.ylavic2020-12-031-5/+33
* apr_thread: destroy the thread's pool at _join() time, unless _detach()ed.ylavic2020-12-031-4/+20
* API/ABI change, drop return value of apr_thread_exit() which hasjorton2019-07-031-3/+1
* Add apr_pool_owner_set function to allow use of pool debugging with threadssf2013-03-231-1/+6
* * Remove unnecessary assignment of pool attribute.rpluem2007-10-131-1/+0
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-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