summaryrefslogtreecommitdiff
path: root/threadproc/os2/thread.c
Commit message (Expand)AuthorAgeFilesLines
* Implement apr_thread_yield() on OS/2.bjh2002-05-221-0/+1
* Rename all the "cntxt" members of the thread and proc structures tostriker2002-03-191-14/+14
* Update our copyright for this year.fielding2002-03-131-1/+1
* Fix missed reference to rv that was renamed to exitval.bjh2001-12-291-1/+1
* Convert apr_thread_exit(..., apr_status_t *retval) toaaron2001-12-271-3/+3
* 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
* 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
* Wrap all APR functions in APR_DECLARE macro.rbb2001-08-101-17/+17
* Added a stub for apr_thread_yield()bnicholes2001-08-031-0/+6
* Updated APR to pass the thread worker_function prototypewrowe2001-07-241-8/+6
* OS/2: Add implementations of apr_file_trunc(), apr_os_thread_current() &bjh2001-06-161-0/+17
* Fix the naming of the apr_threadattr_detach_xxx functions. get and set weregregames2001-04-111-2/+2
* OS/2: add an assortment of misc helper functions that were missing sobjh2001-03-191-0/+36
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-6/+6
* OS2 was chasing os2errno.h which we hid in a private platform directory,wrowe2001-01-281-1/+0
* Fix OS/2 build after the move of private APR headers to the include/arch/bjh2000-11-141-1/+1
* Move all of the threadproc private header files to an arch directory underrbb2000-11-091-1/+1
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-3/+5
* prefix libapr functions and types with apr_dougm2000-08-021-17/+17
* OS/2: Sort out error handling in ap_thread_join()bjh2000-04-201-2/+7
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-3/+3
* First stage of migrating OS/2 code to new error code mappings, define & usebjh2000-04-081-1/+1
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-031-9/+9
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-031-9/+9
* Update to Apache Software License version 1.1fielding2000-03-311-32/+31
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* OS/2: Fix a warning and parameter order to ap_create_threadattr()bjh1999-10-141-1/+2
* This finishes the argument swaps. The docs haven't been updated, andrbb1999-10-111-3/+3
* First patch to re-order function parameters. This one gets the low hangingrbb1999-10-041-2/+2
* A change to how APR uses user data. Now, user data is a linked list thatrbb1999-09-141-1/+1
* Initial revisionrbb1999-08-171-0/+178