Lines Matching refs:section
79 critical section (guarded by a mutex) to ensure that the trace output
83 but rather uses a set of convenience macros, see the L</Macros> section below.
91 OSSL_trace_begin() is used to starts a tracing section, and get the
95 OSSL_trace_end() is used to end a tracing section.
108 used as follows to wrap a trace section:
128 trace section:
174 In some situations this is simpler than entering a trace section using
194 The most natural way to do this is to place the code inside the trace section
205 of a trace section. This is the case if calculations and tracing happen in
207 that placing them inside a (critical) trace section would create too much
244 For example, take this example from L</Macros> section above: