summaryrefslogtreecommitdiff
path: root/threadproc/beos/thread.c
Commit message (Expand)AuthorAgeFilesLines
* apr_thread: Follow up to r1897207: apr_thread_current_create() is ENOTIMPL w/...Yann Ylavic2023-03-151-2/+4
* Merge thread-name branch (PR 60587) [1]:Ivan Zhakov2023-01-211-0/+14
|\
| * On 'thread-name' branch: Add apr_thread_name_get() and apr_thread_name_set()Ivan Zhakov2022-06-271-0/+14
* | Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-6/+6
* | apr_thread: Provide apr_threadattr_max_free_set().Yann Ylavic2022-07-141-10/+12
* | Replace tabs to spaces.Ivan Zhakov2022-07-081-10/+10
|/
* apr_thread: Follow up to r1897207: apr_thread_current_create() compilation.Yann Ylavic2022-02-081-0/+1
* apr_thread: Follow up to r1897207: Provide apr_thread_current_after_fork().Yann Ylavic2022-01-251-0/+7
* apr_thread: Follow up to r1897207: Make APR_HAS_THREAD_LOCAL a boolean..Yann Ylavic2022-01-251-4/+4
* apr_thread: Follow up to r1897207: Don't NULLify current_thread on exit.Yann Ylavic2022-01-251-7/+1
* apr_thread: Follow up to r1897179: abort_fn on apr_allocator_create() failure.Yann Ylavic2022-01-241-2/+4
* apr_thread: Use compiler's TLS to track the current apr_thread_t's pointer.Yann Ylavic2022-01-191-7/+78
* apr_thread: Follow up to r1897197: Safer apr_thread_join().Yann Ylavic2022-01-191-11/+9
* apr_thread: Allocate the apr_thread_t struct on the thread's pool.Yann Ylavic2022-01-191-12/+12
* apr_thread: Follow up to r1884078: Unmanaged pools for attached threads too.Yann Ylavic2022-01-181-43/+31
* apr_thread: use unmanaged pools for detached threads.Yann Ylavic2020-12-031-5/+33
* apr_thread: destroy the thread's pool at _join() time, unless _detach()ed.Yann Ylavic2020-12-031-4/+20
* API/ABI change, drop return value of apr_thread_exit() which hasJoe Orton2019-07-031-3/+1
* Add apr_pool_owner_set function to allow use of pool debugging with threadsStefan Fritsch2013-03-231-1/+6
* * Remove unnecessary assignment of pool attribute.Ruediger Pluem2007-10-131-1/+0
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Add apr_threadattr_guardsize_set function, which allows changingJoe Orton2004-06-101-0/+6
* Add apr_threadattr_stacksize_set() for overriding the defaultJeff Trawick2004-03-011-0/+6
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* Fix the apr_thread_once_init so it works and allow the thread test to notDavid Reid2003-11-231-4/+9
* Namespace protection for include/arch/ header filesThom May2003-01-061-1/+1
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Rename all the "cntxt" members of the thread and proc structures toSander Striker2002-03-191-13/+13
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Thought I committed this a whiole back, but guess I didn't...David Reid2002-01-121-1/+1
* Convert apr_thread_exit(..., apr_status_t *retval) toAaron Bannert2001-12-271-2/+2
* BeOS threads can exit in strange orders, even in testthread they will oftenDavid Reid2001-10-291-1/+10
* Some more tidying up for the beos code and get it building again.David Reid2001-10-281-3/+4
* Tidy up to get us working again...David Reid2001-09-111-3/+45
* Wrap all APR functions in APR_DECLARE macro.Ryan Bloom2001-08-101-17/+17
* Added a stub for apr_thread_yield()Bradley Nicholes2001-08-031-0/+4
* dummy_func != dummy_workerDavid Reid2001-07-241-7/+7
* Updated APR to pass the thread worker_function prototypeWilliam A. Rowe Jr2001-07-241-1/+11
* on some Unix platforms pthread_t is a structure and the compiler won't allowJeff Trawick2001-06-141-0/+5
* This is a much larger commit than I meant to have, but a lot hasDavid Reid2001-06-061-0/+6
* Fix the naming of the apr_threadattr_detach_xxx functions. get and set wereGreg Ames2001-04-111-2/+2
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* s/pupt/put/g typoDoug MacEachern2001-02-081-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-12/+12
* Various bits of tidying up mainly for locking, but a few thread bits as well.David Reid2000-12-311-7/+0
* More fixes to get BeOS building and a few missing functions to try andDavid Reid2000-11-191-0/+32
* Get this working on BeOS again after the arch changes.David Reid2000-11-181-1/+1
* Move all of the threadproc private header files to an arch directory underRyan Bloom2000-11-091-1/+1