Home
last modified time | relevance | path

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

/foundation/communication/ipc/ipc/native/src/core/include/
Dipc_process_skeleton.h49 struct SocketThreadLockInfo { struct
50 std::mutex mutex;
51 std::condition_variable condition;
52 bool ready = false;
/foundation/communication/ipc/ipc/native/c/rpc/include/
Drpc_process_skeleton.h66 } SocketThreadLockInfo; typedef