HomeSort by relevance Sort by last modified time
    Searched full:blocking (Results 676 - 700 of 1339) sorted by null

<<21222324252627282930>>

  /external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
MonitorBasedPriorityBlockingQueue.java 36 * An unbounded {@linkplain BlockingQueue blocking queue} that uses
38 * blocking retrieval operations. While this queue is logically
  /external/kernel-headers/original/uapi/drm/
drm.h 467 _DRM_VBLANK_EVENT = 0x4000000, /**< Send event instead of blocking */
471 _DRM_VBLANK_SIGNAL = 0x40000000 /**< Send signal instead of blocking, unsupported */
  /external/libavc/encoder/
ih264e_fmt_conv.c 776 * @param[in] blocking
840 /* If the call is non-blocking and there are no rows to be copied then return */
  /external/libdrm/include/drm/
drm.h 470 _DRM_VBLANK_EVENT = 0x4000000, /**< Send event instead of blocking */
474 _DRM_VBLANK_SIGNAL = 0x40000000 /**< Send signal instead of blocking, unsupported */
  /external/libdrm/
xf86drm.h 311 DRM_VBLANK_EVENT = 0x4000000, /**< Send event instead of blocking */
315 DRM_VBLANK_SIGNAL = 0x40000000 /* Send signal instead of blocking */
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_uart.c 191 ret = fcntl(gComPortContext.nHandle, F_SETFL, 0); /* Makes the read blocking (default). */
208 gComPortContext.nIoConfig.c_cc[VMIN] = 1; /* Control characters. Read is blocking until X characters are read */
  /external/libnfc-nxp/src/
phFriNfc_NdefReg.h 95 * \note On systems, requiring non-blocking operation, the user-defined callback function must not block,
430 * Processing function, needed to avoid long blocking and to give control to other parts of the software
phFriNfc_TopazMap.h 376 * \brief \copydoc page_cb Completion Routine, Processing function, needed to avoid long blocking.
587 * \brief \copydoc page_cb Completion Routine, Processing function, needed to avoid long blocking.
  /external/libpcap/
pcap-bpf.c 238 * blocking mode.
364 * is in blocking mode.
    [all...]
pcap-win32.c 861 * Set the read timeout to -1 for non-blocking mode.
868 * really leaving non-blocking mode.)
  /external/libvncserver/libvncserver/
sockets.c 1036 * rfbSetNonBlocking sets a socket into non-blocking mode.
1049 rfbLogPerror("Setting socket to non-blocking failed");
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_buffer_objects.c 270 * you'd end up blocking on execution of rendering every time you mapped
274 * flushing the batchbuffer before mapping the buffer, which can save blocking
  /external/okhttp/
CHANGELOG.md 266 in addition to synchronous blocking calls.
377 for an interruption before doing a blocking call. If it is interrupted,
  /external/valgrind/docs/internals/
threads-syscalls-signals.txt 79 client's requested signal mask is while running a blocking syscall. We
129 an async signal asynchronously is during a blocking syscall, this should
  /external/valgrind/include/vki/
vki-linux-drm.h 265 _VKI_DRM_VBLANK_EVENT = 0x4000000, /**< Send event instead of blocking */
269 _VKI_DRM_VBLANK_SIGNAL = 0x40000000 /**< Send signal instead of blocking, unsupported */
  /frameworks/base/core/jni/
android_app_NativeActivity.cpp 313 "non-blocking: %s", strerror(errno));
316 "non-blocking: %s", strerror(errno));
  /frameworks/base/docs/html/guide/webapps/
migrating.jd 10 <li><a href="#Threads">Multi-threading and Thread Blocking</a></li>
99 <h2 id="Threads">Multi-threading and Thread Blocking</h2>
  /frameworks/native/include/gui/
IGraphicBufferProducer.h 162 // * WOULD_BLOCK - no buffer is currently available, and blocking is disabled
230 // * WOULD_BLOCK - no buffer slot is currently available, and blocking is
  /hardware/intel/img/psb_video/src/hwdefs/
dma_api.h 605 This function is used to initiate a synchronous (blocking) DMAC tranfer.
642 This function is used to initiate an asynchronous (non-blocking) DMAC tranfer.
  /hardware/libhardware/modules/input/evdev/
InputHub.cpp 401 // Determine the type of suspend blocking we can do on this device. There
412 // blocking explicitly in the InputHub code.
  /hardware/qcom/display/msm8084/libcopybit/
c2d2.h 569 * Non-blocking. All input surfaces for this target except those
581 * Blocking version, returns when blit is done.
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
c2d2.h 569 * Non-blocking. All input surfaces for this target except those
581 * Blocking version, returns when blit is done.
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
c2d2.h 569 * Non-blocking. All input surfaces for this target except those
581 * Blocking version, returns when blit is done.
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
c2d2.h 569 * Non-blocking. All input surfaces for this target except those
581 * Blocking version, returns when blit is done.
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
c2d2.h 569 * Non-blocking. All input surfaces for this target except those
581 * Blocking version, returns when blit is done.
    [all...]

Completed in 502 milliseconds

<<21222324252627282930>>