Home
last modified time | relevance | path

Searched refs:wait (Results 1 – 25 of 115) sorted by relevance

12345

/external/junit/src/junit/textui/
DTestRunner.java117 public TestResult doRun(Test suite, boolean wait) { in doRun() argument
126 pause(wait); in doRun()
130 protected void pause(boolean wait) { in pause() argument
131 if (!wait) return; in pause()
160 boolean wait= false; in start()
164 wait= true; in start()
183 return runSingleMethod(testCase, method, wait); in start()
185 return doRun(suite, wait); in start()
191 …protected TestResult runSingleMethod(String testCase, String method, boolean wait) throws Exceptio… in runSingleMethod() argument
194 return doRun(test, wait); in runSingleMethod()
/external/qemu/distrib/sdl-1.2.12/src/thread/
DSDL_thread.c174 SDL_sem *wait; member
199 SDL_SemPost(args->wait); in SDL_RunThread()
235 args->wait = SDL_CreateSemaphore(0); in SDL_CreateThread()
236 if ( args->wait == NULL ) { in SDL_CreateThread()
253 SDL_SemWait(args->wait); in SDL_CreateThread()
260 SDL_DestroySemaphore(args->wait); in SDL_CreateThread()
/external/webkit/JavaScriptCore/wtf/
DThreadingQt.cpp171 bool res = thread->wait(); in waitForThreadCompletion()
232 void ThreadCondition::wait(Mutex& mutex) in wait() function in WTF::ThreadCondition
234 m_condition->wait(mutex.impl()); in wait()
250 return m_condition->wait(mutex.impl(), static_cast<unsigned long>(intervalMilliseconds)); in timedWait()
DThreadingGtk.cpp205 void ThreadCondition::wait(Mutex& mutex) in wait() function in WTF::ThreadCondition
218 wait(mutex); in timedWait()
DThreadingPthreads.cpp272 void ThreadCondition::wait(Mutex& mutex) in wait() function in WTF::ThreadCondition
284 wait(mutex); in timedWait()
DThreadingNone.cpp50 void ThreadCondition::wait(Mutex& mutex) { } in wait() function in WTF::ThreadCondition
DMainThread.cpp126 syncFlag.wait(conditionMutex); in callOnMainThreadAndWait()
DMessageQueue.h91 m_condition.wait(m_mutex); in waitForMessage()
/external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/
DSDL_thread.c159 struct Task *wait; member
184 Signal(args->wait,SIGBREAKF_CTRL_E); in SDL_RunThread()
215 args->wait = FindTask(NULL); in SDL_CreateThread()
216 if ( args->wait == NULL ) { in SDL_CreateThread()
DSDL_systhread.c36 struct Task *wait; member
58 Father=data->wait; in RunThread()
77 Father=data->wait; in RunTheThread()
/external/webkit/WebCore/storage/
DLocalStorageArea.cpp88 m_importCondition.wait(m_importLock); in length()
106 m_importCondition.wait(m_importLock); in key()
128 m_importCondition.wait(m_importLock); in getItem()
176 m_importCondition.wait(m_importLock); in contains()
DDatabaseTask.cpp82 m_synchronousCondition->wait(*m_synchronousMutex); in waitForSynchronousCompletion()
DLocalStorageThread.cpp126 m_terminateCondition.wait(m_terminateLock); in terminate()
/external/blktrace/btt/
Diostat.c109 await = ((nios + nrqm) > 0.0) ? TO_MSEC(sp->wait) / (nios+nrqm) : 0.0; in __dump_stats()
139 sp->wait = sp->svctm = 0; in __dump_stats()
272 ADD_STAT(c_iop->dip, wait, tdelta(q_iop->i_time,c_iop->t.time)); in iostat_complete()
274 ADD_STAT(c_iop->dip, wait, tdelta(q_iop->m_time,c_iop->t.time)); in iostat_complete()
/external/webkit/WebKit/mac/Misc/
DWebNSNotificationCenterExtras.m43 …hName:(NSString *)name object:(id)object userInfo:(NSDictionary *)userInfo waitUntilDone:(BOOL)wait
55 … performSelectorOnMainThread:@selector(_postNotificationName:) withObject:info waitUntilDone:wait];
DWebNSNotificationCenterExtras.h35 …Name:(NSString *)name object:(id)object userInfo:(NSDictionary *)userInfo waitUntilDone:(BOOL)wait;
/external/bluez/utils/dund/
Ddund.h46 int dun_open_connection(int sk, char *pppd, char **pppd_opts, int wait);
Ddun.c304 int dun_open_connection(int sk, char *pppd, char **args, int wait) in dun_open_connection() argument
324 if (wait) { in dun_open_connection()
/external/junit/src/junit/extensions/
DActiveTestSuite.java55 wait(); in waitUntilFinished()
/external/e2fsprogs/lib/ss/
Dlist_rqs.c82 wait(&waitb); in ss_list_requests()
/external/gtest/test/
Dgtest_test_utils.py167 ret_code = p.wait()
/external/webkit/WebKit/win/WebKit.vcproj/
DWebKit_Cairo_debug.def121 ?wait@ThreadCondition@WTF@@QAEXAAVMutex@2@@Z
DWebKit.def127 ?wait@ThreadCondition@WTF@@QAEXAAVMutex@2@@Z
DWebKit_Cairo.def120 ?wait@ThreadCondition@WTF@@QAEXAAVMutex@2@@Z
DWebKit_debug.def127 ?wait@ThreadCondition@WTF@@QAEXAAVMutex@2@@Z

12345