summaryrefslogtreecommitdiff
path: root/threadproc/win32/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/+72
* Remove trailing whitespaces in *.c.ivan2022-11-201-7/+7
* apr_thread: Provide apr_threadattr_max_free_set().ylavic2022-07-141-10/+12
* win32: Fix potential race condition in apr_thread_create.ivan2022-06-271-1/+3
* apr_thread: Fix pointer to int conversion warning.ylavic2022-06-231-1/+1
* win32: Fix spurious apr_thread_once() failures.ivan2022-06-211-3/+1
* * threadproc/win32/thread.civan2022-06-201-3/+3
* * threadproc/win32/thread.civan2022-06-191-1/+1
* apr_thread: Follow up to r1897207: apr_thread_current_create() compilation.ylavic2022-02-081-1/+2
* 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-5/+5
* apr_thread: Follow up to r1897207: Don't NULLify current_thread on exit.ylavic2022-01-251-4/+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-9/+82
* apr_thread: Follow up to r1897197: Safer apr_thread_join().ylavic2022-01-191-1/+0
* apr_thread: Allocate the apr_thread_t struct on the thread's pool.ylavic2022-01-191-9/+11
* apr_thread: Follow up to r1884078: Unmanaged pools for attached threads too.ylavic2022-01-181-36/+25
* Stage 3 in dismantling _WIN32_WCE ... cleanup codemturk2021-12-021-13/+0
* apr_thread: use unmanaged pools for detached threads.ylavic2020-12-031-1/+30
* apr_thread: destroy the thread's pool at _join() time, unless _detach()ed.ylavic2020-12-031-11/+24
* * threadproc/win32/thread.civan2019-10-221-10/+1
* API/ABI change, drop return value of apr_thread_exit() which hasjorton2019-07-031-3/+1
* Use native one-time initialization [1] to implement apr_thread_once_t onivan2019-05-191-4/+24
* Add apr_pool_owner_set function to allow use of pool debugging with threadssf2013-03-231-1/+6
* Finish removing apu_config.h[n]w templates, these need synchronization w/unixwrowe2009-12-181-1/+1
* Clear up this wording a bitwrowe2008-11-231-2/+2
* * 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
* Fix up Win32-private includes to bring it in line with all other platforms.jerenkrantz2006-07-121-1/+1
* _beginthreadex() expects no bigger than a DWORD sized stack.wrowe2006-01-131-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Makes the threads to behave like on posix. If the thread is created withoutminfrin2004-09-191-14/+25
* Add apr_threadattr_guardsize_set function, which allows changingjorton2004-06-101-0/+6
* Add apr_threadattr_stacksize_set() for overriding the defaulttrawick2004-03-011-2/+14
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Clean up a style issue; apr_get_os_error() is much cleaner.wrowe2003-06-181-1/+1
* Win32: WAIT_ABANDONED should be treated as a success. WAIT_FAILED (the onlystoddard2003-06-181-5/+5
* Namespace protection for include/arch/ header filesthommay2003-01-061-2/+2
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Close a bug identified by Juergen Heckel that we would crash whenwrowe2002-12-091-5/+20
* As pointed out by Marcel Mann <Marcel.Mann@dbaudio.com>, we werewrowe2002-11-251-1/+16
* Excerpt from MSVC help;ianh2002-08-221-1/+6
* Rename all the "cntxt" members of the thread and proc structures tostriker2002-03-191-15/+15
* Update our copyright for this year.fielding2002-03-131-1/+1
* Eliminate an unnecessary castwrowe2002-02-131-1/+1
* Nary a complaint, since MSVC isn't distinguishing between void* andwrowe2002-02-121-2/+2
* Another fine patch from Mladen Turk <mturk@mappingsoft.com>, since WinCEwrowe2002-02-121-2/+17
* MSVC Docs reflect that _beginthreadex will set doserrno, which is the mostwrowe2001-12-281-7/+2