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