thread set name
This commit is contained in:
@@ -58,6 +58,11 @@ void Thread::wait_to_finish(Thread *p_thread) {
|
||||
|
||||
}
|
||||
|
||||
Error Thread::set_name(const String &p_name) {
|
||||
|
||||
return ERR_UNAVAILABLE;
|
||||
};
|
||||
|
||||
Thread::Thread()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user