Home | History | Annotate | Download | only in POSIX-DYLD

Lines Matching refs:Rendezvous

35     // This structure is used to hold the contents of the debug rendezvous
39 struct Rendezvous {
46 Rendezvous()
53 /// Update the internal snapshot of runtime linker rendezvous and recompute
65 /// @returns true if this rendezvous has been located in the inferiors
70 /// @returns the address of the rendezvous structure in the inferiors
75 /// @returns the version of the rendezvous protocol being used.
94 /// Returns the current state of the rendezvous structure.
116 /// @brief Constants describing the state of the rendezvous.
183 /// Current and previous snapshots of the rendezvous structure.
184 Rendezvous m_current;
185 Rendezvous m_previous;