Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dipc_process_skeleton.h51 struct ThreadMessageInfo { struct
52 uint32_t flags;
53 binder_size_t bufferSize;
54 binder_size_t offsetsSize;
55 binder_uintptr_t offsets;
56 uint32_t socketId;
57 void *buffer;
58 std::mutex mutex;
59 std::condition_variable condition;
60 bool ready;
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/include/
H A Drpc_process_skeleton.h107 } ThreadMessageInfo; typedef