HomeSort by relevance Sort by last modified time
    Searched full:blocking (Results 226 - 250 of 2438) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/libs/hwui/thread/
Future.h 34 * Returns the result of this future, blocking if
  /frameworks/native/services/surfaceflinger/
StartBootAnimThread.h 31 // allows to pursue the SurfaceFlinger's init process without blocking.
  /libcore/luni/src/main/java/android/system/
StructFlock.java 41 /** Process blocking our lock (filled in by F_GETLK, otherwise unused). */
  /libnativehelper/include/nativehelper/
AsynchronousCloseMonitor.h 27 * Every blocking I/O operation must be surrounded by an AsynchronousCloseMonitor
  /packages/apps/Dialer/java/com/android/dialer/app/legacybindings/
DialerLegacyBindingsStub.java 27 import com.android.dialer.blocking.FilteredNumberAsyncQueryHandler;
  /packages/apps/Dialer/java/com/android/dialer/blocking/
BlockedNumbersAutoMigrator.java 17 package com.android.dialer.blocking;
25 import com.android.dialer.blocking.FilteredNumberAsyncQueryHandler.OnHasBlockedNumbersListener;
33 * android.provider.BlockedNumberContract} blocking. In order for this to happen, the user cannot
72 * be migrated to the framework blocking solution if blocked numbers don't exist.
  /packages/apps/Dialer/java/com/android/dialer/constants/aospdialer/
ConstantsImpl.java 29 return "com.android.dialer.blocking.filterednumberprovider";
  /packages/services/Car/car-lib/src/android/car/content/pm/
CarPackageManager.java 88 * Set Application blocking policy for system app. {@link #FLAG_SET_POLICY_ADD} or
127 * This can be used by unsafe activity blocking Activity to check if finishing itself can
129 * guarantee that blocking will not be done as driving state can change after this call is made.
133 * so that finishing the Activity will not trigger another Activity blocking. If
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
fcntl.h 10 * Cancel a blocking posix lock; internal use only until we expose an
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fcntl.h 10 * Cancel a blocking posix lock; internal use only until we expose an
  /prebuilts/go/darwin-x86/src/crypto/rand/
rand_linux.go 26 // entropy source?) and we want to avoid blocking later.
  /prebuilts/go/darwin-x86/src/internal/syscall/unix/
getrandom_linux.go 19 // GRND_NONBLOCK means return EAGAIN rather than blocking.
  /prebuilts/go/darwin-x86/src/runtime/
os_linux_mips64x.go 25 // Currently cputicks() is used in blocking profiler and to seed fastrand().
os_netbsd_arm.go 31 // Currently cputicks() is used in blocking profiler and to seed runtime·fastrand().
  /prebuilts/go/darwin-x86/src/runtime/trace/
trace.go 7 // creation/blocking/unblocking, syscall enter/exit/block, GC-related events,
  /prebuilts/go/linux-x86/src/crypto/rand/
rand_linux.go 26 // entropy source?) and we want to avoid blocking later.
  /prebuilts/go/linux-x86/src/internal/syscall/unix/
getrandom_linux.go 19 // GRND_NONBLOCK means return EAGAIN rather than blocking.
  /prebuilts/go/linux-x86/src/runtime/
os_linux_mips64x.go 25 // Currently cputicks() is used in blocking profiler and to seed fastrand().
os_netbsd_arm.go 31 // Currently cputicks() is used in blocking profiler and to seed runtime·fastrand().
  /prebuilts/go/linux-x86/src/runtime/trace/
trace.go 7 // creation/blocking/unblocking, syscall enter/exit/block, GC-related events,
  /prebuilts/tools/common/m2/repository/org/reactivestreams/reactive-streams/1.0.0/
reactive-streams-1.0.0.pom 9 <description>A Protocol for Asynchronous Non-Blocking Data Sequence</description>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 79 # define F_SETLK 6 /* Set record locking info (non-blocking). */
80 # define F_SETLKW 7 /* Set record locking info (blocking). */
83 # define F_SETLK F_SETLK64 /* Set record locking info (non-blocking).*/
84 # define F_SETLKW F_SETLKW64 /* Set record locking info (blocking). */
87 #define F_SETLK64 13 /* Set record locking info (non-blocking). */
88 #define F_SETLKW64 14 /* Set record locking info (blocking). */
131 blocking */
  /docs/source.android.com/src/devices/audio/
avoiding_pi.jd 162 non-blocking and bounded blocking variants of the mutex lock
206 Use non-blocking single-reader single-writer
230 is basically just a non-blocking single-reader single-writer FIFO
256 <h2 id="nonBlockingAlgorithms">Non-blocking algorithms</h2>
259 <a href="http://en.wikipedia.org/wiki/Non-blocking_algorithm">Non-blocking algorithms</a>
266 Starting in Android 4.2, you can find our non-blocking,
288 general-purpose. Non-blocking algorithms are notorious for being
296 use non-blocking algorithms or reference a non-Android open source library.
300 We have published an example non-blocking FIFO implementation that is specifically designed fo
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
reactive_socket_service_base.hpp 132 // Gets the non-blocking mode of the socket.
138 // Sets the non-blocking mode of the socket.
146 // Gets the non-blocking mode of the native socket implementation.
152 // Sets the non-blocking mode of the native socket implementation.
181 // Wait until data can be sent without blocking.
217 // Start an asynchronous wait until data can be sent without blocking.
252 // Wait until data can be received without blocking.
292 // Wait until data can be received without blocking.
332 // Wait until data can be received without blocking.
375 // Wait until data can be received without blocking
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/ScsiIo/
ScsiIo.h 202 does not support non-blocking I/O, then Event is
203 ignored, and blocking I/O is performed.
204 If Event is NULL, then blocking I/O is performed.
205 If Event is not NULL and non-blocking I/O is
206 supported, then non-blocking I/O is performed,

Completed in 906 milliseconds

1 2 3 4 5 6 7 8 91011>>