summaryrefslogtreecommitdiffstats
path: root/src/common/Thread.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #60253 from MaxKellermann/includesYuri Weinstein2024-11-221-1/+1
|\
| * common/Thread: include cleanupMax Kellermann2024-11-041-1/+1
* | common: cache pthread namesPatrick Donnelly2024-10-251-8/+2
|/
* log: thread name save/fetch infraMilind Changire2024-10-151-1/+7
* 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
* common/Thread: Don't store pointer to thread_nameAdam C. Emerson2020-09-091-1/+1
* common/thread: Fix race condition in make_named_threadAdam C. Emerson2019-10-231-6/+9
* common: remove unused ioprio thread/wq infrastructureSage Weil2018-10-231-2/+2
* common: Add make_named_threadAdam C. Emerson2018-02-161-1/+22
* Bugfix: set thread name will fail, when running as differnt user.Igor Podoski2016-02-291-0/+1
* threads: add thread namesIgor Podoski2016-01-051-1/+1
* Thread.h: disable copy constr and assignment opMichal Jarzabek2015-09-051-2/+2
* common/Thread: added const to 2 functionsMichal Jarzabek2015-07-021-2/+2
* common/Thread.h: mark copy/move ctor as explicitDanny Al-Gaaf2015-04-151-1/+1
* Thread: Support set_affinity to bind coreHaomai Wang2015-03-151-0/+2
* added some constsMichal Jarzabek2014-11-251-1/+1
* common: set_ioprio debug message including pidLoic Dachary2014-10-071-0/+1
* common/Thread: add missing #include for pid_tJohn Spray2014-06-291-0/+1
* common/Thread: allow io priority to be set for a ThreadSage Weil2014-06-231-0/+5
* thread: remove get_num_threads() staticSage Weil2012-05-041-1/+0
* thread: detach()Sage Weil2011-08-021-0/+1
* make misc items as not copyableSage Weil2011-06-221-0/+3
* Thread.cc: clean upColin Patrick McCabe2011-06-211-78/+15
* Create de-globalized versions of the dout macroColin Patrick McCabe2011-06-211-0/+3
* signal: const cleanup, don't use derrColin Patrick McCabe2011-06-211-2/+2
* Thread: remove globals. Thread create must succeedColin Patrick McCabe2011-06-101-32/+10
* common/Thread.h: const cleanupColin Patrick McCabe2011-05-271-1/+1
* common: block SIGPIPE everywhere we canColin Patrick McCabe2011-03-031-9/+11
* Thread: don't mask signals except in library codeColin Patrick McCabe2011-03-011-8/+15
* Rename config.h -> common/config.hColin Patrick McCabe2011-02-231-1/+1
* common: thread: get number of threads from /procColin Patrick McCabe2011-02-151-6/+3
* common: move signal blocking into signal.ccColin Patrick McCabe2011-01-211-7/+12
* logging: Replace derr with doutColin Patrick McCabe2010-12-071-6/+6
* thread: force stacksize to be multiple of page size; clean upSage Weil2010-07-021-4/+7
* thread: allow setting stacksize when calling create & check return value of p...Paul Chiang2010-07-021-3/+17
* Bug #98: Unique names for include guardsMarkus Elfring2010-06-171-2/+2
* atomic: rename test() -> read()Sage Weil2010-04-081-1/+1
* thread: mask all signals on child threadsSage Weil2010-03-101-1/+6
* thread: complain on bad join() callsSage Weil2008-11-131-2/+2
* thread: start/stop debuggingSage Weil2008-07-221-1/+4
* use atomic_t to count threadsSage Weil2008-07-221-4/+5
* msgr: kill off replaced connection threadsSage Weil2008-05-201-1/+4
* startup: adjust out/* symlinks after forking (from call to daemon())Sage Weil2008-01-271-2/+9
* reorganized source treeSage Weil2007-12-191-0/+81