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

1 2 3 4 5 6 78 91011>>

  /tools/tradefederation/core/src/com/android/tradefed/util/
Alarm.java 25 * Can call {@link Thread#interrupt()} to get a thread out of a blocking wait, or
26 * {@link Socket#close()} to stop a thread from blocking on a socket read or write.
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
UefiScsiLib.h     [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/
PeiMpServices.h 125 both blocking requests only. This service may only
151 In blocking execution mode, BSP waits until all APs finish or
166 return from Procedure, for blocking mode only. Zero
172 timeout expires in blocking mode, BSP returns
176 @retval EFI_SUCCESS In blocking mode, all APs have finished before the
181 @retval EFI_TIMEOUT In blocking mode, the timeout expired before all
203 The execution is in blocking mode. The BSP waits until the AP finishes or
222 return from Procedure, for blocking mode only. Zero
228 timeout expires in blocking mode, BSP returns
232 @retval EFI_SUCCESS In blocking mode, specified AP finished before the
    [all...]
  /frameworks/av/media/libnbaio/include/
NBAIO.h 20 // Non-blocking audio I/O interface
23 // elsewhere. Implementations _should_ be non-blocking for all methods, especially read() and
142 // Abstract class (interface) representing a non-blocking data sink, for use by a data provider.
159 // Estimate of number of frames that could be written successfully now without blocking.
166 // WOULD_BLOCK Determining how many frames can be written without blocking would itself block.
184 // WOULD_BLOCK No frames can be transferred without blocking.
204 // WOULD_BLOCK No frames can be transferred without blocking.
234 // Abstract class (interface) representing a non-blocking data source, for use by a data consumer.
259 // WOULD_BLOCK Determining how many frames can be read without blocking would itself block.
272 // WOULD_BLOCK No frames can be transferred without blocking
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/channels/
FileIOInterruptTest.java 49 * <li>Writes to FIFOs are buffered by the OS which makes blocking behavior more difficult to
115 // This test fails on the RI: close() does not wake up a blocking FileInputStream.read() call.
124 // Delay until we can be fairly sure the reader thread is blocking.
157 // This test fails on the RI: close() does not wake up a blocking FileInputStream.write() call.
166 // Delay until we can be fairly sure the writer thread is blocking.
268 // Delay until we can be fairly sure the reader thread is blocking.
299 // Delay until we can be fairly sure the reader thread is blocking.
399 // Delay until we can be fairly sure the writer thread is blocking.
440 // Delay until we can be fairly sure the writer thread is blocking.
484 // Just give it some more time to start blocking
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/
MpServicesOnFrameworkMpServicesThunk.c 202 If it is NULL, then execute in blocking mode.
203 If it is not NULL, then execute in non-blocking mode.
210 @retval EFI_SUCCESS In blocking mode, all APs have finished before the timeout expired.
211 @retval EFI_SUCCESS In non-blocking mode, function has been dispatched to all enabled APs.
215 @retval EFI_TIMEOUT In blocking mode, The timeout expired before all enabled APs have finished.
234 BOOLEAN Blocking;
288 Blocking = FALSE;
307 if (!Blocking) {
316 Blocking = TRUE;
330 // If WaitEvent is not NULL, execute in non-blocking mode.
    [all...]
  /cts/hostsidetests/numberblocking/
AndroidTest.xml 16 <configuration description="Config for CTS number blocking test cases">
  /cts/hostsidetests/numberblocking/app/src/com/android/cts/numberblocking/hostside/
BaseNumberBlockingClientTest.java 26 * Base class for number blocking tests.
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
GroupOwnerSocketHandler.java 48 // A blocking operation. Initiate a ChatManager instance when
  /device/google/contexthub/firmware/os/inc/
trylock.h 38 /* DON'T YOU EVER DARE TO TRY AND IMPLEMENT A BLOCKING "TAKE" ON THIS TYPE OF LOCK! -dmitrygr@ */
  /external/autotest/client/cros/cellular/pseudomodem/
run_pseudomodem.py 37 cli.Begin() # Blocking
  /external/autotest/client/cros/multimedia/
video_facade_native.py 96 def start_playback(self, blocking=False):
102 @param blocking: Blocks this call until playback finishes.
106 if blocking:
148 it non-blocking.
  /external/boringssl/src/ssl/test/
packeted_bio.h 31 // blocking datagram socket. It uses the value of |*clock| as the clock.
  /external/curl/lib/
http_proxy.h 30 bool blocking);
  /external/eigen/Eigen/src/Core/products/
SelfadjointMatrixMatrix.h 294 const Scalar& alpha, level3_blocking<Scalar,Scalar>& blocking)
302 ::run(cols, rows, rhs, rhsStride, lhs, lhsStride, res, resStride, alpha, blocking);
317 const Scalar& alpha, level3_blocking<Scalar,Scalar>& blocking);
328 const Scalar& alpha, level3_blocking<Scalar,Scalar>& blocking)
343 Index kc = blocking.kc(); // cache block size along the K direction
344 Index mc = (std::min)(rows,blocking.mc()); // cache block size along the M direction
349 ei_declare_aligned_stack_constructed_variable(Scalar, blockA, sizeA, blocking.blockA());
350 ei_declare_aligned_stack_constructed_variable(Scalar, blockB, sizeB, blocking.blockB());
410 const Scalar& alpha, level3_blocking<Scalar,Scalar>& blocking);
421 const Scalar& alpha, level3_blocking<Scalar,Scalar>& blocking)
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/
ThreadPool 21 * - a faster non blocking implementation
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorContractionBlocking.h 23 // Default Blocking Strategy
  /external/gemmlowp/internal/
block_params.h 60 // No L2 blocking in the depth dimension at the moment.
79 // No L2 blocking in the row dimension if l2_rhs_factor is 1.0 as the row
80 // dimension concerns only the LHS. Blocking only RHS matrix for L2 enhances
111 // No L1 blocking in the columns dimension at the moment.
  /external/icu/icu4c/source/i18n/
fphdlimp.h 58 // This attempts to encourage that by blocking heap allocation.
  /external/iptables/extensions/
libip6t_REJECT.man 27 TCP RST packet to be sent back. This is mainly useful for blocking
libipt_REJECT.man 27 TCP RST packet to be sent back. This is mainly useful for blocking
  /external/kernel-headers/original/uapi/linux/
vm_sockets.h 67 /* Option name for using non-blocking send/receive. Use as the option name
68 * for setsockopt(3) or getsockopt(3) to set or get the non-blocking
70 * send() and recv() can be called in non-blocking contexts for the given
75 * It is not to be confused with conventional non-blocking socket operations.
  /external/libchrome/base/
sync_socket.h 9 // data. Because the receiving is blocking, they can be used to perform
104 // another thread while a blocking Receive or Send is being done from the
118 // a blocking Receive or Send.
125 // and there isn't a way to cancel a blocking synchronous Read that is
  /external/libchrome/base/synchronization/
lock_impl.h 39 // Take the lock, blocking until it is available if necessary.
  /external/libmojo/mojo/edk/system/
broker.h 21 // Note: This is blocking, and will wait for the first message over

Completed in 1244 milliseconds

1 2 3 4 5 6 78 91011>>