Disable trap on MacOs
This commit is contained in:
@@ -3047,7 +3047,9 @@ void thread_ctrl::set_name(std::string name)
|
|||||||
return false;
|
return false;
|
||||||
}).second)
|
}).second)
|
||||||
{
|
{
|
||||||
|
#ifndef __APPLE__
|
||||||
utils::trap();
|
utils::trap();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user