mirror of
https://gitee.com/openharmony/distributeddatamgr_relational_store
synced 2024-11-23 07:00:41 +00:00
!1815 arkui-x update master OH to weekly_20241014 and OH fix build bug
Merge pull request !1815 from mufeng521/mufeng_master_oh_weekly_20241014
This commit is contained in:
commit
6a279b3539
@ -42,7 +42,7 @@ int32_t JSDFManager::GetFreedTid(void *data)
|
||||
if (tid != 0) {
|
||||
freedTid = tid;
|
||||
} else {
|
||||
#if defined(WINDOWS_PLATFORM) || defined(MAC_PLATFORM)
|
||||
#if defined(WINDOWS_PLATFORM) || defined(MAC_PLATFORM) || defined(ANDROID_PLATFORM) || defined(IOS_PLATFORM)
|
||||
tid = 0;
|
||||
#else
|
||||
tid = gettid();
|
||||
|
Loading…
Reference in New Issue
Block a user