Searched defs:threadName (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/src/system_wrappers/source/ |
D | thread.cc | 22 const char* threadName) in CreateThread()
|
D | thread_posix.cc | 78 ThreadPriority prio, const char* threadName) in Create() 95 ThreadPriority prio, const char* threadName) in ThreadPosix()
|
D | thread_win.cc | 23 ThreadPriority prio, const char* threadName) in ThreadWindows()
|
D | event_posix.cc | 227 const char* threadName = "WebRtc_event_timer_thread"; in StartTimer() local
|
/external/chromium-trace/trace-viewer/src/importer/linux_perf/ |
D | clock_parser.js | 32 eventBase, threadName) { argument
|
D | bus_parser.js | 32 eventBase, threadName) { argument
|
D | disk_parser.js | 34 openAsyncSlice: function(ts, category, threadName, pid, key, name) { argument 47 closeAsyncSlice: function(ts, category, threadName, pid, key, args) { argument
|
/external/chromium-trace/trace-viewer/src/importer/ |
D | linux_perf_importer.js | 364 getOrCreatePseudoThread: function(threadName) { argument 674 threadName) { argument
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | ThreadingWin.cpp | 207 ThreadIdentifier createThreadInternal(ThreadFunction entryPoint, void* data, const char* threadName) in createThreadInternal()
|
D | ThreadingPthreads.cpp | 189 void initializeCurrentThreadInternal(const char* threadName) in initializeCurrentThreadInternal()
|