summaryrefslogtreecommitdiff
path: root/threadproc
Commit message (Expand)AuthorAgeFilesLines
* 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
* NetWare port of the threadproc functionsbnicholes2001-08-025-0/+1080
* 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
* Bring the naming conventions more inline with unixwrowe2001-07-241-3/+4
* fix a warning for dummy_worker(); it wasn't static and didn't have atrawick2001-07-241-1/+1
* dummy_func != dummy_workerdreid2001-07-241-7/+7
* Panto season comes early this year...dreid2001-07-241-1/+1
* Updated APR to pass the thread worker_function prototypewrowe2001-07-244-14/+42
* Win32: Do not set the detached attribute for os_levels less than NT.stoddard2001-07-131-2/+10
* Set the DETACHED_PROCESS creation flagstoddard2001-07-121-6/+13
* Win32: Add apr_os_thread_current()stoddard2001-07-061-0/+5
* OS/2: Add implementations of apr_file_trunc(), apr_os_thread_current() &bjh2001-06-161-0/+17
* on some Unix platforms pthread_t is a structure and the compiler won't allowtrawick2001-06-142-0/+10
* This is a much larger commit than I meant to have, but a lot hasdreid2001-06-062-0/+11
* A touch of fixes for win32. Lots more wrong apr_size_t vs apr_off_twrowe2001-05-161-1/+1
* Convert the apr_create_signal_thread to apr_signal_thread. The mainrbb2001-04-121-10/+2