mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00:00
Minor logging improvements
This commit is contained in:
parent
f11efcd324
commit
aa00adc9ec
5 changed files with 27 additions and 21 deletions
|
|
@ -472,6 +472,8 @@ SysResult thr_new(orbis::Thread *thread, orbis::ptr<thr_param> param,
|
|||
std::printf("Starting child thread %lu\n", (long)(proc->pid + baseId));
|
||||
|
||||
std::thread{[=, childThread = Ref<Thread>(childThread)] {
|
||||
pthread_setname_np(pthread_self(),
|
||||
std::to_string(childThread->tid).c_str());
|
||||
stack_t ss;
|
||||
|
||||
auto sigStackSize = std::max<std::size_t>(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue