mirror of
https://gitee.com/openharmony/graphic_graphic_2d
synced 2024-11-23 07:02:25 +00:00
optimize CPU cycle
Signed-off-by: yangqilin <yangqilin5@huawei.com>
This commit is contained in:
parent
38b928d77f
commit
f42ee5b50a
@ -29,7 +29,7 @@ void ThreadPrivateDataCtl::KeyInit()
|
||||
return;
|
||||
}
|
||||
if (pthread_key_create(&tableKey_, nullptr) != 0) {
|
||||
WLOGE("Failed to creat thread key.")
|
||||
WLOGE("Failed to creat thread key.");
|
||||
return;
|
||||
}
|
||||
WLOGD("pthread_key_create. key = %{public}d", key_);
|
||||
|
Loading…
Reference in New Issue
Block a user