Common: Capitalize setCurrentThreadName().
This commit is contained in:
parent
7e21e9a721
commit
f4a6d291e1
38 changed files with 53 additions and 53 deletions
|
@ -102,7 +102,7 @@ static void CheckKR(const char* name, kern_return_t kr) {
|
|||
}
|
||||
|
||||
static void ExceptionThread(mach_port_t port) {
|
||||
setCurrentThreadName("Mach exception thread");
|
||||
SetCurrentThreadName("Mach exception thread");
|
||||
#pragma pack(4)
|
||||
struct {
|
||||
mach_msg_header_t Head;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue