summaryrefslogtreecommitdiff
path: root/threadproc/unix/thread.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* if we don't have the prototype, we shouldn't have the function eithertrawick2001-02-251-83/+0
* 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-26/+26
* Move apr_private.h.in from the include directory to the arch/unixrbb2000-12-081-1/+1
* Get exports.c symbols to compile even if the declaration is hidden intrawick2000-11-171-0/+93
* 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-30/+30
* Fix some problems with which error code to use after a pthread_ failure.trawick2000-07-311-0/+15
* Fix ap_get_os_thread. This should work on Windows and Unix now.rbb2000-07-101-3/+2
* a while back, we said "segfault on invalid params rather than returning angstein2000-07-081-17/+3
* const-ify the userdata interfacesgstein2000-07-081-2/+2
* Cleanup yesterday's patch to make APR use APR namespace protected macros.rbb2000-06-221-1/+1
* Big commit. Basically, if APR defines a public feature macro, then APRrbb2000-06-221-2/+3
* Handle some OS/390-isms dealing with pthreads:trawick2000-05-161-0/+10
* Check for the flavor of pthread_attr_getdetachstate(); normallytrawick2000-05-071-0/+4
* Use ap_pcalloc instead of ap_palloc where it makes sense.rbb2000-04-301-7/+5
* The last two commits to remove contexts, horribly breaks threads on Unix.rbb2000-04-221-0/+103
* APR_ENOCONT doesn't make any sense without contexts. Replaced them all withrbb2000-04-191-1/+1
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-105/+2
* more documentation movementdgaudet2000-04-141-76/+0
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-031-14/+14
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-031-14/+14
* Update to Apache Software License version 1.1fielding2000-03-311-32/+31
* Last doc update.rbb2000-03-151-27/+32
* Fix all the License issues. Including:rbb2000-03-101-9/+9