index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common
/
Thread.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #60253 from MaxKellermann/includes
Yuri Weinstein
2024-11-22
1
-1
/
+1
|
\
|
*
common/Thread: include cleanup
Max Kellermann
2024-11-04
1
-1
/
+1
*
|
common: cache pthread names
Patrick Donnelly
2024-10-25
1
-8
/
+2
|
/
*
log: thread name save/fetch infra
Milind Changire
2024-10-15
1
-1
/
+7
*
Revert "common/Thread: make _entry_func noexcept"
Ilya Dryomov
2021-08-07
1
-1
/
+1
*
common/Thread: make _entry_func noexcept
Adam C. Emerson
2021-01-11
1
-1
/
+1
*
common/Thread: Don't store pointer to thread_name
Adam C. Emerson
2020-09-09
1
-1
/
+1
*
common/thread: Fix race condition in make_named_thread
Adam C. Emerson
2019-10-23
1
-6
/
+9
*
common: remove unused ioprio thread/wq infrastructure
Sage Weil
2018-10-23
1
-2
/
+2
*
common: Add make_named_thread
Adam C. Emerson
2018-02-16
1
-1
/
+22
*
Bugfix: set thread name will fail, when running as differnt user.
Igor Podoski
2016-02-29
1
-0
/
+1
*
threads: add thread names
Igor Podoski
2016-01-05
1
-1
/
+1
*
Thread.h: disable copy constr and assignment op
Michal Jarzabek
2015-09-05
1
-2
/
+2
*
common/Thread: added const to 2 functions
Michal Jarzabek
2015-07-02
1
-2
/
+2
*
common/Thread.h: mark copy/move ctor as explicit
Danny Al-Gaaf
2015-04-15
1
-1
/
+1
*
Thread: Support set_affinity to bind core
Haomai Wang
2015-03-15
1
-0
/
+2
*
added some consts
Michal Jarzabek
2014-11-25
1
-1
/
+1
*
common: set_ioprio debug message including pid
Loic Dachary
2014-10-07
1
-0
/
+1
*
common/Thread: add missing #include for pid_t
John Spray
2014-06-29
1
-0
/
+1
*
common/Thread: allow io priority to be set for a Thread
Sage Weil
2014-06-23
1
-0
/
+5
*
thread: remove get_num_threads() static
Sage Weil
2012-05-04
1
-1
/
+0
*
thread: detach()
Sage Weil
2011-08-02
1
-0
/
+1
*
make misc items as not copyable
Sage Weil
2011-06-22
1
-0
/
+3
*
Thread.cc: clean up
Colin Patrick McCabe
2011-06-21
1
-78
/
+15
*
Create de-globalized versions of the dout macro
Colin Patrick McCabe
2011-06-21
1
-0
/
+3
*
signal: const cleanup, don't use derr
Colin Patrick McCabe
2011-06-21
1
-2
/
+2
*
Thread: remove globals. Thread create must succeed
Colin Patrick McCabe
2011-06-10
1
-32
/
+10
*
common/Thread.h: const cleanup
Colin Patrick McCabe
2011-05-27
1
-1
/
+1
*
common: block SIGPIPE everywhere we can
Colin Patrick McCabe
2011-03-03
1
-9
/
+11
*
Thread: don't mask signals except in library code
Colin Patrick McCabe
2011-03-01
1
-8
/
+15
*
Rename config.h -> common/config.h
Colin Patrick McCabe
2011-02-23
1
-1
/
+1
*
common: thread: get number of threads from /proc
Colin Patrick McCabe
2011-02-15
1
-6
/
+3
*
common: move signal blocking into signal.cc
Colin Patrick McCabe
2011-01-21
1
-7
/
+12
*
logging: Replace derr with dout
Colin Patrick McCabe
2010-12-07
1
-6
/
+6
*
thread: force stacksize to be multiple of page size; clean up
Sage Weil
2010-07-02
1
-4
/
+7
*
thread: allow setting stacksize when calling create & check return value of p...
Paul Chiang
2010-07-02
1
-3
/
+17
*
Bug #98: Unique names for include guards
Markus Elfring
2010-06-17
1
-2
/
+2
*
atomic: rename test() -> read()
Sage Weil
2010-04-08
1
-1
/
+1
*
thread: mask all signals on child threads
Sage Weil
2010-03-10
1
-1
/
+6
*
thread: complain on bad join() calls
Sage Weil
2008-11-13
1
-2
/
+2
*
thread: start/stop debugging
Sage Weil
2008-07-22
1
-1
/
+4
*
use atomic_t to count threads
Sage Weil
2008-07-22
1
-4
/
+5
*
msgr: kill off replaced connection threads
Sage Weil
2008-05-20
1
-1
/
+4
*
startup: adjust out/* symlinks after forking (from call to daemon())
Sage Weil
2008-01-27
1
-2
/
+9
*
reorganized source tree
Sage Weil
2007-12-19
1
-0
/
+81