/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_thread_registry.cc | 125 ThreadContextBase *tctx = QuarantinePop(); in CreateThread() local 161 ThreadContextBase *tctx = threads_[tid]; in RunCallbackForEachThreadLocked() local 171 ThreadContextBase *tctx = threads_[tid]; in FindThread() local 182 ThreadContextBase *tctx = threads_[tid]; in FindThreadContextLocked() local 189 static bool FindThreadContextByOsIdCallback(ThreadContextBase *tctx, in FindThreadContextByOsIdCallback() 203 ThreadContextBase *tctx = threads_[tid]; in SetThreadName() local 212 ThreadContextBase *tctx = threads_[tid]; in SetThreadNameByUserId() local 224 ThreadContextBase *tctx = threads_[tid]; in DetachThread() local 242 ThreadContextBase *tctx = threads_[tid]; in JoinThread() local 259 ThreadContextBase *tctx = threads_[tid]; in FinishThread() local [all …]
|
/external/libusb/tests/ |
D | stress.c | 29 static libusb_testlib_result test_init_and_exit(libusb_testlib_ctx * tctx) in test_init_and_exit() 49 static libusb_testlib_result test_get_device_list(libusb_testlib_ctx * tctx) in test_get_device_list() 74 static libusb_testlib_result test_many_device_lists(libusb_testlib_ctx * tctx) in test_many_device_lists() 115 static libusb_testlib_result test_default_context_change(libusb_testlib_ctx * tctx) in test_default_context_change()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_emulate.c | 41 tgsi_emulation_context(struct tgsi_transform_context *tctx) in tgsi_emulation_context() 47 transform_decl(struct tgsi_transform_context *tctx, in transform_decl() 62 passthrough_edgeflag(struct tgsi_transform_context *tctx) in passthrough_edgeflag() 104 transform_instr(struct tgsi_transform_context *tctx, in transform_instr()
|
D | tgsi_lowering.c | 57 tgsi_lowering_context(struct tgsi_transform_context *tctx) in tgsi_lowering_context() 130 create_mov(struct tgsi_transform_context *tctx, in create_mov() 196 transform_dst(struct tgsi_transform_context *tctx, in transform_dst() 277 transform_lrp(struct tgsi_transform_context *tctx, in transform_lrp() 327 transform_frc(struct tgsi_transform_context *tctx, in transform_frc() 372 transform_pow(struct tgsi_transform_context *tctx, in transform_pow() 432 transform_lit(struct tgsi_transform_context *tctx, in transform_lit() 557 transform_exp(struct tgsi_transform_context *tctx, in transform_exp() 680 transform_log(struct tgsi_transform_context *tctx, in transform_log() 818 transform_dotp(struct tgsi_transform_context *tctx, in transform_dotp() [all …]
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | prof_inlines_b.h | 49 alloc_ctx_t *alloc_ctx, prof_tctx_t *tctx) { in prof_tctx_set() 57 prof_tctx_reset(tsdn_t *tsdn, const void *ptr, prof_tctx_t *tctx) { in prof_tctx_reset() 123 prof_tctx_t *tctx) { in prof_malloc() 137 prof_realloc(tsd_t *tsd, const void *ptr, size_t usize, prof_tctx_t *tctx, in prof_realloc() 196 prof_tctx_t *tctx = prof_tctx_get(tsd_tsdn(tsd), ptr, alloc_ctx); in prof_free() local
|
D | arena_inlines_b.h | 32 alloc_ctx_t *alloc_ctx, prof_tctx_t *tctx) { in arena_prof_tctx_set() 50 arena_prof_tctx_reset(tsdn_t *tsdn, const void *ptr, UNUSED prof_tctx_t *tctx) { in arena_prof_tctx_reset()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_tgsi_lower_yuv.c | 57 tgsi_yuv_transform(struct tgsi_transform_context *tctx) in tgsi_yuv_transform() 145 emit_immed(struct tgsi_transform_context *tctx, int idx, in emit_immed() 169 emit_samp(struct tgsi_transform_context *tctx, unsigned samp) in emit_samp() 183 emit_decls(struct tgsi_transform_context *tctx) in emit_decls() 246 yuv_to_rgb(struct tgsi_transform_context *tctx, in yuv_to_rgb() 300 lower_nv12(struct tgsi_transform_context *tctx, in lower_nv12() 335 lower_iyuv(struct tgsi_transform_context *tctx, in lower_iyuv() 384 transform_instr(struct tgsi_transform_context *tctx, in transform_instr()
|
D | st_cb_bitmap_shader.c | 46 tgsi_bitmap_transform(struct tgsi_transform_context *tctx) in tgsi_bitmap_transform() 52 transform_instr(struct tgsi_transform_context *tctx, in transform_instr()
|
D | st_cb_drawpixels_shader.c | 50 tgsi_drawpix_transform(struct tgsi_transform_context *tctx) in tgsi_drawpix_transform() 72 transform_instr(struct tgsi_transform_context *tctx, in transform_instr()
|
D | st_atifs_to_tgsi.c | 620 tgsi_atifs_transform(struct tgsi_transform_context *tctx) in tgsi_atifs_transform() 647 transform_decl(struct tgsi_transform_context *tctx, in transform_decl() 663 transform_instr(struct tgsi_transform_context *tctx, in transform_instr()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_report.cc | 188 void ScopedReport::AddThread(const ThreadContext *tctx, bool suppressable) { in AddThread() 208 static bool FindThreadByUidLockedCallback(ThreadContextBase *tctx, void *arg) { in FindThreadByUidLockedCallback() 228 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base); in IsInStackOrTls() local 239 ThreadContext *tctx = static_cast<ThreadContext*>( in IsThreadStackOrTls() local 253 if (const ThreadContext *tctx = FindThreadByUidLocked(unique_tid)) in AddThread() local 318 ThreadContext *tctx = FindThreadByUidLocked(creat_tid); in AddLocation() local 331 ThreadContext *tctx = FindThreadByTidLocked(b->tid); in AddLocation() local 343 if (ThreadContext *tctx = IsThreadStackOrTls(addr, &is_stack)) { in AddLocation() local 654 ThreadContext *tctx = static_cast<ThreadContext*>( in ReportRace() local
|
D | tsan_rtl_thread.cc | 147 ThreadContext *tctx; member 153 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base); in MaybeReportThreadLeak() local 168 static void ReportIgnoresEnabled(ThreadContext *tctx, IgnoreSet *set) { in ReportIgnoresEnabled() 288 static bool FindThreadByUid(ThreadContextBase *tctx, void *arg) { in FindThreadByUid()
|
D | tsan_rtl_mutex.cc | 375 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base); in UpdateClockCallback() local 418 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base); in UpdateSleepClockCallback() local
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_thread_registry_test.cc | 52 static bool HasName(ThreadContextBase *tctx, void *arg) { in HasName() 57 static bool HasUid(ThreadContextBase *tctx, void *arg) { in HasUid() 62 static void MarkUidAsPresent(ThreadContextBase *tctx, void *arg) { in MarkUidAsPresent()
|
/external/compiler-rt/lib/asan/ |
D | asan_thread.cc | 328 AsanThreadContext *tctx = static_cast<AsanThreadContext*>(tctx_base); in ThreadStackContainsAddress() local 347 AsanThreadContext *tctx = GetThreadContextByTidLocked(0); in GetCurrentThread() local 375 AsanThreadContext *tctx = static_cast<AsanThreadContext *>( in FindThreadByStackAddress() local
|
D | asan_stats.cc | 77 AsanThreadContext *tctx = static_cast<AsanThreadContext*>(tctx_base); in MergeThreadStats() local
|
/external/jemalloc/include/jemalloc/internal/ |
D | prof.h | 411 prof_tctx_set(tsdn_t *tsdn, const void *ptr, size_t usize, prof_tctx_t *tctx) in prof_tctx_set() 483 prof_malloc(tsdn_t *tsdn, const void *ptr, size_t usize, prof_tctx_t *tctx) in prof_malloc() 497 prof_realloc(tsd_t *tsd, const void *ptr, size_t usize, prof_tctx_t *tctx, in prof_realloc() 536 prof_tctx_t *tctx = prof_tctx_get(tsd_tsdn(tsd), ptr); in prof_free() local
|
D | extent.h | 219 extent_node_prof_tctx_set(extent_node_t *node, prof_tctx_t *tctx) in extent_node_prof_tctx_set()
|
/external/jemalloc/src/ |
D | prof.c | 227 prof_tctx_t *tctx) in prof_malloc_sample_object() 244 prof_free_sampled_object(tsd_t *tsd, size_t usize, prof_tctx_t *tctx) in prof_free_sampled_object() 612 prof_tctx_should_destroy(tsdn_t *tsdn, prof_tctx_t *tctx) in prof_tctx_should_destroy() 640 prof_tctx_destroy(tsd_t *tsd, prof_tctx_t *tctx) in prof_tctx_destroy() 1041 prof_tctx_merge_tdata(tsdn_t *tsdn, prof_tctx_t *tctx, prof_tdata_t *tdata) in prof_tctx_merge_tdata() 1074 prof_tctx_merge_gctx(tsdn_t *tsdn, prof_tctx_t *tctx, prof_gctx_t *gctx) in prof_tctx_merge_gctx() 1088 prof_tctx_merge_iter(prof_tctx_tree_t *tctxs, prof_tctx_t *tctx, void *arg) in prof_tctx_merge_iter() 1115 prof_tctx_dump_iter(prof_tctx_tree_t *tctxs, prof_tctx_t *tctx, void *opaque) in prof_tctx_dump_iter() 1143 prof_tctx_finish_iter(prof_tctx_tree_t *tctxs, prof_tctx_t *tctx, void *arg) in prof_tctx_finish_iter() 1274 } tctx; in prof_tdata_merge_iter() local
|
D | jemalloc.c | 1538 prof_tctx_t *tctx, bool slow_path) 1560 prof_tctx_t *tctx; local 1664 prof_tctx_t *tctx) 1686 prof_tctx_t *tctx; local 1841 prof_tctx_t *tctx) 1863 prof_tctx_t *old_tctx, *tctx; local 2197 prof_tctx_t *tctx; local 2308 prof_tctx_t *tctx) 2335 prof_tctx_t *old_tctx, *tctx; local 2463 size_t extra, size_t alignment, bool zero, prof_tctx_t *tctx) [all …]
|
D | huge.c | 458 prof_tctx_t *tctx; in huge_prof_tctx_get() local 472 huge_prof_tctx_set(tsdn_t *tsdn, const void *ptr, prof_tctx_t *tctx) in huge_prof_tctx_set()
|
/external/jemalloc_new/src/ |
D | prof.c | 242 prof_tctx_t *tctx) { in prof_malloc_sample_object() 257 prof_free_sampled_object(tsd_t *tsd, size_t usize, prof_tctx_t *tctx) { in prof_free_sampled_object() 614 prof_tctx_should_destroy(tsdn_t *tsdn, prof_tctx_t *tctx) { in prof_tctx_should_destroy() 644 prof_tctx_destroy(tsd_t *tsd, prof_tctx_t *tctx) { in prof_tctx_destroy() 1056 prof_tctx_merge_tdata(tsdn_t *tsdn, prof_tctx_t *tctx, prof_tdata_t *tdata) { in prof_tctx_merge_tdata() 1087 prof_tctx_merge_gctx(tsdn_t *tsdn, prof_tctx_t *tctx, prof_gctx_t *gctx) { in prof_tctx_merge_gctx() 1099 prof_tctx_merge_iter(prof_tctx_tree_t *tctxs, prof_tctx_t *tctx, void *arg) { in prof_tctx_merge_iter() 1125 prof_tctx_dump_iter(prof_tctx_tree_t *tctxs, prof_tctx_t *tctx, void *opaque) { in prof_tctx_dump_iter() 1153 prof_tctx_finish_iter(prof_tctx_tree_t *tctxs, prof_tctx_t *tctx, void *arg) { in prof_tctx_finish_iter() 1281 } tctx; in prof_tdata_merge_iter() local
|
D | jemalloc.c | 1889 prof_tctx_t *tctx = prof_alloc_prep( local 2163 prof_tctx_t *tctx) { 2187 prof_tctx_t *old_tctx, *tctx; local 2613 prof_tctx_t *tctx) { 2640 prof_tctx_t *old_tctx, *tctx; local 2783 size_t extra, size_t alignment, bool zero, prof_tctx_t *tctx) { 2800 prof_tctx_t *old_tctx, *tctx; local
|
/external/tcpdump/ |
D | signature.c | 62 MD5_CTX tctx; in signature_compute_hmac_md5() local
|
/external/compiler-rt/lib/lsan/ |
D | lsan_thread.cc | 115 static bool FindThreadByUid(ThreadContextBase *tctx, void *arg) { in FindThreadByUid()
|