Searched refs:Wait (Results 1 - 25 of 61) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMuleThread.h46 * threads, Wait is called rather than Delete.
56 Wait();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dthrimpl.cpp80 wxCondError Wait();
107 wxCondError wxConditionInternal::Wait() function in class:wxConditionInternal
120 // start to Wait()
121 const wxSemaError err = m_semaphore.Wait();
245 wxCondError wxCondition::Wait() function in class:wxCondition
248 wxT("wxCondition::Wait(): not initialized") );
250 return m_internal->Wait();
256 wxT("wxCondition::Wait(): not initialized") );
301 wxSemaError wxSemaphore::Wait() function in class:wxSemaphore
304 wxT("wxSemaphore::Wait()
[all...]
H A Dthread.h56 wxSEMA_BUSY, // returned by TryWait() if Wait() would block
309 // The mutex object MUST be locked before calling Wait()
324 wxCondError Wait();
326 // exactly as Wait() except that it may also return if the specified
338 // if no thread is blocking in Wait(), then the signal is NOT remembered
339 // The thread which was blocking on Wait() will then reacquire the lock
346 // if no thread is blocking in Wait(), then the signal is NOT remembered
347 // The threads which were blocking on Wait() will then reacquire the lock
354 wxDEPRECATED( bool Wait(unsigned long milliseconds) );
364 inline bool wxCondition::Wait(unsigne function in class:wxCondition
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dthreadno.cpp65 void wxCondition::Wait(wxMutex& WXUNUSED(mutex))
69 bool wxCondition::Wait(wxMutex& WXUNUSED(mutex), unsigned long WXUNUSED(sec),
H A Dthreadsgi.cpp101 int wxCondition::Wait(wxMutex& WXUNUSED(mutex)) { return 0;}
102 int wxCondition::Wait(wxMutex& WXUNUSED(mutex), unsigned long WXUNUSED(sec),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dthreadno.cpp64 void wxCondition::Wait(wxMutex& WXUNUSED(mutex))
68 bool wxCondition::Wait(wxMutex& WXUNUSED(mutex), unsigned long WXUNUSED(sec),
H A Dthreadsgi.cpp101 int wxCondition::Wait(wxMutex& WXUNUSED(mutex)) { return 0;}
102 int wxCondition::Wait(wxMutex& WXUNUSED(mutex), unsigned long WXUNUSED(sec),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsemaphor.tex17 than $0$, a call to \helpref{Wait}{wxsemaphorewait} returns immediately and
19 \helpref{Wait}{wxsemaphorewait} block and only return when the semaphore
28 \helpref{Wait}{wxsemaphorewait} and each time a room is freed it should be
83 Same as \helpref{Wait()}{wxsemaphorewait}, but returns immediately.
93 \twocolitem{{\bf wxSEMA\_BUSY}}{Returned by TryWait() if Wait() would block, i.e. the count is zero.}
98 \membersection{wxSemaphore::Wait}\label{wxsemaphorewait}
100 \func{wxSemaError }{Wait}{\void}
102 Wait indefinitely until the semaphore count becomes strictly positive
121 Same as \helpref{Wait()}{wxsemaphorewait}, but with a timeout
H A Dconditn.tex11 \helpref{Wait()}{wxthreadwait} for the worker thread, but if there are several
15 other thread calls \helpref{Wait()}{wxconditionwait} and, just as with the
20 going to block until \helpref{Wait()}{wxconditionwait} is called by another
72 // wait for the thread termination: Wait() atomically unlocks the mutex
74 condition.Wait();
82 call \helpref{wxThread::Wait}{wxthreadwait} on it, but this example does
119 before calling \helpref{Wait}{wxconditionwait} function.
166 \membersection{wxCondition::Wait}\label{wxconditionwait}
168 \func{wxCondError}{Wait}{\void}
173 condition (this is why it must be locked prior to calling Wait) an
[all...]
H A Dsocket.tex150 \helpref{Wait}{wxsocketbasewait}\\
329 Note that this is not intended as a regular way to interrupt a Wait call,
336 \helpref{wxSocketBase::Wait}{wxsocketbasewait},
524 \twocolitem{{\bf wxSOCKET\_WAITALL}}{Wait for all required data to be read/written unless an error occurs.}
638 applies to all IO calls, and also to the \helpref{Wait}{wxsocketbasewait} family
785 % Wait
787 \membersection{wxSocketBase::Wait}\label{wxsocketbasewait}
789 \func{bool}{Wait}{\param{long}{ seconds = -1}, \param{long}{ millisecond = 0}}
801 Note that it is recommended to use the individual Wait functions
831 \func{bool}{Wait}{\para
[all...]
H A Dthread.tex41 through \helpref{wxThread::Wait}{wxthreadwait}.
44 has a disadvantage as well: you {\bf must} Wait() for a joinable thread or the
53 \helpref{wxThread::Wait}{wxthreadwait} on a joinable thread to release its
67 As mentioned, \helpref{wxThread::Wait}{wxthreadwait} or
201 \helpref{wxThread::Wait}{wxthreadwait} to free the memory of that thread).
215 joinable threads and is the value returned by \helpref{Wait}{wxthreadwait}.
329 threads or \helpref{Wait()}{wxthreadwait} for joinable threads instead.
460 \membersection{wxThread::Wait}\label{wxthreadwait}
462 \constfunc{ExitCode}{Wait}{\void}
470 You can only Wait() fo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/mach-a3/
H A Ddram_init.S27 ; 2. Wait 200us
37 ; 2. Wait 200us
50 ; 2. Wait 200us
65 ; 2. Wait 200us
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmpthread.cpp324 wxSemaError Wait() { return WaitTimeout( kDurationForever); } function in class:wxSemaphoreInternal
413 wxCondError Wait()
446 m_gate.Wait();
474 wxSemaError err2 = m_semaphore.Wait();
530 m_gate.Wait();
573 wxCondError Wait();
600 wxCondError wxConditionInternal::Wait() function in class:wxConditionInternal
610 // semaphore.Wait() is called, if another thread can cause a signal to be
618 wxSemaError err = m_semaphore.Wait();
632 // please see the comments in Wait(), fo
947 void wxThreadInternal::Wait() function in class:wxThreadInternal
1181 wxThread::ExitCode wxThread::Wait() function in class:wxThread
[all...]
H A Dthread.cpp520 wxSemaError Wait() function in class:wxSemaphoreInternal
611 wxCondError Wait()
636 m_gate.Wait();
666 wxSemaError err2 = m_semaphore.Wait();
724 m_gate.Wait();
769 wxCondError Wait();
796 wxCondError wxConditionInternal::Wait() function in class:wxConditionInternal
806 // semaphore.Wait() is called, if another thread can cause a signal to be
814 wxSemaError err = m_semaphore.Wait();
828 // please see the comments in Wait(), fo
1156 void wxThreadInternal::Wait() function in class:wxThreadInternal
1392 wxThread::ExitCode wxThread::Wait() function in class:wxThread
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dnetwork.cpp134 container.Wait((unsigned long)waitTime);
214 container.Wait((unsigned long)waitTime);
280 !receiver.Wait(SaturatingSubtract(maxTime, timer.ElapsedTime()),
300 if (!receiver.Wait(SaturatingSubtract(maxTime, timer.ElapsedTime()),
343 if (t->Wait(SaturatingSubtract(maxTime, timer.ElapsedTime()),
490 !sender.Wait(SaturatingSubtract(maxTime, timer.ElapsedTime()),
507 if (sender.MustWaitToSend() && !sender.Wait(timeOut, CallStack("NetworkSink::DoFlush() - wait send", 0)))
537 if (!sender.Wait(timeOut, CallStack("NetworkSink::DoFlush() - wait EOF", 0)))
H A Dwait.cpp206 bool WaitObjectContainer::Wait(unsigned long milliseconds) function in class:WaitObjectContainer
331 bool WaitObjectContainer::Wait(unsigned long milliseconds) function in class:WaitObjectContainer
388 bool Waitable::Wait(unsigned long milliseconds, CallStack const& callStack) function in class:Waitable
392 return container.Wait(milliseconds);
H A Dwait.h164 bool Wait(unsigned long milliseconds);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-lpc32xx/
H A Dsuspend.S53 @ Wait for SDRAM busy status to go busy and then idle
73 @ Wait for self-refresh acknowledge, clocks to the DRAM device
132 @ Wait for EMC to clear self-refresh mode
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dthreadpsx.cpp336 wxCondError Wait();
377 wxCondError wxConditionInternal::Wait() function in class:wxConditionInternal
465 wxSemaError Wait();
501 wxSemaError wxSemaphoreInternal::Wait() function in class:wxSemaphoreInternal
511 if ( m_cond.Wait() != wxCOND_NO_ERROR )
625 void Wait();
697 // many threads may call Wait(), but only one of them should call
748 pthread->m_semRun.Wait();
880 void wxThreadInternal::Wait() function in class:wxThreadInternal
933 m_semSuspend.Wait();
1348 wxThread::ExitCode wxThread::Wait() function in class:wxThread
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dthread.cpp209 wxSemaError Wait() { return WaitTimeout(INFINITE); } function in class:wxSemaphoreInternal
474 wxThread::ExitCode wxThread::Wait() function in class:wxThread
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/lib/
H A Ddram_init.S97 ; Wait 200us
112 nop ; Wait five nop cycles between each command
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/mach-fs/
H A Ddram_init.S76 ; Wait 200us
88 ; Wait 80 ns between each command
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/paride/
H A Dpd.c349 enum action {Fail = 0, Ok = 1, Hold, Wait}; enumerator in enum:action
427 case Wait:
498 return Wait;
513 return Wait;
522 return Wait;
550 return Wait;
570 return Wait;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dthread.cpp218 wxSemaError Wait() { return WaitTimeout(INFINITE); } function in class:wxSemaphoreInternal
269 wxCondError Wait() function in class:wxConditionInternal
410 //else: the joinable threads handle will be closed when Wait() is done
668 wxThread::ExitCode wxThread::Wait() function in class:wxThread
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Ddaemon.h113 unsigned int Wait; member in struct:DebugCtrl

Completed in 125 milliseconds

123