summaryrefslogtreecommitdiff
path: root/threadproc
Commit message (Expand)AuthorAgeFilesLines
* This gets pipe timeouts/blocking/non-blocking working correctly ondreid2001-12-141-15/+18
* Clean up GNU compiler issues on NetWarebnicholes2001-12-111-1/+1
* Added stubs for missing APIsbnicholes2001-11-301-6/+18
* add some more commentary about a work-around for an AIX problemtrawick2001-11-301-0/+5
* re-implement an AIX-specific workaround for a sigwait() bug totrawick2001-11-291-2/+17
* An example of why we needed a pool-less apr_os_level.wrowe2001-11-271-2/+9
* Fix apr_setup_signal_thread() to grab the right error code fromtrawick2001-11-161-1/+3
* Fix apr_setup_signal_thread() so that threads don't blocktrawick2001-11-121-1/+48
* Fix some file cleanup problems in apr_proc_create() which couldtrawick2001-11-111-4/+19
* BeOS threads can exit in strange orders, even in testthread they will oftendreid2001-10-291-1/+10
* Some more tidying up for the beos code and get it building again.dreid2001-10-282-32/+42
* back out previous change so that mod_cgid works again; addtrawick2001-10-271-3/+11
* apr_proc_create():trawick2001-10-261-2/+6
* OS/2: Implement exitcode/exitwhy enhancements in apr_proc_wait*bjh2001-10-261-8/+64
* Win32: Fix compile break caused by last patch to proc.cstoddard2001-10-231-1/+1
* Fix the reporting for child processes that die. This removesrbb2001-10-235-27/+52
* 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
* Simplify apr_proc_wait_all_procs and consolidate apr_proc_wait.jerenkrantz2001-09-211-24/+21
* No cast needed here, but some NULL checking would be nice.wrowe2001-09-201-2/+6
* No longer... win32's pid is a _pid_, hproc is the process handle.wrowe2001-09-201-1/+1
* Return the exit code from apr_proc_wait(). This is a combination of a patchgstein2001-09-205-20/+28
* Eliminate the //?/ paths altogether from proc_create. This simply isn'twrowe2001-09-171-1/+1
* Clean up an emit.wrowe2001-09-171-1/+3
* Fix two odd bits of breakage. Don't you just -love- casts?wrowe2001-09-171-15/+28
* Tidy up to get us working again...dreid2001-09-113-4/+47
* Since the original version of these blocks just set the si.hStdFoo'sjwoolley2001-09-111-6/+6
* (apr_proc_create): Check the attribute pointers, yes, but *don't*brane2001-09-111-8/+12
* (apr_proc_create): Sigh. Process attributes can remainbrane2001-09-111-14/+28
* Updated to generate a thread name if one is not specified and to default tobnicholes2001-09-101-13/+28
* (apr_proc_create): Fix bug in conversion of program name to Unicode onbrane2001-09-101-3/+3
* Fix the apr_proc_create for win32. In order to do so, this patchwrowe2001-09-092-151/+190
* On platforms that have sigsuspend (such as Darwin) but not apr_sigwait,jerenkrantz2001-09-071-0/+2
* Clean up the event sem in the apr_thread_once_t.bjh2001-09-021-0/+14
* OS/2: Implement apr_thread_once().bjh2001-09-021-2/+17
* Fix a seg-fault on Unix. It helps to allocate the structure beforerbb2001-09-021-0/+1
* One more iteration on apr_thread_once on Windows. Now we userbb2001-09-011-13/+1
* Avoid a rather nasty bug in the Windows apr_thread_once function. Werbb2001-09-011-0/+11
* It helps to assign it to the correct level of indirectionrbb2001-09-011-1/+1
* Implement apr_thread_once for Windows.rbb2001-09-011-0/+17
* OS/2: Fix thread return value passing.bjh2001-08-311-1/+1
* OS/2: Add stubs for apr_thread_once functions to fix link. Will fill them inbjh2001-08-301-0/+14
* 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
* Ooops, test is redundant. We wouldn't get here if interpreter was 0 length.bjh2001-08-231-3/+1
* \n removal, needed now OS/2 apr_file_gets() leaves them on.bjh2001-08-231-0/+5
* Wrap all APR functions in APR_DECLARE macro.rbb2001-08-1011-169/+172
* Changed the create thread flags due to changes in the NetWare threading APIsbnicholes2001-08-101-4/+1
* Added the NetWare supported signal descriptionsbnicholes2001-08-061-1/+19
* Added a stub for apr_thread_yield()bnicholes2001-08-035-2/+20