Home
last modified time | relevance | path

Searched refs:threaded (Results 1 – 14 of 14) sorted by relevance

/third_party/ulib/backtrace/
A Dstate.c46 backtrace_create_state (const char *filename, int threaded, in backtrace_create_state() argument
54 if (threaded) in backtrace_create_state()
63 init_state.threaded = threaded; in backtrace_create_state()
A Dfileline.c61 if (!state->threaded) in fileline_initialize()
72 if (!state->threaded) in fileline_initialize()
143 if (!state->threaded) in fileline_initialize()
150 if (!state->threaded) in fileline_initialize()
A Dmmap.c106 if (!state->threaded) in backtrace_alloc()
135 if (state->threaded) in backtrace_alloc()
200 if (!state->threaded) in backtrace_free()
209 if (state->threaded) in backtrace_free()
A Dpecoff.c477 if (!state->threaded) in coff_add_syminfo_data()
544 if (!state->threaded) in coff_syminfo()
907 if (!state->threaded) in backtrace_initialize()
922 if (!state->threaded) in backtrace_initialize()
A Delf.c445 if (!state->threaded) in elf_add_syminfo_data()
492 if (!state->threaded) in elf_syminfo()
1013 if (!state->threaded) in backtrace_initialize()
1029 if (!state->threaded) in backtrace_initialize()
A Dinternal.h132 int threaded; member
A Dbacktrace-supported.h.in58 0, the threaded parameter to backtrace_create_state must be passed
A Ddwarf.c2780 if (state->threaded) in dwarf_lookup_pc()
2792 if (state->threaded) in dwarf_lookup_pc()
2814 if (state->threaded) in dwarf_lookup_pc()
2832 if (!state->threaded) in dwarf_lookup_pc()
2957 if (!state->threaded) in dwarf_fileline()
3087 if (!state->threaded) in backtrace_dwarf_add()
/third_party/ulib/backtrace/include/backtrace/
A Dbacktrace.h81 const char *filename, int threaded,
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Djemalloc_internal_defs.h.in20 * Hyper-threaded CPUs may need a special instruction inside spin loops in
110 * Defined if threaded initialization is known to be safe on this platform.
112 * triggering allocation in order for threaded allocation to be safe.
/third_party/ulib/jemalloc/
A DINSTALL187 switches from single-threaded to multi-threaded mode, so that it can avoid
188 mutex locking/unlocking operations while in single-threaded mode. In
A Dconfigure.ac1567 [Enable lazy locking (only lock when multi-threaded)])],
/third_party/ulib/musl/
A DWHATSNEW174 threaded setuid, setgid, etc.
211 - obscure issues in non-threaded programs using some pthread functions
389 - pthread cancellation failure in single-threaded programs
434 - fix crash in dns lookups for all static-linked, non-threaded programs
1407 - multi-threaded set*id() had spurious failures from ugly workaround code
/third_party/lib/acpica/
A Dchanges.txt4739 threaded ACPICA tools/applications - increasing performance. The
8064 Interpreter single-threaded. The overhead of a semaphore per-method is

Completed in 39 milliseconds