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