Searched refs:waits (Results 1 – 6 of 6) sorted by relevance
408 protected void setWaitsOnInputPort(String portName, boolean waits) { in setWaitsOnInputPort() argument409 getInputPort(portName).setBlocking(waits); in setWaitsOnInputPort()418 protected void setWaitsOnOutputPort(String portName, boolean waits) { in setWaitsOnOutputPort() argument419 getOutputPort(portName).setBlocking(waits); in setWaitsOnOutputPort()
32 * This class creates a HandlerThread which waits for the various messages.
1601 // Unlike the while loops above, this one waits
100 - wait - **False**: Replayer ignores waits in between increments195 (e.g. locking and pushing a buffer), it waits for the main thread to complete it using an Event
112 function returns any value, the call waits until all results have been written
113 * function returns any value, the call waits until all results have been written