Home
last modified time | relevance | path

Searched refs:reschedule (Results 1 – 11 of 11) sorted by relevance

/external/chromium/third_party/libevent/
Devbuffer.c125 goto reschedule; in bufferevent_readcb()
155 reschedule: in bufferevent_readcb()
184 goto reschedule; in bufferevent_writecb()
189 goto reschedule; in bufferevent_writecb()
213 reschedule: in bufferevent_writecb()
/external/guava/guava/src/com/google/common/util/concurrent/
DAbstractScheduledService.java343 reschedule();
350 public void reschedule() {
396 task.reschedule();
/external/webkit/Source/WebCore/svg/animation/
DSVGSMILElement.cpp185 reschedule(); in insertedIntoDocument()
216 reschedule(); in finishParsingChildren()
492 void SVGSMILElement::reschedule() in reschedule() function in WebCore::SVGSMILElement
733 reschedule(); in resolveFirstInterval()
775 reschedule(); in beginListChanged()
794 reschedule(); in endListChanged()
DSVGSMILElement.h133 void reschedule();
/external/llvm/lib/Target/ARM/
DARMScheduleA9.td1890 let ILPWindow = 10; // Don't reschedule small blocks to hide
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-1611293 without returning to the run loop, exit and reschedule.
11303 and measure elapsed time. After a threshold, reschedule and quit.
DChangeLog-2011-02-168545 scheduled in. If we begin/resume execution within a new run loop, reschedule
/external/webkit/Source/WebKit/mac/
DChangeLog-2002-12-0312757 have to reschedule the timer.
DChangeLog-2010-01-297231 only a log, reschedule the _loadData call to occur on the main thread.
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1032831 (WebCore::SVGSMILElement::reschedule):
67894 reschedule the current statement on the database thread
DChangeLog-2010-01-2962165 timers and it takes significant time to fire, quit the loop and reschedule.