Home
last modified time | relevance | path

Searched defs:SocketThreadLockInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dipc_process_skeleton.h45 struct SocketThreadLockInfo { struct
46 std::mutex mutex;
47 std::condition_variable condition;
48 bool ready = false;
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/include/
H A Drpc_process_skeleton.h66 } SocketThreadLockInfo; typedef