aboutsummaryrefslogtreecommitdiff
path: root/zencore/thread.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-formatStefan Boberg2021-09-161-2/+2
* Added ProcessMonitor class, which is used to monitor a number of sponsor proc...Stefan Boberg2021-09-161-0/+75
* zen::Sleep() for LinuxMartin Ridgers2021-09-151-0/+4
* GetCurrentProcess() for non-WindowsMartin Ridgers2021-09-151-0/+6
* Implemented RwLock on non-Windows platforms using std::shared_mutexMartin Ridgers2021-09-151-1/+20
* Removed unused 'thread' includeMartin Ridgers2021-09-151-1/+0
* Added ProcessHandle::Reset and added some diagnostics for ProcessHandle::Init...Stefan Boberg2021-08-091-6/+21
* Added SYNCHRONIZE to ProcessHandle::InitializeStefan Boberg2021-08-091-1/+1
* Added IsProcessRunning()/GetCurrentProcessId() helpersStefan Boberg2021-08-091-0/+21
* zen::Process -> zen::ProcessHandleStefan Boberg2021-08-061-8/+8
* Added basic NamedMutex implementationStefan Boberg2021-08-051-0/+45
* Cleaned up exception handlingStefan Boberg2021-05-211-1/+3
* Adding zenservice codeStefan Boberg2021-05-111-0/+192