| /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/ |
| decodeframe.c | 1349 unsigned int thread; local [all...] |
| /external/chromium_org/third_party/webrtc/base/ |
| virtualsocket_unittest.cc | 21 #include "webrtc/base/thread.h" 29 Sender(Thread* th, AsyncSocket* s, uint32 rt) 30 : thread(th), socket(new AsyncUDPSocket(s)), 33 thread->PostDelayed(NextDelay(), this, 1); 58 thread->PostDelayed(NextDelay(), this, 1); 61 Thread* thread; member in struct:Sender 72 Receiver(Thread* th, AsyncSocket* s, uint32 bw) 73 : thread(th), socket(new AsyncUDPSocket(s)), bandwidth(bw), done(false), 76 thread->PostDelayed(1000, this, 1) 114 Thread* thread; member in struct:Receiver [all...] |
| /external/chromium_org/v8/src/ |
| platform-posix.cc | 55 // 0 is never a valid thread id. 465 // POSIX thread support. 468 class Thread::PlatformData : public Malloced { 471 pthread_t thread_; // Thread handle for pthread. 472 // Synchronizes thread creation 476 Thread::Thread(const Options& options) 487 Thread::~Thread() { 496 STATIC_ASSERT(Thread::kMaxThreadNameLength <= PTHREAD_MAX_NAMELEN_NP) 520 Thread* thread = reinterpret_cast<Thread*>(arg); local [all...] |
| /external/fio/ |
| gettime.c | 458 pthread_t thread; member in struct:clock_thread 563 if (pthread_create(&t->thread, NULL, clock_thread_fn, t)) { 586 pthread_join(t->thread, &ret);
|
| /external/libvpx/libvpx/vp8/decoder/ |
| decodeframe.c | 1341 unsigned int thread; local [all...] |
| /external/linux-tools-perf/perf-3.12.0/tools/perf/ |
| builtin-top.c | 32 #include "util/thread.h" 773 al.thread, sample, 934 pthread_t thread; local 988 if (pthread_create(&thread, NULL, (use_browser > 0 ? display_thread_tui : 990 ui__error("Could not create display thread.\n"); 1076 "profile events on existing thread id"), 1164 /* display thread wants entries to be collapsed in a different tree */
|
| /external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
| evlist.c | 252 int cpu, thread; local 261 for (thread = 0; thread < nr_threads; thread++) 262 ioctl(FD(pos, cpu, thread), 270 int cpu, thread; local 279 for (thread = 0; thread < nr_threads; thread++) 280 ioctl(FD(pos, cpu, thread), 289 int cpu, thread, err; local 308 int cpu, thread, err; local 608 int cpu, thread; local 648 int thread; local [all...] |
| symbol.h | 176 struct thread *thread; member in struct:addr_location
|
| /external/lldb/source/API/ |
| SBThread.cpp | 23 #include "lldb/Target/Thread.h" 49 return Thread::GetStaticBroadcasterClass().AsCString(); 128 Thread::StopReasonAsCString (reason)); 202 Thread *thread = exe_ctx.GetThreadPtr(); local 203 StopInfoSP stop_info_sp = thread->GetStopInfo (); 356 char limbo_desc[] = "thread exiting"; 522 Thread *thread = exe_ctx.GetThreadPtr(); local 523 if (!thread) 567 Thread *thread = exe_ctx.GetThreadPtr(); local 619 Thread *thread = exe_ctx.GetThreadPtr(); local 663 Thread *thread = exe_ctx.GetThreadPtr(); local 698 Thread *thread = exe_ctx.GetThreadPtr(); local 728 Thread *thread = exe_ctx.GetThreadPtr(); local 755 Thread *thread = exe_ctx.GetThreadPtr(); local 793 Thread *thread = exe_ctx.GetThreadPtr(); local 928 Thread *thread = exe_ctx.GetThreadPtr(); local 1143 Thread *thread = exe_ctx.GetThreadPtr(); local [all...] |
| /external/lldb/source/Commands/ |
| CommandObjectThread.cpp | 32 #include "lldb/Target/Thread.h" 128 "thread backtrace", 129 "Show the stack for one or more threads. If no threads are specified, show the currently selected thread. Use the thread-index \"all\" to see all threads.", 173 Thread *thread = m_exe_ctx.GetThreadPtr(); local 174 // Thread::GetStatus() returns the number of frames shown. 175 if (thread->GetStatus (strm, 196 result.AppendErrorWithFormat ("error displaying backtrace for thread: \"0x%4.4x\"\n", i); 220 result.AppendErrorWithFormat ("invalid thread specification: \"%s\"\n", command.GetArgumentAtIndex(i)) 414 Thread *thread = NULL; local 676 Thread *thread = process->GetThreadList().FindThreadByIndexID(thread_idx).get(); local 712 Thread *thread = process->GetThreadList().GetThreadAtIndex(idx).get(); local 745 Thread *thread = process->GetThreadList().GetThreadAtIndex(idx).get(); local 954 Thread *thread = NULL; local 1378 Thread *thread = m_exe_ctx.GetThreadPtr(); local [all...] |
| /external/lldb/source/Plugins/Process/gdb-remote/ |
| GDBRemoteRegisterContext.cpp | 38 ThreadGDBRemote &thread, 43 RegisterContext (thread, concrete_frame_idx), 158 packet_len = ::snprintf (packet, sizeof(packet), "p%x;thread:%4.4" PRIx64 ";", reg, m_thread.GetProtocolID()); 173 Thread *thread = exe_ctx.GetThreadPtr(); 174 if (process == NULL || thread == NULL) 199 packet_len = ::snprintf (packet, sizeof(packet), "g;thread:%4.4" PRIx64 ";", m_thread.GetProtocolID()); 317 packet.Printf (";thread:%4.4" PRIx64 ";", m_thread.GetProtocolID()); 360 Thread *thread = exe_ctx.GetThreadPtr() local 495 Thread *thread = exe_ctx.GetThreadPtr(); local 570 Thread *thread = exe_ctx.GetThreadPtr(); local [all...] |
| /external/sonivox/jet_tools/JetCreator/ |
| JetCreator.py | 27 import thread
namespace [all...] |
| /external/strace/ |
| time.c | 621 } thread; member in union:__anon35088::__anon35089 639 sev.un.thread.function, 640 sev.un.thread.attribute);
|
| /external/valgrind/main/coregrind/ |
| pub_core_threadstate.h | 3 /*--- The thread state. pub_core_threadstate.h ---*/ 36 // VG_(threads)[] data structure which holds all the important thread 51 Thread state machine: 72 VgSrc_ExitThread, /* just this thread is exiting */ 73 VgSrc_ExitProcess, /* this thread is exiting due to another thread 107 /* Architecture-specific thread state */ 133 /* OS-specific thread state. IMPORTANT: if you add fields to this, 139 Int lwpid; // PID of kernel task (Darwin: Mach thread) 140 Int threadgroup; // thread group i 256 Addr thread; member in struct:__anon36436::__anon36437::__anon36455 [all...] |
| /frameworks/av/services/audioflinger/ |
| Effects.h | 44 EffectModule(ThreadBase *thread, 92 void setThread(const wp<ThreadBase>& thread) { mThread = thread; } 93 const wp<ThreadBase>& thread() { return mThread; } function in class:EffectModule 141 wp<ThreadBase> mThread; // parent thread 237 // There can be any number of EffectChain objects per output mixer thread (PlaybackThread). 246 EffectChain(ThreadBase *thread, int sessionId); 358 void clearInputBuffer_l(sp<ThreadBase> thread); 360 void setThread(const sp<ThreadBase>& thread); 362 wp<ThreadBase> mThread; // parent mixer thread [all...] |
| PlaybackTracks.h | 25 Track( PlaybackThread *thread, 109 // FIXME parameters not needed, could get them from the thread 157 bool mFlushHwPending; // track requests for thread flush 167 static sp<TimedTrack> create(PlaybackThread *thread, 210 TimedTrack(PlaybackThread *thread, 261 OutputTrack(PlaybackThread *thread, 277 const wp<ThreadBase>& thread() const { return mThread; } function in class:OutputTrack
|
| /frameworks/base/services/core/java/com/android/server/am/ |
| CompatModePackages.java | 334 if (app.thread != null) { 337 app.thread.updatePackageCompatibilityInfo(packageName, ci);
|
| /frameworks/base/services/core/jni/ |
| com_android_server_tv_TvInputHal.cpp | 72 class BufferProducerThread : public Thread { 105 : Thread(false), 530 sp<BufferProducerThread> thread; local 536 ALOGE("capture thread not existing."); 539 thread = connection.mThread; 541 thread->onCaptured(seq, succeeded);
|
| /frameworks/base/services/tests/servicestests/src/com/android/server/location/ |
| LocationBasedCountryDetectorTest.java | 150 public Thread getQueryThread() { 209 Thread queryThread = waitForQueryThreadLaunched(detector); 211 // Wait for query thread ending 232 Thread queryThread = waitForQueryThreadLaunched(detector); 234 // There is no way to stop the thread, let's test it could be stopped, after get country 236 // Wait for query thread ending 311 Thread queryThread = waitForQueryThreadLaunched(detector); 313 // Wait for query thread ending 334 Thread queryThread = waitForQueryThreadLaunched(detector); 336 // Wait for query thread endin 375 Thread thread = detector.getQueryThread(); local [all...] |
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
| decodeframe.c | 1341 unsigned int thread; local [all...] |
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
| SinkChannelTest.java | 109 Thread[] thread = new Thread[THREAD_NUM]; local 111 thread[i] = new Thread() { 122 thread[i].start(); 125 thread[i].join();
|
| /libcore/luni/src/main/java/java/util/concurrent/ |
| Phaser.java | 65 * waiting thread is interrupted. Interruptible and timeout 135 * new Thread() { 160 * new Thread() { 481 * parent, and initial phase number 0. Any thread using this 718 * @throws InterruptedException if thread interrupted while waiting 753 * @throws InterruptedException if thread interrupted while waiting 1068 volatile Thread thread; \/\/ nulled to cancel wait field in class:Phaser.QNode [all...] |
| /packages/apps/Nfc/nxp/jni/ |
| com_android_nfc.h | 135 /* Thread handle */ 136 pthread_t thread; member in struct:nfc_jni_native_data
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_sys.py | 306 import thread namespace 318 import threading, thread namespace 321 # Spawn a thread that blocks at a known place. Then the main 322 # thread does sys._current_frames(), and verifies that the frames 326 thread_info = [] # the thread's id 332 thread_info.append(thread.get_ident()) 336 t = threading.Thread(target=f123) 348 main_id = thread.get_ident() 352 # Verify that the captured main-thread frame is _this_ frame. 356 # Verify that the captured thread frame is blocked in g456, calle [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| threading.py | 0 """Thread module emulating a subset of Java's threading model.""" 6 import thread namespace 31 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Thread', 34 _start_new_thread = thread.start_new_thread 35 _allocate_lock = thread.allocate_lock 36 _get_ident = thread.get_ident 37 ThreadError = thread.error 38 del thread 72 name = "<OS thread %d>" % ident 92 The func will be passed to sys.setprofile() for each thread, before it [all...] |