aboutsummaryrefslogtreecommitdiffstats
path: root/common/os/Mutex.h
Commit message (Collapse)AuthorAgeFilesLines
* Move concurrency abstration layer to corePierre Ossman2025-02-251-64/+0
| | | | | OS abstractions are generic enough that we can merge these with the new core library.
* Include class keyword for friend declarationPierre Ossman2015-12-081-1/+1
| | | | | Only C++11 allows omitting the class keyword, so include it so the code compiles with older compilers.
* Add abstraction classes for system thread primitivesPierre Ossman2015-11-271-0/+64