mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Lazy<T>
, LazyTLS<T>
, thread dtors
This commit is contained in:
parent
cf269db0eb
commit
a27ef9beda
17 changed files with 437 additions and 30 deletions
|
@ -39,7 +39,7 @@ namespace bf
|
|||
private:
|
||||
BfInternalThread* SetupInternalThread();
|
||||
|
||||
BFRT_EXPORT void ManualThreadInit();
|
||||
BFRT_EXPORT void ManualThreadInit();
|
||||
BFRT_EXPORT int GetPriorityNative();
|
||||
BFRT_EXPORT void SetPriorityNative(int priority);
|
||||
BFRT_EXPORT void SetJoinOnDelete(bool joinOnDelete);
|
||||
|
@ -59,7 +59,7 @@ namespace bf
|
|||
BFRT_EXPORT void SetBackgroundNative(bool isBackground);
|
||||
BFRT_EXPORT int GetThreadStateNative();
|
||||
BFRT_EXPORT void InformThreadNameChange(String* name);
|
||||
BFRT_EXPORT int GetThreadId();
|
||||
BFRT_EXPORT intptr GetThreadId();
|
||||
|
||||
BFRT_EXPORT void Dbg_CreateInternal();
|
||||
|
||||
|
@ -68,6 +68,7 @@ namespace bf
|
|||
BFRT_EXPORT void Resume();
|
||||
BFRT_EXPORT void Abort();
|
||||
|
||||
BFRT_EXPORT static void RequestExitNotify();
|
||||
BFRT_EXPORT static void MemoryBarrier();
|
||||
|
||||
static Thread* Alloc()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue