index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common
/
Thread.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
common: cache pthread names
Patrick Donnelly
2024-10-25
1
-20
/
+2
*
log: thread name save/fetch infra
Milind Changire
2024-10-15
1
-2
/
+2
*
common: avoid using pthread native handle if not available
Lucian Petrut
2023-08-30
1
-1
/
+1
*
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
*
crimson/os: do not configure seastar allocator for alien threads
Kefu Chai
2020-11-09
1
-3
/
+0
*
common/Thread: Don't store pointer to thread_name
Adam C. Emerson
2020-09-09
1
-3
/
+2
*
common/Thread: configure Seastar's memory allocator.
Radoslaw Zarzynski
2020-06-23
1
-0
/
+7
*
common: stub certain modules and functions on Windows
Lucian Petrut
2020-06-04
1
-0
/
+5
*
common: remove unused ioprio thread/wq infrastructure
Sage Weil
2018-10-23
1
-22
/
+14
*
cleanup: Replace always-false assertions with abort
Adam C. Emerson
2018-08-27
1
-1
/
+1
*
common: Use ceph_assert for asserts
Adam C. Emerson
2018-08-27
1
-4
/
+4
*
common: Add make_named_thread
Adam C. Emerson
2018-02-16
1
-1
/
+31
*
common: Remove redundant includes
Jos Collin
2017-05-17
1
-10
/
+0
*
compat: define ceph_pthread_{set,get}name()
Yan, Zheng
2016-07-18
1
-1
/
+1
*
compat.h: added a set of extras for FreeBSD <> Linux compatability
Willem Jan Withagen
2016-05-25
1
-0
/
+2
*
common: thread: allow set_affinity() to return a error code
xie xingguo
2016-03-12
1
-2
/
+3
*
Bugfix: set thread name will fail, when running as differnt user.
Igor Podoski
2016-02-29
1
-4
/
+7
*
threads: add thread names
Igor Podoski
2016-01-05
1
-1
/
+4
*
Common/Thread: pthread_attr_destroy(thread_attr) when done with it
zqkkqz
2015-08-07
1
-0
/
+4
*
Thread.cc: remove malloc/free pair
Piotr Dałek
2015-07-17
1
-5
/
+3
*
common/Thread: added const to 2 functions
Michal Jarzabek
2015-07-02
1
-2
/
+2
*
common/Thread: print msg on join errors
John Spray
2015-06-25
1
-1
/
+8
*
Thread.cc: Make set_affinity private and correct behavior
Haomai Wang
2015-03-20
1
-14
/
+20
*
Thread: Support set_affinity to bind core
Haomai Wang
2015-03-15
1
-2
/
+27
*
added some consts
Michal Jarzabek
2014-11-25
1
-1
/
+1
*
common: do not set ioprio if pid is not set
Loic Dachary
2014-10-07
1
-1
/
+2
*
common/Thread: allow io priority to be set for a Thread
Sage Weil
2014-06-23
1
-2
/
+32
*
check malloc return values
Yehuda Sadeh
2012-05-21
1
-0
/
+2
*
thread: remove get_num_threads() static
Sage Weil
2012-05-04
1
-32
/
+0
*
Merge branch 'master' into wip-freebsd
Sage Weil
2011-10-25
1
-22
/
+11
|
\
|
*
thread: whitespace
Sage Weil
2011-10-11
1
-22
/
+11
*
|
Change PAGE_MASK/PAGE_SIZE definitions to CEPH_PAGE_MASK/CEPH_PAGE_SIZE
Stanislav Sedov
2011-10-05
1
-2
/
+1
|
/
*
assert: use our assert
Sage Weil
2011-08-31
1
-1
/
+1
*
thread: detach()
Sage Weil
2011-08-02
1
-0
/
+5
*
Add more debugging for pthread_create failures
Colin Patrick McCabe
2011-07-25
1
-1
/
+7
*
Thread.cc: deglobalize
Colin Patrick McCabe
2011-06-21
1
-4
/
+0
*
Thread.cc: clean up
Colin Patrick McCabe
2011-06-21
1
-9
/
+113
*
simplemessenger: Fix num_threads bug printout.
Greg Farnum
2011-02-17
1
-0
/
+7
*
common: thread: get number of threads from /proc
Colin Patrick McCabe
2011-02-15
1
-0
/
+54