summaryrefslogtreecommitdiff
path: root/threadproc/unix/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/+55
* Remove trailing whitespaces in *.c.ivan2022-11-201-2/+2
* apr_thread: Provide apr_threadattr_max_free_set().ylavic2022-07-141-10/+12
* 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-9/+79
* apr_thread: Follow up to r1897197: Safer apr_thread_join().ylavic2022-01-191-8/+6
* apr_thread: Allocate the apr_thread_t struct on the thread's pool.ylavic2022-01-191-11/+13
* apr_thread: Follow up to r1884078: Unmanaged pools for attached threads too.ylavic2022-01-181-43/+27
* apr_thread: use unmanaged pools for detached threads.ylavic2020-12-031-1/+30
* apr_thread: destroy the thread's pool at _join() time, unless _detach()ed.ylavic2020-12-031-7/+21
* API/ABI change, drop return value of apr_thread_exit() which hasjorton2019-07-031-3/+2
* Followup on r1481262: use already existingrjung2013-05-111-1/+1
* Use correct pthread constant.rjung2013-05-111-1/+1
* Add apr_pool_owner_set function to allow use of pool debugging with threadssf2013-03-231-1/+6
* Simplify handling of z/OS pthread API nuances. Beyond thetrawick2007-11-191-10/+14
* * Remove unnecessary assignment of pool attribute.rpluem2007-10-131-1/+0
* Fix compile failure in pthread_attr_setdetachstate() logic on z/OS.trawick2007-01-291-1/+5
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Implement apr_thread_yield on Unix in terms of pthread_yield or sched_yield.rooneg2006-06-301-1/+8
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* * threadproc/unix/thread.c (apr_threadattr_detach_set): Fix for Mac OSjorton2004-06-141-3/+5
* * threadproc/unix/thread.c (threadattr_cleanup): New function.jorton2004-06-141-2/+18
* Add apr_threadattr_guardsize_set function, which allows changingjorton2004-06-101-0/+19
* Add apr_threadattr_stacksize_set() for overriding the defaulttrawick2004-03-011-0/+16
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* * include/arch/unix/apr_arch_threadproc.h: Store a pthread_attr_tjorton2003-09-291-13/+9
* Namespace protection for include/arch/ header filesthommay2003-01-061-1/+1
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Style Police writes some more tickets...striker2002-03-191-19/+39
* Rename all the "cntxt" members of the thread and proc structures tostriker2002-03-191-17/+17
* Update our copyright for this year.fielding2002-03-131-1/+1
* Convert apr_thread_exit(..., apr_status_t *retval) toaaron2001-12-271-3/+4
* Fix a seg-fault on Unix. It helps to allocate the structure beforerbb2001-09-021-0/+1
* PTHREAD_ONCE_INIT is for initialization, not arbitrary assignmenttrawick2001-08-271-1/+3
* Add an apr_thread_once function to allow a program to make sure thatrbb2001-08-271-0/+13
* 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
* if the thread returns NULL instead of the address of an apr_status_ttrawick2001-08-011-1/+1
* fix apr_thread_join() on Unix to pick up the correct threadtrawick2001-08-011-1/+3
* fix a warning for dummy_worker(); it wasn't static and didn't have atrawick2001-07-241-1/+1
* Updated APR to pass the thread worker_function prototypewrowe2001-07-241-3/+14
* 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/+5
* Fix the naming of the apr_threadattr_detach_xxx functions. get and set weregregames2001-04-111-2/+2