Etterna 0.74.4
Loading...
Searching...
No Matches
DarwinThreadHelpers.h
1#ifndef DARWIN_THREAD_HELPERS_H
2#define DARWIN_THREAD_HELPERS_H
3
8bool
9SuspendThread(uint64_t threadHandle);
14bool
15ResumeThread(uint64_t threadHandle);
19uint64_t
20GetCurrentThreadId();
27std::string
28SetThreadPrecedence(float prec);
29
30#endif