Home
last modified time | relevance | path

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

/foundation/filemanagement/user_file_service/services/native/file_access_service/include/
Dfile_access_ext_connection.h49 struct ThreadLockInfo { struct
54 ThreadLockInfo connectLockInfo_; argument
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/include/
Dapp_file_access_ext_connection.h48 struct ThreadLockInfo { struct
52 ThreadLockInfo connectLockInfo_; argument
/foundation/communication/ipc/ipc/native/src/napi_common/include/
Dnapi_remote_object_internal.h29 struct ThreadLockInfo { struct
44 ThreadLockInfo *lockInfo; argument
/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
Ddbinder_service.h118 struct ThreadLockInfo { struct
119 std::mutex mutex;
120 std::string networkId;
121 std::condition_variable condition;
122 bool ready = false;
/foundation/communication/ipc/dbinder/c/src/
Ddbinder_service.c59 } ThreadLockInfo; typedef