index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
thread
Age
Commit message (
Expand
)
Author
2021-01-01
copyright year 2021
Max Kellermann
2020-03-17
thread/CriticalSection: remove extra semicolons
Max Kellermann
2020-03-16
remove some more extra semicolons
Rosen Penev
2020-03-16
Merge remote-tracking branches 'neheb/fwhfggwe', 'neheb/nvm2', 'neheb/nvm22',...
Max Kellermann
2020-03-16
remove extra semicolon
Rosen Penev
2020-03-16
remove gcc_unused
Rosen Penev
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-01-18
copyright year 2020
Max Kellermann
2019-10-09
thread/Util: lower the real-time priority from 50 to 40
Max Kellermann
2019-08-03
switch to C++17
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-05-29
thread/Slack: use std::chrono::duration
Max Kellermann
2019-05-07
thread/WindowsCond: add wait() overload with predicate
Max Kellermann
2019-05-07
thread/{Mutex,Cond}: use std::mutex and std::condition_variable
Max Kellermann
2019-05-07
thread/*Cond: add wait_for() overload with predicate
Max Kellermann
2019-05-07
thread/*Cond: remove wait() overloads without std::unique_lock<>
Max Kellermann
2019-05-07
thread/Mutex: use `using` instead of making it a derived class
Max Kellermann
2019-04-26
thread/Cond: add wait() overload which takes a unique_lock<>
Max Kellermann
2019-04-25
thread/*Cond: rename methods to match std::condition_variable
Max Kellermann
2019-03-14
meson.build: remove the libwinpthread-1.dll dependency on Windows
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-11-19
src/thread/meson.build: detect pthread_setname_np()
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-10-31
fix compilation errors on Debian GNU/Hurd
Florian Schlichting
2018-10-14
build with Meson instead of autotools
Max Kellermann
2018-09-21
Thread/Thread: disallow copying
Max Kellermann
2018-09-21
Thread/Thread: document Start() exception
Max Kellermann
2018-08-20
Compiler.h: move to util/
Max Kellermann
2018-07-16
use uint_least32_t instead of long for timeout
Yue Wang
2018-07-15
Support timed_wait in microseconds level
Yue Wang
2018-02-11
Merge tag 'v0.20.17'
Max Kellermann
2018-02-09
thread/Util: implement system call wrapper for sched_setscheduler()
Max Kellermann
2018-02-09
thread/Util: rename ioprio_set() to linux_ioprio_set()
Max Kellermann
2018-01-24
util/StringFormat: new utility library
Max Kellermann
2018-01-15
Merge branch 'v0.20.x'
Max Kellermann
2018-01-08
thread/Thread: add debug attribute "inside_handle"
Max Kellermann
2018-01-08
thread/Thread: make IsInside() debug-only
Max Kellermann
2018-01-08
thread/Thread: fix indent
Max Kellermann
2018-01-07
thread/{Thread,Id}: use defaul-initialized pthread_t as "undefined" value
Max Kellermann
2018-01-07
thread/Thread: use BoundMethod
Max Kellermann
2018-01-07
thread/Thread: move code to Run()
Max Kellermann
2018-01-05
Merge branch 'v0.20.x'
Max Kellermann
2018-01-04
thread/Util: no ioprio_set() on Android due to seccomp/SIGSYS
Max Kellermann
2018-01-02
thread/SafeSingleton: disallow copying
Max Kellermann
2018-01-02
thread/SafeSingleton: pass parameters to constructor
Max Kellermann
2018-01-02
thread/SafeSingleton: new thread-safe utility class
Max Kellermann
2017-12-22
thread/{Thread,Id}: use defaul-initialized pthread_t as "undefined" value
Max Kellermann
2017-12-18
thread/PosixMutex: add "noexcept"
Max Kellermann
2017-12-16
Merge branch 'v0.20.x'
Max Kellermann
2017-12-12
*: check defined(_WIN32) instead of defined(WIN32)
Max Kellermann
[next]