mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-22 11:51:27 +08:00
add: migrate source code of luahook
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
#include "PlatformThread.h"
|
||||
|
||||
using namespace zz;
|
||||
|
||||
int OSThread::GetCurrentProcessId() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int OSThread::GetCurrentThreadId() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
OSThread::LocalStorageKey OSThread::CreateThreadLocalKey() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
void OSThread::DeleteThreadLocalKey(LocalStorageKey key) {
|
||||
}
|
||||
|
||||
void *OSThread::GetThreadLocal(LocalStorageKey key) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void OSThread::SetThreadLocal(LocalStorageKey key, void *value) {
|
||||
}
|
||||
Reference in New Issue
Block a user