[*] More clean up
This commit is contained in:
parent
81ba305558
commit
05e3a90a7c
@ -38,7 +38,7 @@ namespace Aurora::Processes
|
||||
}
|
||||
}
|
||||
|
||||
void OpenerThread()
|
||||
static void OpenerThread()
|
||||
{
|
||||
CoInitializeEx(NULL, COINIT_APARTMENTTHREADED | COINIT_DISABLE_OLE1DDE);
|
||||
RunTasks();
|
||||
|
@ -32,8 +32,6 @@ namespace Aurora::Threading::Threads
|
||||
|
||||
OSThread::OSThread(const ThreadInfo &info) : info_(info)
|
||||
{
|
||||
info_.stackSize = info.stackSize;
|
||||
info_.name = info.name;
|
||||
name_ = info.name.value_or("Aurora Thread");
|
||||
terminated_ = Primitives::EventShared(true, false);
|
||||
exitOnlyOnce_ = Primitives::CriticalSectionUnique();
|
||||
|
Loading…
Reference in New Issue
Block a user