summaryrefslogtreecommitdiff
path: root/threadproc/unix/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/+55
|\
| * On 'thread-name' branch: Check pthread_setname_np()/pthread_getname_np()Ivan Zhakov2022-06-291-0/+8
| * On 'thread-name' branch: Add apr_thread_name_get() and apr_thread_name_set()Ivan Zhakov2022-06-271-0/+47
* | Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-2/+2
* | apr_thread: Provide apr_threadattr_max_free_set().Yann Ylavic2022-07-141-10/+12
|/
* 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-9/+79
* apr_thread: Follow up to r1897197: Safer apr_thread_join().Yann Ylavic2022-01-191-8/+6
* apr_thread: Allocate the apr_thread_t struct on the thread's pool.Yann Ylavic2022-01-191-11/+13
* apr_thread: Follow up to r1884078: Unmanaged pools for attached threads too.Yann Ylavic2022-01-181-43/+27
* apr_thread: use unmanaged pools for detached threads.Yann Ylavic2020-12-031-1/+30
* apr_thread: destroy the thread's pool at _join() time, unless _detach()ed.Yann Ylavic2020-12-031-7/+21
* API/ABI change, drop return value of apr_thread_exit() which hasJoe Orton2019-07-031-3/+2
* Followup on r1481262: use already existingRainer Jung2013-05-111-1/+1
* Use correct pthread constant.Rainer Jung2013-05-111-1/+1
* Add apr_pool_owner_set function to allow use of pool debugging with threadsStefan Fritsch2013-03-231-1/+6
* Simplify handling of z/OS pthread API nuances. Beyond theJeff Trawick2007-11-191-10/+14
* * Remove unnecessary assignment of pool attribute.Ruediger Pluem2007-10-131-1/+0
* Fix compile failure in pthread_attr_setdetachstate() logic on z/OS.Jeff Trawick2007-01-291-1/+5
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Implement apr_thread_yield on Unix in terms of pthread_yield or sched_yield.Garrett Rooney2006-06-301-1/+8
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* * threadproc/unix/thread.c (apr_threadattr_detach_set): Fix for Mac OSJoe Orton2004-06-141-3/+5
* * threadproc/unix/thread.c (threadattr_cleanup): New function.Joe Orton2004-06-141-2/+18
* Add apr_threadattr_guardsize_set function, which allows changingJoe Orton2004-06-101-0/+19
* Add apr_threadattr_stacksize_set() for overriding the defaultJeff Trawick2004-03-011-0/+16
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* * include/arch/unix/apr_arch_threadproc.h: Store a pthread_attr_tJoe Orton2003-09-291-13/+9
* Namespace protection for include/arch/ header filesThom May2003-01-061-1/+1
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Style Police writes some more tickets...Sander Striker2002-03-191-19/+39
* Rename all the "cntxt" members of the thread and proc structures toSander Striker2002-03-191-17/+17
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Convert apr_thread_exit(..., apr_status_t *retval) toAaron Bannert2001-12-271-3/+4
* Fix a seg-fault on Unix. It helps to allocate the structure beforeRyan Bloom2001-09-021-0/+1
* PTHREAD_ONCE_INIT is for initialization, not arbitrary assignmentJeff Trawick2001-08-271-1/+3
* Add an apr_thread_once function to allow a program to make sure thatRyan Bloom2001-08-271-0/+13
* 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
* if the thread returns NULL instead of the address of an apr_status_tJeff Trawick2001-08-011-1/+1
* fix apr_thread_join() on Unix to pick up the correct threadJeff Trawick2001-08-011-1/+3
* fix a warning for dummy_worker(); it wasn't static and didn't have aJeff Trawick2001-07-241-1/+1
* Updated APR to pass the thread worker_function prototypeWilliam A. Rowe Jr2001-07-241-3/+14
* on some Unix platforms pthread_t is a structure and the compiler won't allowJeff Trawick2001-06-141-0/+5