Searched refs:threaded (Results 1 - 8 of 8) sorted by relevance

/fuchsia/zircon/third_party/ulib/backtrace/
H A Dstate.c46 backtrace_create_state (const char *filename, int threaded, argument
54 if (threaded)
63 init_state.threaded = threaded;
H A Dfileline.c61 if (!state->threaded)
72 if (!state->threaded)
143 if (!state->threaded)
150 if (!state->threaded)
H A Dmmap.c106 if (!state->threaded)
135 if (state->threaded)
200 if (!state->threaded)
209 if (state->threaded)
H A Dpecoff.c477 if (!state->threaded)
544 if (!state->threaded)
907 if (!state->threaded)
922 if (!state->threaded)
H A Dinternal.h131 /* Non-zero if threaded. */
132 int threaded; member in struct:backtrace_state
H A Delf.c445 if (!state->threaded)
492 if (!state->threaded)
1013 if (!state->threaded)
1029 if (!state->threaded)
H A Ddwarf.c2766 to set them. When running in threaded mode, we need to allow for
2780 if (state->threaded)
2792 if (state->threaded)
2812 /* If not threaded, reuse DDATA->FVEC for better memory
2814 if (state->threaded)
2832 if (!state->threaded)
2957 if (!state->threaded)
3087 if (!state->threaded)
/fuchsia/zircon/third_party/ulib/backtrace/include/backtrace/
H A Dbacktrace.h81 const char *filename, int threaded,

Completed in 87 milliseconds