-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Runtime/Private/Windows/System.cpp:
void* CreateThread(Runtime::Parallel::ThreadOptionsHelper& refThreadOptions)
{
return ::CreateThread(nullptr, static_cast<SIZE_T>(refThreadOptions.stackSize), refThreadOptions.startAddress,
refThreadOptions.paramsAddress,
refThreadOptions.isSuspendedOnStart ? CREATE_SUSPENDED : 0, &refThreadOptions.threadId);
}Replace CreateThread with _beginthreadex
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers