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

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/
EmuBlockIo.h 5 enables the ability to read and write data at a block level in a non-blocking
58 non-blocking I/O is being used, the Event associated with this request will
101 EFI_WRITE_PROTECTED or EFI_MEDIA_CHANGED is returned and non-blocking I/O is
142 is returned and non-blocking I/O is being used, the Event associated with
178 /// enables the ability to read and write data at a block level in a non-blocking
  /external/libchrome/base/threading/
worker_pool_posix_unittest.cc 189 // Add two blocking tasks.
193 EXPECT_EQ(0, counter_) << "Blocking tasks should not have started yet.";
205 // Add two non blocking tasks and wait for them to finish.
210 // Add two blocking tasks, start them simultaneously, and wait for them to
232 // Add another non blocking task. There are no threads to reuse.
  /external/libcups/cups/
getdevices.c 53 int blocking; /* Current blocking-IO mode */ local
163 * Read the response in non-blocking mode...
166 blocking = httpGetBlocking(http);
248 httpBlocking(http, blocking);
  /external/ltp/utils/sctp/func_tests/
test_1_to_1_connect.c 12 * TEST6: Valid blocking connect
168 /*connect () TEST6: Blocking connect, should pass*/
169 /*All the be below blocking connect should pass as socket will be
175 tst_brkm(TBROK, tst_exit, "valid blocking connect "
179 tst_resm(TPASS, "valid blocking connect() - SUCCESS");
test_1_to_1_connectx.c 12 * TEST6: Valid blocking sctp_connectx
160 /*sctp_connectx () TEST6: Blocking sctp_connectx, should pass*/
161 /*All the be below blocking sctp_connectx should pass as socket will be
167 tst_brkm(TBROK, tst_exit, "valid blocking sctp_connectx "
171 tst_resm(TPASS, "valid blocking sctp_connectx() - SUCCESS");
  /libcore/luni/src/main/java/libcore/io/
IoUtils.java 87 * Sets 'fd' to be blocking or non-blocking, according to the state of 'blocking'.
89 public static void setBlocking(FileDescriptor fd, boolean blocking) throws IOException {
92 if (!blocking) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaBusDxe/
AtaPassThruExecute.c 106 if it is NULL, blocking mode, and use the packet
107 in AtaDevice. If it is not NULL, non blocking mode,
109 @param[in, out] Event If Event is NULL, then blocking I/O is performed.
110 If Event is not NULL and non-blocking I/O is
111 supported,then non-blocking I/O is performed,
130 // Assemble packet. If it is non blocking mode, the Ata driver should keep each
452 if it is NULL, blocking mode, and use the packet
453 in AtaDevice. If it is not NULL, non blocking mode,
459 @param[in] Event If Event is NULL, then blocking I/O is performed.
460 If Event is not NULL and non-blocking I/O is
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
ScsiPassThru.h 153 the SCSI channel. This function supports both blocking I/O and
154 non-blocking I/O. The blocking I/O functionality is required,
155 and the non-blocking I/O functionality is optional.
164 @param Event If non-blocking I/O is not supported then Event
165 is ignored, and blocking I/O is performed.
166 If Event is NULL, then blocking I/O is performed.
167 If Event is not NULL and non blocking I/O is
168 supported, then non-blocking I/O is performed,
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrixTriangular.h 46 const ResScalar& alpha, level3_blocking<RhsScalar,LhsScalar>& blocking)
52 ::run(size,depth,rhs,rhsStride,lhs,lhsStride,res,resStride,alpha,blocking);
63 const ResScalar& alpha, level3_blocking<LhsScalar,RhsScalar>& blocking)
74 Index kc = blocking.kc();
75 Index mc = (std::min)(size,blocking.mc());
84 ei_declare_aligned_stack_constructed_variable(LhsScalar, blockA, sizeA, blocking.blockA());
85 ei_declare_aligned_stack_constructed_variable(RhsScalar, blockB, sizeB, blocking.blockB());
281 BlockingType blocking(size, size, depth, 1, false);
289 mat.data(), mat.outerStride(), actualAlpha, blocking);
TriangularMatrixMatrix_BLAS.h 60 const Scalar* _rhs, Index rhsStride, Scalar* res, Index resStride, Scalar alpha, level3_blocking<Scalar,Scalar>& blocking) { \
64 _rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha, blocking); \
99 EIGTYPE alpha, level3_blocking<EIGTYPE,EIGTYPE>& blocking) \
119 _rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha, blocking); \
210 EIGTYPE alpha, level3_blocking<EIGTYPE,EIGTYPE>& blocking) \
229 _rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha, blocking); \
  /external/libbrillo/brillo/streams/
stream.h 24 // well as synchronous (both blocking and non-blocking) operations.
52 // return immediately with just those 100 bytes and no blocking or other I/O
222 // -- Synchronous non-blocking ----------------------------------------------
224 // Reads up to |size_to_read| bytes from the stream without blocking.
232 // without blocking, |size_read| will contain 0 and the function will still
241 // -- Synchronous blocking --------------------------------------------------
308 // -- Synchronous non-blocking ----------------------------------------------
321 // -- Synchronous blocking --------------------------------------------------
371 // and/or written without blocking
    [all...]
  /art/test/099-vmdebug/src/
Main.java 185 String blocking_gc_count = VMDebug.getRuntimeStat("art.gc.blocking-gc-count");
186 String blocking_gc_time = VMDebug.getRuntimeStat("art.gc.blocking-gc-time");
189 VMDebug.getRuntimeStat("art.gc.blocking-gc-count-rate-histogram");
212 String blocking_gc_count = map.get("art.gc.blocking-gc-count");
213 String blocking_gc_time = map.get("art.gc.blocking-gc-time");
216 map.get("art.gc.blocking-gc-count-rate-histogram");
  /cts/tests/tests/os/src/android/os/cts/
DebugTest.java 264 String blocking_gc_count = Debug.getRuntimeStat("art.gc.blocking-gc-count");
265 String blocking_gc_time = Debug.getRuntimeStat("art.gc.blocking-gc-time");
268 Debug.getRuntimeStat("art.gc.blocking-gc-count-rate-histogram");
291 String blocking_gc_count = map.get("art.gc.blocking-gc-count");
292 String blocking_gc_time = map.get("art.gc.blocking-gc-time");
295 map.get("art.gc.blocking-gc-count-rate-histogram");
  /external/eigen/blas/
level3_impl.h 71 internal::gemm_blocking_space<ColMajor,Scalar,Scalar,Dynamic,Dynamic,Dynamic> blocking(*m,*n,*k,1,true);
74 func[code](*m, *n, *k, a, *lda, b, *ldb, c, *ldc, alpha, blocking, 0);
165 internal::gemm_blocking_space<ColMajor,Scalar,Scalar,Dynamic,Dynamic,Dynamic,4> blocking(*m,*n,*m,1,false);
166 func[code](*m, *n, a, *lda, b, *ldb, blocking);
170 internal::gemm_blocking_space<ColMajor,Scalar,Scalar,Dynamic,Dynamic,Dynamic,4> blocking(*m,*n,*n,1,false);
171 func[code](*n, *m, a, *lda, b, *ldb, blocking);
274 internal::gemm_blocking_space<ColMajor,Scalar,Scalar,Dynamic,Dynamic,Dynamic,4> blocking(*m,*n,*m,1,false);
275 func[code](*m, *n, *m, a, *lda, tmp.data(), tmp.outerStride(), b, *ldb, alpha, blocking);
279 internal::gemm_blocking_space<ColMajor,Scalar,Scalar,Dynamic,Dynamic,Dynamic,4> blocking(*m,*n,*n,1,false);
280 func[code](*m, *n, *n, tmp.data(), tmp.outerStride(), a, *lda, b, *ldb, alpha, blocking);
    [all...]
  /external/tinycompress/include/tinycompress/
tinycompress.h 133 * By default this is a blocking call and will not return
136 * If non-blocking mode has been enabled with compress_nonblock(),
138 * blocking and will then return the number of bytes successfully
152 * By default this is a blocking call and will block until
154 * If non-blocking mode was enabled using compress_nonblock()
260 /* Enable or disable non-blocking mode for write and read */
  /system/libfmq/tests/
msgq_test_client.cpp 213 * Test that basic blocking works using readBlocking()/writeBlocking() APIs
221 * Request service to perform a blocking read. This call is oneway and will
234 * Test that basic blocking works using readBlocking()/writeBlocking() APIs
243 * Request service to perform a blocking read using default EventFlag
257 * If the blocking read was successful, another write of size
265 * Test that repeated blocking reads and writes work using readBlocking()/writeBlocking() APIs
275 * Request service to perform a blocking read. This call is oneway and will
293 * Test that repeated blocking reads and writes work using readBlocking()/writeBlocking() APIs
303 * Request service to perform a blocking read. This call is oneway and will
321 * Test that basic blocking works using readBlocking()/writeBlocking() API
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
ceval.h 74 A module that plans to do a blocking system call (or something else
80 ...blocking system call here...
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
dummy_thread.py 98 For blocking calls, self.locked_status is automatically set to
100 ``waitflag``. If it is non-blocking, then the value is
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
ceval.h 74 A module that plans to do a blocking system call (or something else
80 ...blocking system call here...
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
dummy_thread.py 98 For blocking calls, self.locked_status is automatically set to
100 ``waitflag``. If it is non-blocking, then the value is
  /external/deqp/execserver/
xsPosixFileReader.cpp 52 // Set to non-blocking mode.
57 XS_FAIL("Failed to set non-blocking mode");
  /external/libchrome/base/
run_loop.h 77 // Android doesn't support the blocking MessageLoop::Run, so it calls
83 // iOS doesn't support the blocking MessageLoop::Run, so it calls
  /external/libmicrohttpd/src/microspdy/
io_raw.c 68 //setting the socket to be non-blocking
72 SPDYF_DEBUG("WARNING: Couldn't set the new connection to be non-blocking");
  /external/libmojo/mojo/edk/test/
multiprocess_test_helper_unittest.cc 79 // The handle should be non-blocking.
102 // The handle should be non-blocking.
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_send/
12-1.c 17 * verify the child _was_ blocking.
109 /* If sleep finished, child is probably blocking */

Completed in 2323 milliseconds

<<11121314151617181920>>