Home
last modified time | relevance | path

Searched defs:thread_id (Results 1 – 25 of 67) sorted by relevance

123

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld.h37 bool Contains(SuspendedThreadID thread_id) const { in Contains()
44 void Append(SuspendedThreadID thread_id) { in Append()
/external/compiler-rt/lib/asan/
Dasan_debugging.cc84 static uptr AsanGetStack(uptr addr, uptr *trace, u32 size, u32 *thread_id, in AsanGetStack()
126 uptr __asan_get_alloc_stack(uptr addr, uptr *trace, uptr size, u32 *thread_id) { in __asan_get_alloc_stack()
131 uptr __asan_get_free_stack(uptr addr, uptr *trace, uptr size, u32 *thread_id) { in __asan_get_free_stack()
/external/google-breakpad/src/processor/
Dminidump_unittest.cc264 uint32_t thread_id; in TEST() local
335 uint32_t thread_id; in TEST() local
378 uint32_t thread_id; in TEST() local
579 uint32_t thread_id; in TEST() local
727 uint32_t thread_id; in TEST() local
801 uint32_t thread_id; in TEST() local
886 uint32_t thread_id; in TEST() local
968 uint32_t thread_id; in TEST() local
1031 uint32_t thread_id; in TEST() local
1115 uint32_t thread_id; in TEST() local
[all …]
Dsynth_minidump.cc235 uint32_t thread_id, const Memory &stack, const Context &context, in Thread()
299 uint32_t thread_id, in Exception()
/external/compiler-rt/test/asan/TestCases/
Ddebug_stacks.cc27 int thread_id; in main() local
/external/compiler-rt/test/lsan/TestCases/
Duse_stacks_threaded.cc27 pthread_t thread_id; in main() local
Dleak_check_before_thread_started.cc17 pthread_t thread_id; in create_detached_thread() local
Duse_registers.cc42 pthread_t thread_id; in main() local
Dcleanup_in_tsd_destructor.cc37 pthread_t thread_id; in main() local
Ddisabler_in_tsd_destructor.cc32 pthread_t thread_id; in main() local
/external/valgrind/helgrind/tests/
Dtc03_re_excl.c25 pthread_t thread_id; in main() local
/external/mesa3d/src/gallium/tests/unit/
Dpipe_barrier_test.c52 int thread_id = *((int *) thread_data); in PIPE_THREAD_ROUTINE() local
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_stoptheworld_testlib.cc48 pthread_t thread_id; in StopTheWorldTestLibConstructor() local
/external/ceres-solver/internal/ceres/
Dcovariance_impl.cc534 int thread_id = omp_get_thread_num(); in ComputeCovarianceValuesUsingSuiteSparseQR() local
536 int thread_id = 0; in ComputeCovarianceValuesUsingSuiteSparseQR() local
723 int thread_id = omp_get_thread_num(); in ComputeCovarianceValuesUsingEigenSparseQR() local
725 int thread_id = 0; in ComputeCovarianceValuesUsingEigenSparseQR() local
Dprogram_evaluator.h182 int thread_id = omp_get_thread_num(); in Evaluate() local
184 int thread_id = 0; in Evaluate() local
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_dumper_unittest_helper.cc60 volatile pid_t thread_id = syscall(__NR_gettid); in thread_function() local
/external/valgrind/coregrind/m_gdbserver/
Dinferiors.c98 void add_thread (unsigned long thread_id, void *target_data, unsigned int gdb_id) in add_thread()
117 unsigned int thread_id_to_gdb_id (unsigned long thread_id) in thread_id_to_gdb_id()
/external/lldb/include/lldb/Target/
DThreadSpec.h85 TIDMatches (lldb::tid_t thread_id) const in TIDMatches()
/external/lldb/source/Target/
DThreadSpec.cpp66 lldb::tid_t thread_id = thread.GetID(); in TIDMatches() local
/external/mesa3d/src/glx/apple/
Dapple_glx_context.h56 pthread_t thread_id; member
/external/google-breakpad/src/client/windows/crash_generation/
Dclient_info.h64 DWORD* thread_id() const { return thread_id_; } in thread_id() function
Dclient_info.cc41 DWORD* thread_id, in ClientInfo()
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
Dgki_int.h34 pthread_t thread_id[GKI_MAX_TASKS]; member
/external/libnfc-nci/src/gki/ulinux/
Dgki_int.h34 pthread_t thread_id[GKI_MAX_TASKS]; member
/external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/
Dwatchthreads.py259 def traceback_thread(thread_id): argument

123