aboutsummaryrefslogtreecommitdiff
path: root/threadproc/win32/thread.c
Commit message (Expand)AuthorAge
* dbd, dso, threadproc: Fix prototypes warnings.Yann Ylavic2023-12-05
* apr_thread: Follow up to r1897207: apr_thread_current_create() is ENOTIMPL w/...Yann Ylavic2023-03-15
* Merge thread-name branch (PR 60587) [1]:Ivan Zhakov2023-01-21
|\
| * On 'thread-name' branch: Add apr_thread_name_get() and apr_thread_name_set()Ivan Zhakov2022-06-27
* | Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-20
* | apr_thread: Provide apr_threadattr_max_free_set().Yann Ylavic2022-07-14
|/
* win32: Fix potential race condition in apr_thread_create.Ivan Zhakov2022-06-27
* apr_thread: Fix pointer to int conversion warning.Yann Ylavic2022-06-23
* win32: Fix spurious apr_thread_once() failures.Ivan Zhakov2022-06-21
* * threadproc/win32/thread.cIvan Zhakov2022-06-20
* * threadproc/win32/thread.cIvan Zhakov2022-06-19
* apr_thread: Follow up to r1897207: apr_thread_current_create() compilation.Yann Ylavic2022-02-08
* apr_thread: Follow up to r1897207: Provide apr_thread_current_after_fork().Yann Ylavic2022-01-25
* apr_thread: Follow up to r1897207: Make APR_HAS_THREAD_LOCAL a boolean..Yann Ylavic2022-01-25
* apr_thread: Follow up to r1897207: Don't NULLify current_thread on exit.Yann Ylavic2022-01-25
* apr_thread: Follow up to r1897179: abort_fn on apr_allocator_create() failure.Yann Ylavic2022-01-24
* apr_thread: Use compiler's TLS to track the current apr_thread_t's pointer.Yann Ylavic2022-01-19
* apr_thread: Follow up to r1897197: Safer apr_thread_join().Yann Ylavic2022-01-19
* apr_thread: Allocate the apr_thread_t struct on the thread's pool.Yann Ylavic2022-01-19
* apr_thread: Follow up to r1884078: Unmanaged pools for attached threads too.Yann Ylavic2022-01-18
* Stage 3 in dismantling _WIN32_WCE ... cleanup codeMladen Turk2021-12-02
* apr_thread: use unmanaged pools for detached threads.Yann Ylavic2020-12-03
* apr_thread: destroy the thread's pool at _join() time, unless _detach()ed.Yann Ylavic2020-12-03
* * threadproc/win32/thread.cIvan Zhakov2019-10-22
* API/ABI change, drop return value of apr_thread_exit() which hasJoe Orton2019-07-03
* Use native one-time initialization [1] to implement apr_thread_once_t onIvan Zhakov2019-05-19
* Add apr_pool_owner_set function to allow use of pool debugging with threadsStefan Fritsch2013-03-23
* Finish removing apu_config.h[n]w templates, these need synchronization w/unixWilliam A. Rowe Jr2009-12-18
* Clear up this wording a bitWilliam A. Rowe Jr2008-11-23
* * Remove unnecessary assignment of pool attribute.Ruediger Pluem2007-10-13
* Fix the typo.Joe Orton2006-08-03
* Update license header.Joe Orton2006-08-03
* Fix up Win32-private includes to bring it in line with all other platforms.Justin Erenkrantz2006-07-12
* _beginthreadex() expects no bigger than a DWORD sized stack.William A. Rowe Jr2006-01-13
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-04
* Makes the threads to behave like on posix. If the thread is created withoutGraham Leggett2004-09-19
* Add apr_threadattr_guardsize_set function, which allows changingJoe Orton2004-06-10
* Add apr_threadattr_stacksize_set() for overriding the defaultJeff Trawick2004-03-01
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-13
* Clean up a style issue; apr_get_os_error() is much cleaner.William A. Rowe Jr2003-06-18
* Win32: WAIT_ABANDONED should be treated as a success. WAIT_FAILED (the onlyBill Stoddard2003-06-18
* Namespace protection for include/arch/ header filesThom May2003-01-06
* Update copyright notices to 2003.Thom May2003-01-01
* Close a bug identified by Juergen Heckel that we would crash whenWilliam A. Rowe Jr2002-12-09
* As pointed out by Marcel Mann <Marcel.Mann@dbaudio.com>, we wereWilliam A. Rowe Jr2002-11-25
* Excerpt from MSVC help;Ian Holsman2002-08-22
* Rename all the "cntxt" members of the thread and proc structures toSander Striker2002-03-19
* Update our copyright for this year.Roy T. Fielding2002-03-13
* Eliminate an unnecessary castWilliam A. Rowe Jr2002-02-13
* Nary a complaint, since MSVC isn't distinguishing between void* andWilliam A. Rowe Jr2002-02-12