HomeSort by relevance Sort by last modified time
    Searched refs:blocking (Results 176 - 200 of 439) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/linux-x86/src/internal/poll/
fd.go 5 // Package poll supports non-blocking I/O on file descriptors with polling.
fd_unix.go 44 // Whether this file has been set to blocking mode.
87 // fairly quickly, since all the I/O is non-blocking, and any
97 // not been set to blocking mode, as otherwise any current I/O
98 // may be blocking, and that would block the Close.
115 // SetBlocking puts the file into blocking mode.
  /prebuilts/go/linux-x86/src/runtime/
os_linux_arm.go 64 // Currently cputicks() is used in blocking profiler and to seed fastrand().
rwmutex.go 35 // things blocking on the lock may consume all of the Ps and
  /prebuilts/go/linux-x86/src/runtime/trace/
trace.go 9 // goroutine creation/blocking/unblocking, syscall enter/exit/block,
  /frameworks/native/libs/vr/libpdx_uds/
service_endpoint.cpp 134 Endpoint::Endpoint(const std::string& endpoint_path, bool blocking,
137 is_blocking_{blocking} {
757 bool blocking) {
758 return std::unique_ptr<Endpoint>(new Endpoint(endpoint_path, blocking));
762 const std::string& endpoint_path, bool blocking) {
764 new Endpoint(endpoint_path, blocking, false));
  /prebuilts/go/darwin-x86/src/internal/poll/
fd_unix.go 44 // Whether this file has been set to blocking mode.
87 // fairly quickly, since all the I/O is non-blocking, and any
97 // not been set to blocking mode, as otherwise any current I/O
98 // may be blocking, and that would block the Close.
115 // SetBlocking puts the file into blocking mode.
  /external/python/cpython3/Lib/
threading.py 79 without blocking; the thread must release it once for each time it has
92 again without blocking; the thread must release it once for each time it
117 def acquire(self, blocking=True, timeout=-1):
118 """Acquire a lock, blocking or non-blocking.
129 When invoked with the blocking argument set to true, do the same thing
132 When invoked with the blocking argument set to false, do not block. If a
147 rc = self._block.acquire(blocking, timeout)
387 def acquire(self, blocking=True, timeout=None):
399 When invoked with blocking set to true, do the same thing as when calle
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/testcases/
Camera2SurfaceViewTestCase.java 20 import static com.android.ex.camera2.blocking.BlockingStateCallback.STATE_CLOSED;
54 import com.android.ex.camera2.blocking.BlockingSessionCallback;
55 import com.android.ex.camera2.blocking.BlockingStateCallback;
    [all...]
  /external/python/cpython3/Lib/asyncio/
tasks.py 192 blocking = getattr(result, '_asyncio_future_blocking', None)
193 if blocking is not None:
201 elif blocking:
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
Camera2SurfaceViewTestCase.java 19 import com.android.ex.camera2.blocking.BlockingSessionCallback;
20 import com.android.ex.camera2.blocking.BlockingStateCallback;
63 import static com.android.ex.camera2.blocking.BlockingStateCallback.STATE_CLOSED;
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
Camera2SwitchPreviewTest.java 19 import com.android.ex.camera2.blocking.BlockingSessionCallback;
72 import static com.android.ex.camera2.blocking.BlockingSessionCallback.SESSION_CLOSED;
79 import com.android.ex.camera2.blocking.BlockingSessionCallback;
  /prebuilts/go/darwin-x86/src/net/
fd_unix.go 145 // non-blocking socket under Unix variants does not
312 // We want blocking mode for the new fd, hence the double negative.
313 // This also puts the old fd into blocking mode, meaning that
  /prebuilts/go/linux-x86/src/net/
fd_unix.go 145 // non-blocking socket under Unix variants does not
312 // We want blocking mode for the new fd, hence the double negative.
313 // This also puts the old fd into blocking mode, meaning that
  /external/adhd/cras/src/server/
cras_bt_transport.c 538 unsigned int blocking)
561 if (blocking) {
  /external/tensorflow/tensorflow/python/debug/lib/
grpc_debug_server.py 332 def run_server(self, blocking=True):
336 blocking: If `True`, block until `stop_server()` is invoked.
358 if blocking:
366 non-blocking. Call `wait()` on the returned event to block until the server
  /frameworks/av/media/libaaudio/src/legacy/
AudioStreamTrack.cpp 395 bool blocking = timeoutNanoseconds > 0; local
396 ssize_t bytesWritten = mAudioTrack->write(buffer, numBytes, blocking);
  /packages/apps/Dialer/java/com/android/incallui/spam/
SpamCallListListener.java 37 import com.android.dialer.blocking.FilteredNumberCompat;
38 import com.android.dialer.blocking.FilteredNumbersUtil;
  /packages/apps/Dialer/
packages.mk 15 com.android.dialer.blocking \
  /prebuilts/go/darwin-x86/src/runtime/
rwmutex.go 35 // things blocking on the lock may consume all of the Ps and
  /prebuilts/go/darwin-x86/test/chan/
nonblock.go 7 // Test channel operations that test for blocking.
  /prebuilts/go/linux-x86/test/chan/
nonblock.go 7 // Test channel operations that test for blocking.
  /cts/tests/camera/src/android/hardware/camera2/cts/
AllocationTest.java 23 import static com.android.ex.camera2.blocking.BlockingStateCallback.*;
59 import com.android.ex.camera2.blocking.BlockingCameraManager.BlockingOpenException;
60 import com.android.ex.camera2.blocking.BlockingStateCallback;
61 import com.android.ex.camera2.blocking.BlockingSessionCallback;
    [all...]
FastBasicsTest.java 21 import com.android.ex.camera2.blocking.BlockingSessionCallback;
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
CameraMetadataGetter.java 19 import static com.android.ex.camera2.blocking.BlockingStateCallback.*;
49 import com.android.ex.camera2.blocking.BlockingCameraManager;
50 import com.android.ex.camera2.blocking.BlockingCameraManager.BlockingOpenException;
51 import com.android.ex.camera2.blocking.BlockingStateCallback;

Completed in 487 milliseconds

1 2 3 4 5 6 78 91011>>