HomeSort by relevance Sort by last modified time
    Searched defs:Resume (Results 1 - 11 of 11) sorted by null

  /external/v8/src/
counters-inl.h 24 Resume(now);
34 void RuntimeCallTimer::Resume(base::TimeTicks now) {
48 parent_timer->Resume(now);
log.cc 799 // Pause and Resume TickSample data collection.
801 void Resume() { paused_ = false; }
935 Resume();
    [all...]
  /external/lzma/CPP/Windows/
Thread.h 28 DWORD Resume() { return ::ResumeThread(thread); }
  /external/grpc-grpc/src/cpp/server/load_reporter/
load_data_store.cc 169 void PerBalancerStore::Resume() {
194 orphaned_store->Resume();
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
packet_sender.cc 33 void PacketSender::Resume(int64_t paused_time_ms) {
92 void VideoSender::Resume(int64_t paused_time_ms) {
94 PacketSender::Resume(paused_time_ms);
357 Resume(offset_ms_);
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AutoUpgrade.cpp 642 // Replace calls to "llvm.eh.resume" with the 'resume' instruction. Load the
644 Function *EHResume = M->getFunction("llvm.eh.resume");
648 CallInst *Resume = cast<CallInst>(EHResume->use_back());
649 BasicBlock *BB = Resume->getParent();
652 Builder.SetInsertPoint(BB, Resume);
656 Resume->getArgOperand(0), 0, "lpad.val");
657 LPadVal = Builder.CreateInsertValue(LPadVal, Resume->getArgOperand(1),
661 // Remove all instructions after the 'resume.'
662 BasicBlock::iterator I = Resume;
    [all...]
  /external/webrtc/webrtc/modules/pacing/
paced_sender.cc 274 void PacedSender::Resume() {
  /external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
ThreadReferenceImpl.java 84 * (ie, a resume() is executed) at certain points in the execution
89 * effect at the point that the copy was made; if a racy resume
94 * it returns this, a resume of the debuggee thread is executed in a
146 * listeners when we processed the resume.
182 * implicit vm-wide resume.
202 public void resume() { method in class:ThreadReferenceImpl
216 stream = JDWP.ThreadReference.Resume.enqueueCommand(vm, this);
219 JDWP.ThreadReference.Resume.waitForReply(vm, stream);
VirtualMachineImpl.java 390 * implicit vm-wide resume. The VM can no longer be considered
415 public void resume() { method in class:VirtualMachineImpl
420 return JDWP.VirtualMachine.Resume.enqueueCommand(vm);
425 JDWP.VirtualMachine.Resume.waitForReply(vm, stream);
429 * then when it does an EventSet.resume after getting the
    [all...]
  /art/runtime/
thread_list.cc 547 // Resume runnable threads.
563 // Resume early the threads that were runnable but are suspended just for this thread flip or
570 // The thread will resume right after the broadcast.
583 // Run the closure on the other threads and let them resume.
600 // Resume other threads.
831 bool ThreadList::Resume(Thread* thread, SuspendReason reason) {
837 VLOG(threads) << "Resume(" << reinterpret_cast<void*>(thread) << ") starting..." << reason;
845 LOG(ERROR) << "Resume(" << reinterpret_cast<void*>(thread)
852 LOG(ERROR) << "Resume(" << reinterpret_cast<void*>(thread)
857 LOG(ERROR) << "Resume(" << reinterpret_cast<void*>(thread
    [all...]
  /external/sonivox/jet_tools/JetCreator/
eas.py 387 def Resume (self):
388 """Resume a stream."""
    [all...]

Completed in 453 milliseconds