index
:
delta/apache/apr.git
0.9.x
1.0.x
1.1.x
1.2.x
1.3.x
1.4.x
1.5.x
1.6.x
1.7.1-test1
1.7.x
1.8.x
1.8.x-r1896717
1.8.x-r1897895
APR
APR_0_9_BRANCH
evenset
gstein-pocore
pollcb-dev
thread-name
trunk
unlabeled-1.1.1
win32-pollset-wakeup-no-file-socket-emulation
xmllite
github.com: github.com: apache/apr.git. This may lag behind the Subversion repository, mirrored as libapr.git.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
threadproc
/
beos
/
thread.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
apr_thread: Follow up to r1897207: apr_thread_current_create() is ENOTIMPL w/...
Yann Ylavic
2023-03-15
1
-2
/
+4
*
Merge thread-name branch (PR 60587) [1]:
Ivan Zhakov
2023-01-21
1
-0
/
+14
|
\
|
*
On 'thread-name' branch: Add apr_thread_name_get() and apr_thread_name_set()
Ivan Zhakov
2022-06-27
1
-0
/
+14
*
|
Remove trailing whitespaces in *.c.
Ivan Zhakov
2022-11-20
1
-6
/
+6
*
|
apr_thread: Provide apr_threadattr_max_free_set().
Yann Ylavic
2022-07-14
1
-10
/
+12
*
|
Replace tabs to spaces.
Ivan Zhakov
2022-07-08
1
-10
/
+10
|
/
*
apr_thread: Follow up to r1897207: apr_thread_current_create() compilation.
Yann Ylavic
2022-02-08
1
-0
/
+1
*
apr_thread: Follow up to r1897207: Provide apr_thread_current_after_fork().
Yann Ylavic
2022-01-25
1
-0
/
+7
*
apr_thread: Follow up to r1897207: Make APR_HAS_THREAD_LOCAL a boolean..
Yann Ylavic
2022-01-25
1
-4
/
+4
*
apr_thread: Follow up to r1897207: Don't NULLify current_thread on exit.
Yann Ylavic
2022-01-25
1
-7
/
+1
*
apr_thread: Follow up to r1897179: abort_fn on apr_allocator_create() failure.
Yann Ylavic
2022-01-24
1
-2
/
+4
*
apr_thread: Use compiler's TLS to track the current apr_thread_t's pointer.
Yann Ylavic
2022-01-19
1
-7
/
+78
*
apr_thread: Follow up to r1897197: Safer apr_thread_join().
Yann Ylavic
2022-01-19
1
-11
/
+9
*
apr_thread: Allocate the apr_thread_t struct on the thread's pool.
Yann Ylavic
2022-01-19
1
-12
/
+12
*
apr_thread: Follow up to r1884078: Unmanaged pools for attached threads too.
Yann Ylavic
2022-01-18
1
-43
/
+31
*
apr_thread: use unmanaged pools for detached threads.
Yann Ylavic
2020-12-03
1
-5
/
+33
*
apr_thread: destroy the thread's pool at _join() time, unless _detach()ed.
Yann Ylavic
2020-12-03
1
-4
/
+20
*
API/ABI change, drop return value of apr_thread_exit() which has
Joe Orton
2019-07-03
1
-3
/
+1
*
Add apr_pool_owner_set function to allow use of pool debugging with threads
Stefan Fritsch
2013-03-23
1
-1
/
+6
*
* Remove unnecessary assignment of pool attribute.
Ruediger Pluem
2007-10-13
1
-1
/
+0
*
Fix the typo.
Joe Orton
2006-08-03
1
-1
/
+1
*
Update license header.
Joe Orton
2006-08-03
1
-6
/
+6
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
Add apr_threadattr_guardsize_set function, which allows changing
Joe Orton
2004-06-10
1
-0
/
+6
*
Add apr_threadattr_stacksize_set() for overriding the default
Jeff Trawick
2004-03-01
1
-0
/
+6
*
Relicense APR under Apache License, Version 2.0
Justin Erenkrantz
2004-02-13
1
-49
/
+10
*
Fix the apr_thread_once_init so it works and allow the thread test to not
David Reid
2003-11-23
1
-4
/
+9
*
Namespace protection for include/arch/ header files
Thom May
2003-01-06
1
-1
/
+1
*
Update copyright notices to 2003.
Thom May
2003-01-01
1
-1
/
+1
*
Rename all the "cntxt" members of the thread and proc structures to
Sander Striker
2002-03-19
1
-13
/
+13
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
1
-1
/
+1
*
Thought I committed this a whiole back, but guess I didn't...
David Reid
2002-01-12
1
-1
/
+1
*
Convert apr_thread_exit(..., apr_status_t *retval) to
Aaron Bannert
2001-12-27
1
-2
/
+2
*
BeOS threads can exit in strange orders, even in testthread they will often
David Reid
2001-10-29
1
-1
/
+10
*
Some more tidying up for the beos code and get it building again.
David Reid
2001-10-28
1
-3
/
+4
*
Tidy up to get us working again...
David Reid
2001-09-11
1
-3
/
+45
*
Wrap all APR functions in APR_DECLARE macro.
Ryan Bloom
2001-08-10
1
-17
/
+17
*
Added a stub for apr_thread_yield()
Bradley Nicholes
2001-08-03
1
-0
/
+4
*
dummy_func != dummy_worker
David Reid
2001-07-24
1
-7
/
+7
*
Updated APR to pass the thread worker_function prototype
William A. Rowe Jr
2001-07-24
1
-1
/
+11
*
on some Unix platforms pthread_t is a structure and the compiler won't allow
Jeff Trawick
2001-06-14
1
-0
/
+5
*
This is a much larger commit than I meant to have, but a lot has
David Reid
2001-06-06
1
-0
/
+6
*
Fix the naming of the apr_threadattr_detach_xxx functions. get and set were
Greg Ames
2001-04-11
1
-2
/
+2
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
1
-1
/
+1
*
s/pupt/put/g typo
Doug MacEachern
2001-02-08
1
-1
/
+1
*
renaming various functions for consistency sake
Doug MacEachern
2001-02-08
1
-12
/
+12
*
Various bits of tidying up mainly for locking, but a few thread bits as well.
David Reid
2000-12-31
1
-7
/
+0
*
More fixes to get BeOS building and a few missing functions to try and
David Reid
2000-11-19
1
-0
/
+32
*
Get this working on BeOS again after the arch changes.
David Reid
2000-11-18
1
-1
/
+1
*
Move all of the threadproc private header files to an arch directory under
Ryan Bloom
2000-11-09
1
-1
/
+1
[next]