Home
last modified time | relevance | path

Searched defs:thread_start (Results 1 – 11 of 11) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
Dmainthread_jank_stats_unittest.py15 def CreateTestRecord(self, name, start, end, thread_start, thread_end, argument
Dtrace_event_stats_unittest.py53 start, duration, thread_start, thread_duration): argument
Dv8_execution_unittest.py70 start, duration, thread_start=None, thread_duration=None): argument
Dv8_gc_latency_unittest.py37 def AddEvent(self, category, name, thread_start, thread_duration, argument
/external/skia/src/utils/
DSkThreadUtils_win.cpp32 static DWORD WINAPI thread_start(LPVOID data) { in thread_start() function
DSkThreadUtils_pthread.cpp59 static void* thread_start(void* arg) { in thread_start() function
/external/chromium-trace/catapult/telemetry/telemetry/timeline/
Dasync_slice.py15 thread_start=None, thread_duration=None): argument
Devent.py15 def __init__(self, category, name, start, duration, thread_start=None, argument
Dcounter.py45 def thread_start(self): member in CounterSample
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/
Dtimeline_interaction_record_unittest.py33 self, parent_thread, time_start, time_end, thread_start, thread_end): argument
/external/compiler-rt/lib/safestack/
Dsafestack.cc137 static void *thread_start(void *arg) { in thread_start() function