Lines Matching refs:objects
43 Model, calls to SSL objects are not synchronised. There is no locking on any
53 Contentive Concurrency Model, calls to SSL objects are wrapped in locks and
55 different QUIC stream SSL objects belonging to the same QUIC connection) is
65 mutations of QUIC core objects (`QUIC_CHANNEL`, `QUIC_STREAM`, etc.) on the
86 Interactions with SSL objects are essentially translated into commands and
92 Under this model, QUIC core objects (`QUIC_CHANNEL`, `QUIC_STREAM`, etc.) will
93 live solely on the worker thread and access to these objects by an application
138 objects (`QUIC_CHANNEL`, `QUIC_STREAM`, etc.)
152 CCM, QUIC core objects have their state mutated under lock by arbitrary
161 dispatching in-thread mutations of QUIC core objects when operating under CCM,
168 - **Direct CML (DCML)**, in which core objects are worked on in the same thread
171 - **Worker CML (WCML)**, in which core objects are managed by a worker thread
202 fully abstracts the QUIC core objects such as `QUIC_ENGINE` or `QUIC_CHANNEL` so