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.h54 struct ThreadMessageInfo { struct
55 uint32_t flags;
56 binder_size_t bufferSize;
57 binder_size_t offsetsSize;
58 binder_uintptr_t offsets;
59 uint32_t socketId;
60 void *buffer;
61 std::mutex mutex;
62 std::condition_variable condition;
63 bool ready;
/foundation/communication/ipc/ipc/native/c/rpc/include/
Drpc_process_skeleton.h107 } ThreadMessageInfo; typedef