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

/external/webrtc/src/system_wrappers/source/
H A Dthread.cc22 const char* threadName)
25 return new ThreadWindows(func, obj, prio, threadName);
27 return ThreadPosix::Create(func, obj, prio, threadName);
20 CreateThread(ThreadRunFunction func, ThreadObj obj, ThreadPriority prio, const char* threadName) argument
H A Dthread_posix.h24 ThreadPriority prio, const char* threadName);
27 const char* threadName);
H A Dthread_posix.cc50 ThreadPriority prio, const char* threadName)
52 ThreadPosix* ptr = new ThreadPosix(func, obj, prio, threadName);
67 ThreadPriority prio, const char* threadName)
79 if (threadName != NULL)
82 strncpy(_name, threadName, kThreadMaxNameLength);
49 Create(ThreadRunFunction func, ThreadObj obj, ThreadPriority prio, const char* threadName) argument
66 ThreadPosix(ThreadRunFunction func, ThreadObj obj, ThreadPriority prio, const char* threadName) argument
H A Devent_posix.cc227 const char* threadName = "WebRtc_event_timer_thread"; local
229 threadName);
/external/webkit/Source/JavaScriptCore/wtf/
H A DThreading.h91 ThreadIdentifier createThread(ThreadFunction, void*, const char* threadName);
94 ThreadIdentifier createThreadInternal(ThreadFunction, void*, const char* threadName);
98 void initializeCurrentThreadInternal(const char* threadName);
H A DThreadingPthreads.cpp189 void initializeCurrentThreadInternal(const char* threadName) argument
192 pthread_setname_np(threadName);
194 UNUSED_PARAM(threadName);
H A DThreadingWin.cpp207 ThreadIdentifier createThreadInternal(ThreadFunction entryPoint, void* data, const char* threadName) argument
/external/webrtc/src/system_wrappers/interface/
H A Dthread_wrapper.h51 // threadName NULL terminated thread name, will be visable in the Windows
56 const char* threadName = 0);
/external/chromium-trace/trace-viewer/src/
H A Dlinux_perf_android_parser.js34 eventBase, threadName) {
42 thread.name = threadName;
H A Dlinux_perf_clock_parser.js32 eventBase, threadName) {
H A Dlinux_perf_bus_parser.js32 eventBase, threadName) {
H A Dtimeline_stream_importer.js122 var threadName = threadData['n'];
124 var thread = process.getOrCreateThread(threadName);
H A Dlinux_perf_importer.js219 * threadName. Pseudo threads are for events that we want to break
224 getOrCreatePseudoThread: function(threadName) {
225 var thread = this.kernelThreadStates_[threadName];
227 thread = this.getOrCreateKernelThread(threadName, pseudoKernelPID,
482 threadName) {
495 var threadName = (/(.+)-\d+/.exec(eventBase[1]))[1];
501 return handler(writeEventName, cpuNumber, pid, ts, event, threadName);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1554 milliseconds