summaryrefslogtreecommitdiffstats
path: root/src/common/Thread.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: cache pthread namesPatrick Donnelly2024-10-251-20/+2
* log: thread name save/fetch infraMilind Changire2024-10-151-2/+2
* common: avoid using pthread native handle if not availableLucian Petrut2023-08-301-1/+1
* Revert "common/Thread: make _entry_func noexcept"Ilya Dryomov2021-08-071-1/+1
* common/Thread: make _entry_func noexceptAdam C. Emerson2021-01-111-1/+1
* crimson/os: do not configure seastar allocator for alien threadsKefu Chai2020-11-091-3/+0
* common/Thread: Don't store pointer to thread_nameAdam C. Emerson2020-09-091-3/+2
* common/Thread: configure Seastar's memory allocator.Radoslaw Zarzynski2020-06-231-0/+7
* common: stub certain modules and functions on WindowsLucian Petrut2020-06-041-0/+5
* common: remove unused ioprio thread/wq infrastructureSage Weil2018-10-231-22/+14
* cleanup: Replace always-false assertions with abortAdam C. Emerson2018-08-271-1/+1
* common: Use ceph_assert for assertsAdam C. Emerson2018-08-271-4/+4
* common: Add make_named_threadAdam C. Emerson2018-02-161-1/+31
* common: Remove redundant includesJos Collin2017-05-171-10/+0
* compat: define ceph_pthread_{set,get}name()Yan, Zheng2016-07-181-1/+1
* compat.h: added a set of extras for FreeBSD <> Linux compatabilityWillem Jan Withagen2016-05-251-0/+2
* common: thread: allow set_affinity() to return a error codexie xingguo2016-03-121-2/+3
* Bugfix: set thread name will fail, when running as differnt user.Igor Podoski2016-02-291-4/+7
* threads: add thread namesIgor Podoski2016-01-051-1/+4
* Common/Thread: pthread_attr_destroy(thread_attr) when done with itzqkkqz2015-08-071-0/+4
* Thread.cc: remove malloc/free pairPiotr Dałek2015-07-171-5/+3
* common/Thread: added const to 2 functionsMichal Jarzabek2015-07-021-2/+2
* common/Thread: print msg on join errorsJohn Spray2015-06-251-1/+8
* Thread.cc: Make set_affinity private and correct behaviorHaomai Wang2015-03-201-14/+20
* Thread: Support set_affinity to bind coreHaomai Wang2015-03-151-2/+27
* added some constsMichal Jarzabek2014-11-251-1/+1
* common: do not set ioprio if pid is not setLoic Dachary2014-10-071-1/+2
* common/Thread: allow io priority to be set for a ThreadSage Weil2014-06-231-2/+32
* check malloc return valuesYehuda Sadeh2012-05-211-0/+2
* thread: remove get_num_threads() staticSage Weil2012-05-041-32/+0
* Merge branch 'master' into wip-freebsdSage Weil2011-10-251-22/+11
|\
| * thread: whitespaceSage Weil2011-10-111-22/+11
* | Change PAGE_MASK/PAGE_SIZE definitions to CEPH_PAGE_MASK/CEPH_PAGE_SIZEStanislav Sedov2011-10-051-2/+1
|/
* assert: use our assertSage Weil2011-08-311-1/+1
* thread: detach()Sage Weil2011-08-021-0/+5
* Add more debugging for pthread_create failuresColin Patrick McCabe2011-07-251-1/+7
* Thread.cc: deglobalizeColin Patrick McCabe2011-06-211-4/+0
* Thread.cc: clean upColin Patrick McCabe2011-06-211-9/+113
* simplemessenger: Fix num_threads bug printout.Greg Farnum2011-02-171-0/+7
* common: thread: get number of threads from /procColin Patrick McCabe2011-02-151-0/+54