X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fsystem%2Fcommon%2Fthread-controller.h;h=45277a1525787f283036f9d5080c7e8956af7cef;hb=5e7e7b0e588eb00c30453deb2536be55614e0a55;hp=ba58948647fdee2700db027ae760d6db020cc906;hpb=01e8b5c08e21a0b4507e36a82f6b114477023c52;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/system/common/thread-controller.h b/dali/internal/system/common/thread-controller.h index ba58948..45277a1 100644 --- a/dali/internal/system/common/thread-controller.h +++ b/dali/internal/system/common/thread-controller.h @@ -2,7 +2,7 @@ #define DALI_INTERNAL_THREAD_CONTROLLER_H /* - * Copyright (c) 2021 Samsung Electronics Co., Ltd. + * Copyright (c) 2022 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -141,6 +141,12 @@ public: */ void AddSurface(Dali::RenderSurfaceInterface* surface); + /** + * @brief Gets the thread id. + * @return The thread id. + */ + int32_t GetThreadId() const; + private: // Undefined copy constructor. ThreadController(const ThreadController&) = delete;