Home
last modified time | relevance | path

Searched defs:thread_name (Results 1 – 25 of 35) sorted by relevance

12

/external/jemalloc_new/test/unit/
Dprof_thread_name.c21 mallctl_thread_name_set_impl(const char *thread_name, const char *func, in mallctl_thread_name_set_impl()
33 const char *thread_name; in TEST_BEGIN() local
76 char thread_name[16] = ""; in thd_start() local
/external/jemalloc/test/unit/
Dprof_thread_name.c26 mallctl_thread_name_set_impl(const char *thread_name, const char *func, in mallctl_thread_name_set_impl()
41 const char *thread_name; in TEST_BEGIN() local
85 char thread_name[16] = ""; in thd_start() local
/external/libaom/libaom/aom_util/
Daom_thread.c50 char thread_name[64]; in thread_loop() local
59 char thread_name[16]; in thread_loop() local
Daom_thread.h387 const char *thread_name; member
/external/webrtc/webrtc/modules/utility/source/
Dprocess_thread_impl.cc40 const char* thread_name) { in Create()
44 ProcessThreadImpl::ProcessThreadImpl(const char* thread_name) in ProcessThreadImpl()
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
Dtrace_event.py93 def trace_set_thread_name(thread_name): argument
149 def trace_set_thread_name(thread_name): argument
/external/perfetto/protos/perfetto/trace/track_event/
Dthread_descriptor.proto41 optional string thread_name = 5; field
/external/tensorflow/tensorflow/core/kernels/data/
Dunbounded_thread_pool.h41 UnboundedThreadPool(Env* env, const string& thread_name) in UnboundedThreadPool()
/external/libxcam/xcore/
Dxcam_thread.cpp104 char thread_name[16]; in start() local
/external/webrtc/webrtc/system_wrappers/source/
Devent_timer_posix.cc156 const char* thread_name = "WebRtc_event_timer_thread"; in StartTimer() local
/external/libchrome/base/android/
Djni_android.cc51 char thread_name[16]; in AttachCurrentThread() local
66 JNIEnv* AttachCurrentThreadWithName(const std::string& thread_name) { in AttachCurrentThreadWithName()
/external/perfetto/src/trace_processor/
Djson_trace_parser.cc108 const char* thread_name = value["args"]["name"].asCString(); in ParseTracePacket() local
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.h101 mach_port_t thread_name) { in SetExceptionInformation()
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
Dlog.py174 def trace_set_thread_name(thread_name): argument
/external/tensorflow/tensorflow/core/profiler/lib/
Dprofiler_session.cc87 for (const auto& thread_name : device_stats->thread_names()) { in ConvertRunMetadataToTraceEvent() local
/external/libchrome/base/threading/
Dthread.h237 const std::string& thread_name() const { return name_; } in thread_name() function
/external/webrtc/webrtc/base/
Dplatform_thread.cc96 const char* thread_name) in PlatformThread()
/external/tensorflow/tensorflow/c/
Denv.cc170 const char* thread_name, void (*work_func)(void*), in TF_StartThread()
/external/tensorflow/tensorflow/core/common_runtime/
Dstep_stats_collector.cc415 const string& thread_name) { in SaveThreadName()
556 for (const auto& thread_name : device_thread.second) { in FinalizeInternal() local
/external/jemalloc_new/include/jemalloc/internal/
Dprof_structs.h148 char *thread_name; member
/external/jemalloc/src/
Dprof.c1794 char *thread_name, bool active) in prof_tdata_init_impl()
1921 char *thread_name = (tdata->thread_name != NULL) ? in prof_tdata_reinit() local
2030 prof_thread_name_alloc(tsdn_t *tsdn, const char *thread_name) in prof_thread_name_alloc()
2051 prof_thread_name_set(tsd_t *tsd, const char *thread_name) in prof_thread_name_set()
/external/jemalloc_new/src/
Dprof.c1904 char *thread_name, bool active) { in prof_tdata_init_impl()
2026 char *thread_name = (tdata->thread_name != NULL) ? in prof_tdata_reinit() local
2134 prof_thread_name_alloc(tsdn_t *tsdn, const char *thread_name) { in prof_thread_name_alloc()
2157 prof_thread_name_set(tsd_t *tsd, const char *thread_name) { in prof_thread_name_set()
/external/perfetto/src/traced/probes/ps/
Dprocess_stats_data_source.cc218 std::string thread_name; in WriteProcessOrThread() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_report.cc77 const char *thread_name(char *buf, int tid) { in thread_name() function
/external/tensorflow/tensorflow/core/platform/
Denv_test.cc401 string thread_name; in TEST_F() local

12