Home
last modified time | relevance | path

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

/foundation/communication/ipc/ipc/native/src/core/include/
Dipc_process_skeleton.h55 struct ThreadMessageInfo { struct
56 uint32_t flags;
57 binder_size_t bufferSize;
58 binder_size_t offsetsSize;
59 binder_uintptr_t offsets;
60 uint32_t socketId;
61 void *buffer;
62 std::mutex mutex;
63 std::condition_variable condition;
64 bool ready;
/foundation/communication/ipc/ipc/native/c/rpc/include/
Drpc_process_skeleton.h107 } ThreadMessageInfo; typedef