summaryrefslogtreecommitdiffstats
path: root/src/threads/mutex.cpp
Commit message (Expand)AuthorAgeLines
* Introduce read-write-update locks and guards to prevent deadlocksFrédéric Brière2019-12-27-13/+130
* Create t_rwmutex_guard base classFrédéric Brière2019-12-26-2/+9
* Move t_rwmutex_reader/writer definitions into mutex.cppFrédéric Brière2019-10-02-0/+28
* Replace (old) FSF postal address with URL in header filesFrédéric Brière2016-10-02-2/+1
* Partial lock rework in t_phone (#17). If the app starts crashing or freezing,...Lubos Dolezel2015-07-07-0/+37
* initial checkinMichal Kubecek2015-04-13-0/+90