Searched refs:startThread (Results 1 - 19 of 19) sorted by relevance

/external/chromium-trace/trace-viewer/src/tracing/
H A Dtest_utils.js17 function newAsyncSlice(start, duration, startThread, endThread) {
18 return newAsyncSliceNamed('a', start, duration, startThread, endThread);
21 function newAsyncSliceNamed(name, start, duration, startThread, endThread) {
24 s.startThread = startThread;
28 subSlice.startThread = startThread;
/external/chromium_org/third_party/re2/util/
H A Dthread.cc19 void *startThread(void *v) { function
27 pthread_create(&pid_, 0, startThread, this);
/external/regex-re2/util/
H A Dthread.cc19 void *startThread(void *v) { function
27 pthread_create(&pid_, 0, startThread, this);
/external/chromium-trace/trace-viewer/src/tracing/trace_model/
H A Dasync_slice.js34 if (key == 'startThread' || key == 'endThread') {
45 startThread: undefined,
H A Dasync_slice_group.js74 var sliceGUID = slice.startThread.guid;
/external/deqp/framework/delibs/dethread/win32/
H A DdeThreadWin32.c57 static DWORD __stdcall startThread (LPVOID entryPtr) function
81 thread = CreateThread(DE_NULL, 0, startThread, entry, 0, DE_NULL);
/external/deqp/framework/delibs/dethread/unix/
H A DdeThreadUnix.c47 static void* startThread (void* entryPtr) function
86 if (pthread_create(&thread->thread, &attr, startThread, thread) != 0)
/external/chromium_org/third_party/icu/source/test/threadtest/
H A Dthreadtest.cpp49 static void startThread(ThreadFunc, void *param);
54 void ThreadFuncs::startThread(ThreadFunc func, void *param) function in class:ThreadFuncs
98 static void startThread(ThreadFunc, void *param);
111 void ThreadFuncs::startThread(ThreadFunc func, void *param) function in class:ThreadFuncs
413 ThreadFuncs::startThread(threadMain, &gThreadInfo[threadNum]);
/external/icu/icu4c/source/test/threadtest/
H A Dthreadtest.cpp49 static void startThread(ThreadFunc, void *param);
54 void ThreadFuncs::startThread(ThreadFunc func, void *param) function in class:ThreadFuncs
98 static void startThread(ThreadFunc, void *param);
111 void ThreadFuncs::startThread(ThreadFunc func, void *param) function in class:ThreadFuncs
413 ThreadFuncs::startThread(threadMain, &gThreadInfo[threadNum]);
/external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
H A Dandroid_parser.js55 slice.startThread = thread;
79 slice.startThread.asyncSliceGroup.push(slice);
H A Dmemreclaim_parser.js56 slice.startThread = kthread.thread;
H A Ddisk_parser.js53 slice.startThread = kthread.thread;
/external/chromium-trace/trace-viewer/src/tracing/importer/
H A Dtrace_event_importer.js434 slice.startThread = events[0].thread;
454 subSlice.startThread = events[j - 1].thread;
468 slice.startThread.asyncSliceGroup.push(slice);
H A Dtrace_event_importer_test.js771 assertEquals(t, t.asyncSliceGroup.slices[0].startThread);
/external/chromium_org/third_party/npapi/bindings/
H A Dnpapi_extensions.h940 uint32_t startThread; member in struct:_NPDeviceContextAudioConfig
/external/chromium-trace/
H A Dscript.js33 openAsyncSlice:function(a,e,f,b,h){e=new tracing.trace_model.AsyncSlice(e,f,tracing.getStringColorId(f),h);e.id=b;e.startThread=a;this.openAsyncSlices||(this.openAsyncSlices={});this.openAsyncSlices[f+":"+b]=e},closeAsyncSlice:function(a,e,f,b){this.openAsyncSlices&&(e=e+":"+f,f=this.openAsyncSlices[e])&&(f.endThread=a,f.duration=b-f.start,f.startThread.asyncSliceGroup.push(f),f.subSlices=[new tracing.trace_model.Slice(f.category,f.title,f.colorId,f.start,f.args,f.duration)],delete this.openAsyncSlices[e])},
49 openAsyncSlice:function(a,c,e,f,b,h){e=this.importer.getOrCreateKernelThread(c+":"+e,f);a=new tracing.trace_model.AsyncSlice(c,h,tracing.getStringColorId(h),a);a.startThread=e.thread;e.openAsyncSlices||(e.openAsyncSlices={});e.openAsyncSlices[b]=a},closeAsyncSlice:function(a,c,e,f,b,h){e=this.importer.getOrCreateKernelThread(c+":"+e,f);e.openAsyncSlices&&(f=e.openAsyncSlices[b])&&(f.duration=a-f.start,f.args=h,f.endThread=e.thread,f.subSlices=[new tracing.trace_model.Slice(c,f.title,f.colorId,f.start,
116 /order=(\d+) may_writepage=\d+ gfp_flags=(.+)/,e=/nr_reclaimed=(\d+)/;d.prototype={__proto__:b.prototype,openAsyncSlice:function(a,c,b,e,d,m){b=this.importer.getOrCreateKernelThread(c+":"+b,e);a=new tracing.trace_model.AsyncSlice(c,m,tracing.getStringColorId(m),a);a.startThread=b.thread;b.openAsyncSlices||(b.openAsyncSlices={});b.openAsyncSlices[d]=a},closeAsyncSlice:function(a,c,b,e,d,m){b=this.importer.getOrCreateKernelThread(c+":"+b,e);b.openAsyncSlices&&(e=b.openAsyncSlices[d])&&(e.duration=a-
177 base.exportTo("tracing.trace_model",function(){function d(b,a,c,e,f){tracing.trace_model.Slice.apply(this,arguments)}d.prototype={__proto__:tracing.trace_model.Slice.prototype,toJSON:function(){for(var b={},a=Object.keys(this),c=0;c<a.length;c++){var e=a[c];"function"!=typeof this[e]&&(b[e]="startThread"==e||"endThread"==e?this[e].guid:this[e])}return b},id:void 0,startThread:void 0,endThread:void 0,subSlices:void 0};return{AsyncSlice:d}});"use strict";base.require("base.range");base.require("tracing.trace_model.async_slice");
179 this.bounds.addValue(this.slices[b].end)},computeSubGroups:function(){for(var b={},a=0;a<this.slices.length;++a){var c=this.slices[a],e=c.startThread.guid;b[e]||(b[e]=new d);b[e].slices.push(c)}var a=[],f;for(f in b)c=b[f],c.updateBounds(),a.push(c);return a}};return{AsyncSliceGroup:d}});"use strict";base.require("tracing.trace_model.trace_model_event");
264 1E3);m.duration=d.ts/1E3-l[0].event.ts/1E3;m.startThread=l[0].thread;m.endThread=f.thread;m.id=k;m.args=this.deepCopyIfNeeded_(l[0].event.args);m.subSlices=[];for(f=1;f<l.length;++f){var n=h;"T"==l[f-1].event.ph&&(n=h+":"+l[f-1].event.args.step);n=new tracing.trace_model.AsyncSlice(l[0].event.cat,n,tracing.getStringColorId(h+f),l[f-1].event.ts/1E3);n.duration=l[f].event.ts/1E3-l[f-1].event.ts/1E3;n.startThread=l[f-1].thread;n.endThread=l[f].thread;n.id=k;n.args=this.deepCopyIfNeeded_(l[f-1].event.args);
265 m.subSlices.push(n)}var l=m.subSlices[m.subSlices.length-1],p;for(p in d.args)l.args[p]=this.deepCopyIfNeeded_(d.args[p]);m.startThread
[all...]
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 317 milliseconds