There was an error fetching the commit references. Please try again later.
Kernel/Thread: Allow specifying which process a thread belongs to when creating it.
Don't automatically assume that Thread::Create will only be called when the parent process is currently scheduled. This assumption will be broken when applets or system modules are loaded.
Showing
- src/core/hle/kernel/process.cpp 1 addition, 1 deletionsrc/core/hle/kernel/process.cpp
- src/core/hle/kernel/thread.cpp 9 additions, 8 deletionssrc/core/hle/kernel/thread.cpp
- src/core/hle/kernel/thread.h 9 additions, 6 deletionssrc/core/hle/kernel/thread.h
- src/core/hle/svc.cpp 3 additions, 2 deletionssrc/core/hle/svc.cpp
Loading
Please register or sign in to comment