Lines Matching full:wait
147 * Causes current thread to wait until another thread invokes the
160 * @param monitor The monitor on which to wait.
170 * Causes current thread to wait until either another thread invokes the
175 * @param monitor The monitor on which to wait.
177 * @param timeoutMs The amount of time (in millisecs) to wait for
234 * @param monitor The monitor on which to wait.
244 * except that they do not support wait and notify mechanism and require less
344 * @return ESR_SUCCESS if wait is successful, ESR_TIMED_OUT if timed out, or an
420 * Wait for the termination of a specified thread
422 * @param thread Handle to the thread to wait for