Searched refs:performWork (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/WTF-7600.1.24/wtf/cf/
H A DRunLoopCF.cpp35 void RunLoop::performWork(void* context) function in class:WTF::RunLoop
38 static_cast<RunLoop*>(context)->performWork();
45 CFRunLoopSourceContext context = { 0, this, 0, 0, 0, 0, 0, 0, 0, performWork };
/macosx-10.10/WTF-7600.1.24/wtf/
H A DRunLoop.cpp75 void RunLoop::performWork() function in class:WTF::RunLoop
78 // functions we might re-enter RunLoop::performWork() and we need to be able to pick up where we left off.
82 // - RunLoop::performWork() is invoked with 1 function on the queue
87 // In this situation one invocation of performWork() never returns so all other event sources are blocked.
88 // By only handling up to the number of functions that were in the queue when performWork() is called
111 // still might be empty because those functions might have been handled in an inner RunLoop::performWork().
H A DRunLoop.h132 void performWork();
146 static void performWork(void*);
/macosx-10.10/WTF-7600.1.24/wtf/efl/
H A DRunLoopEfl.cpp68 loop->performWork();
/macosx-10.10/WebKit2-7600.1.25/Platform/efl/
H A DDispatchQueueEfl.h53 void performWork();
H A DDispatchQueueEfl.cpp142 void DispatchQueue::performWork() function in class:DispatchQueue
223 performWork();
/macosx-10.10/WTF-7600.1.24/wtf/gtk/
H A DRunLoopGtk.cpp104 runLoop->performWork();
/macosx-10.10/WTF-7600.1.24/wtf/win/
H A DRunLoopWin.cpp57 performWork();

Completed in 94 milliseconds