summaryrefslogtreecommitdiff
path: root/threadproc/netware/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/+12
* Remove trailing whitespaces in *.c.ivan2022-11-201-4/+4
* 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-24/+82
* apr_thread: Allocate the apr_thread_t struct on the thread's pool.ylavic2022-01-191-12/+14
* apr_thread: Follow up to r1884078: Unmanaged pools for attached threads too.ylavic2022-01-181-52/+44
* apr_thread: use unmanaged pools for detached threads.ylavic2020-12-031-2/+31
* apr_thread: destroy the thread's pool at _join() time, unless _detach()ed.ylavic2020-12-031-3/+18
* API/ABI change, drop return value of apr_thread_exit() which hasjorton2019-07-031-3/+1
* Fixed indent - no code change.fuankg2014-07-161-12/+11
* Fixed type; fixed comments.fuankg2014-07-161-4/+4
* Add apr_pool_owner_set function to allow use of pool debugging with threadssf2013-03-231-1/+6
* Axed C++ comments.fuankg2011-02-091-2/+2
* The Tab Police removed 119 tabs.fuankg2010-08-031-25/+25
* * 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/+7
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Namespace protection for include/arch/ header filesthommay2003-01-061-1/+1
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Implemented the thread_once API's on NetWarebnicholes2002-07-191-2/+6
* Rename all the "cntxt" members of the thread and proc structures tostriker2002-03-191-16/+16
* Update our copyright for this year.fielding2002-03-131-1/+1
* Convert apr_thread_exit(..., apr_status_t *retval) toaaron2001-12-271-3/+5
* Clean up GNU compiler issues on NetWarebnicholes2001-12-111-1/+1
* Added stubs for missing APIsbnicholes2001-11-301-6/+18
* Fixed NetWare thread handling so that it can deal with multiple argumentbnicholes2001-10-051-2/+11
* Fixed apr_thread_create() so that it doesn't require the caller to pass anbnicholes2001-10-041-11/+9
* Updated to generate a thread name if one is not specified and to default tobnicholes2001-09-101-13/+28
* Changed the create thread flags due to changes in the NetWare threading APIsbnicholes2001-08-101-4/+1
* Added a stub for apr_thread_yield()bnicholes2001-08-031-2/+1
* NetWare port of the threadproc functionsbnicholes2001-08-021-0/+245