Home
last modified time | relevance | path

Searched defs:ThreadLockInfo (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/filemanagement/user_file_service/services/native/file_access_service/include/
H A Dfile_access_ext_connection.h49 struct ThreadLockInfo { struct
54 ThreadLockInfo connectLockInfo_; argument
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/include/
H A Dapp_file_access_ext_connection.h48 struct ThreadLockInfo { struct
52 ThreadLockInfo connectLockInfo_; argument
/ohos5.0/base/account/os_account/interfaces/kits/napi/common/include/
H A Dnapi_account_common.h29 struct ThreadLockInfo { struct
30 std::mutex mutex;
31 std::condition_variable condition;
32 int32_t count = 0;
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/include/
H A Dnapi_remote_object_internal.h29 struct ThreadLockInfo { struct
44 ThreadLockInfo *lockInfo; argument
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h118 struct ThreadLockInfo { struct
119 std::mutex mutex;
120 std::string networkId;
121 std::condition_variable condition;
122 bool ready = false;
/ohos5.0/foundation/communication/ipc/services/dbinder/c/src/
H A Ddbinder_service.c59 } ThreadLockInfo; typedef