diff options
| author | Ariel Manzur | 2016-01-31 20:22:38 -0300 |
|---|---|---|
| committer | Ariel Manzur | 2016-01-31 20:23:24 -0300 |
| commit | 0cd8c054a2070a9b91505d5f3a9addfe131352f1 (patch) | |
| tree | 27118161c7a4dd8fe88c6a99e7bacceaa71be80d /drivers/unix/thread_posix.h | |
| parent | b406aae790fe8f4cf331fa7fac629b418a674754 (diff) | |
| download | godot-0cd8c054a2070a9b91505d5f3a9addfe131352f1.tar.gz godot-0cd8c054a2070a9b91505d5f3a9addfe131352f1.tar.zst godot-0cd8c054a2070a9b91505d5f3a9addfe131352f1.zip | |
Diffstat (limited to 'drivers/unix/thread_posix.h')
| -rw-r--r-- | drivers/unix/thread_posix.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/unix/thread_posix.h b/drivers/unix/thread_posix.h index 179d56d5b..06a17c2ae 100644 --- a/drivers/unix/thread_posix.h +++ b/drivers/unix/thread_posix.h @@ -55,13 +55,14 @@ class ThreadPosix : public Thread { static Thread* create_func_posix(ThreadCreateCallback p_callback,void *,const Settings&); static ID get_thread_ID_func_posix(); static void wait_to_finish_func_posix(Thread* p_thread); - + + static Error set_name_func_posix(const String& p_name); + ThreadPosix(); public: virtual ID get_ID() const; - Error set_name(const String& p_name); static void make_default(); |
