X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fsystem%2Fcommon%2Fthread-controller.cpp;h=b3874d23451371cabe2474b08b646200e904c754;hb=92a91626274bd7db6dc72b2f05959493754770cc;hp=54633bd494ae3b2995afe2931377c318cfbffa97;hpb=786cadefcd46915dbe96d160df5080edc4226b8a;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/system/common/thread-controller.cpp b/dali/internal/system/common/thread-controller.cpp index 54633bd..b3874d2 100644 --- a/dali/internal/system/common/thread-controller.cpp +++ b/dali/internal/system/common/thread-controller.cpp @@ -1,5 +1,5 @@ /* - * 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. @@ -117,6 +117,11 @@ void ThreadController::AddSurface(Dali::RenderSurfaceInterface* newSurface) mThreadControllerInterface->AddSurface(newSurface); } +int32_t ThreadController::GetThreadId() const +{ + return mThreadControllerInterface->GetThreadId(); +} + } // namespace Adaptor } // namespace Internal