summaryrefslogtreecommitdiffstats
path: root/src/threads/mutex.h
Commit message (Collapse)AuthorAgeLines
* Create t_rwmutex_guard base classFrédéric Brière2019-12-26-5/+10
| | | | (Doing this ahead of time to simplify the next commit a bit.)
* Move t_rwmutex_reader/writer definitions into mutex.cppFrédéric Brière2019-10-02-16/+4
| | | | | These classes are about to get more complex, so let's move them ahead of time into mutex.cpp.
* Replace (old) FSF postal address with URL in header filesFrédéric Brière2016-10-02-2/+1
| | | | | | Wording copied from https://www.gnu.org/licenses/gpl-howto.en.html Fixes #25, fixes #71
* Partial lock rework in t_phone (#17). If the app starts crashing or ↵Lubos Dolezel2015-07-07-0/+42
| | | | freezing, this commit is probably to blame.
* initial checkinMichal Kubecek2015-04-13-0/+86
Check in contents of upstream 1.4.2 tarball, exclude generated files.