Searched refs:threaded (Results 1 – 14 of 14) sorted by relevance
| /third_party/ulib/backtrace/ |
| A D | state.c | 46 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 D | fileline.c | 61 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 D | mmap.c | 106 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 D | pecoff.c | 477 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 D | elf.c | 445 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 D | internal.h | 132 int threaded; member
|
| A D | backtrace-supported.h.in | 58 0, the threaded parameter to backtrace_create_state must be passed
|
| A D | dwarf.c | 2780 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 D | backtrace.h | 81 const char *filename, int threaded,
|
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | jemalloc_internal_defs.h.in | 20 * 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 D | INSTALL | 187 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 D | configure.ac | 1567 [Enable lazy locking (only lock when multi-threaded)])],
|
| /third_party/ulib/musl/ |
| A D | WHATSNEW | 174 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 D | changes.txt | 4739 threaded ACPICA tools/applications - increasing performance. The 8064 Interpreter single-threaded. The overhead of a semaphore per-method is
|
Completed in 39 milliseconds