HomeSort by relevance Sort by last modified time
    Searched full:suspend (Results 576 - 600 of 1100) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
aio.h 164 /* Suspend calling thread until at least one of the asynchronous I/O
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
aio.h 164 /* Suspend calling thread until at least one of the asynchronous I/O
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ad1848.h 152 void (*suspend)(struct snd_ad1848 *chip); member in struct:snd_ad1848
cs4231.h 106 void (*suspend) (struct snd_cs4231 *chip); member in struct:snd_cs4231
cs46xx_dsp_task_types.h 67 #define SUSPEND_ACTIVE_INCREMENT 2 /* Cause execution to suspend in the task tree thread
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
aio.h 164 /* Suspend calling thread until at least one of the asynchronous I/O
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ad1848.h 152 void (*suspend)(struct snd_ad1848 *chip); member in struct:snd_ad1848
cs4231.h 106 void (*suspend) (struct snd_cs4231 *chip); member in struct:snd_cs4231
cs46xx_dsp_task_types.h 67 #define SUSPEND_ACTIVE_INCREMENT 2 /* Cause execution to suspend in the task tree thread
  /system/core/sh/
error.h 76 * These macros allow the user to suspend the handling of interrupt signals
  /external/jpeg/
jdhuff.c 305 /* We fail to do so only if we hit a marker or are forced to suspend. */
347 * once we have hit a marker, we cannot need to suspend within the
465 * Returns FALSE if must suspend.
610 /* Process restart marker if needed; may have to suspend */
729 /* Process restart marker if needed; may have to suspend */
jdmarker.c 146 * If must suspend, take the specified action (typically "return FALSE").
173 * If return FALSE, was forced to suspend before reaching end of
184 * suspend, the marker processor updates the restart point to the end of
274 if (cinfo->comp_info == NULL) /* do only once, even if suspend */
799 /* If there's not at least one byte in buffer, suspend */
874 * Returns FALSE if had to suspend before reaching a marker;
    [all...]
  /external/qemu/distrib/jpeg-6b/
jdhuff.c 305 /* We fail to do so only if we hit a marker or are forced to suspend. */
347 * once we have hit a marker, we cannot need to suspend within the
465 * Returns FALSE if must suspend.
610 /* Process restart marker if needed; may have to suspend */
729 /* Process restart marker if needed; may have to suspend */
jdmarker.c 146 * If must suspend, take the specified action (typically "return FALSE").
173 * If return FALSE, was forced to suspend before reaching end of
184 * suspend, the marker processor updates the restart point to the end of
274 if (cinfo->comp_info == NULL) /* do only once, even if suspend */
791 /* If there's not at least one byte in buffer, suspend */
866 * Returns FALSE if had to suspend before reaching a marker;
    [all...]
  /art/runtime/
thread.cc 522 LOG(ERROR) << *thread << " suspend count already zero.";
588 ATRACE_BEGIN("Full suspend check");
591 // Transition back to runnable noting requests to suspend, re-acquire share on mutator_lock_.
617 LOG(WARNING) << "No such thread for suspend: " << peer;
620 LOG(WARNING) << "No such thread for suspend: " << peer << ":" << scoped_name_chars.c_str();
633 // Runnable above. As the suspend count is now raised if this is the current thread
634 // it will self suspend on transition to Runnable, making it hard to work with. It's simpler
636 CHECK_NE(thread, soa.Self()) << "Attempt to suspend the current thread for the debugger";
637 // If thread is suspended (perhaps it was already not Runnable but didn't have a suspend
    [all...]
  /dalvik/vm/
Init.cpp 351 } else if (strcmp(name, "suspend") == 0) {
357 ALOGE("JDWP option 'suspend' must be 'y' or 'n'");
399 * "transport=dt_socket,address=8000,server=y,suspend=n"
    [all...]
Ddm.cpp 445 * Suspend the thread, pull out the stack trace, then resume the thread
447 * our own stack trace, skip the suspend/resume.
  /art/compiler/dex/quick/mips/
int_mips.cc 305 // Test suspend flag, return target of taken suspend branch
  /device/lge/hammerhead/overlay/frameworks/base/core/res/res/values/
config.xml 224 <!-- Indicate whether to allow the device to suspend when the screen is off
227 Otherwise, the device may fail to wake out of suspend reliably.
  /device/lge/mako/overlay/frameworks/base/core/res/res/values/
config.xml 255 <!-- Indicate whether to allow the device to suspend when the screen is off
258 Otherwise, the device may fail to wake out of suspend reliably.
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_bgconn.c 523 ** Description This function is to suspend an active background connection
549 ** Description This function is to suspend white list related activity
  /external/chromium/net/http/
http_cache.h 189 virtual void Suspend(bool suspend);
  /external/chromium_org/remoting/host/win/
launch_process_with_token.cc 179 // structure and resume the process if the caller didn't want to suspend it.
241 // Resume the thread if the caller didn't want to suspend the process.
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCPeerConnection.cpp 626 void RTCPeerConnection::suspend() function in class:WebCore::RTCPeerConnection
628 m_dispatchScheduledEventRunner.suspend();
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
NewWebSocketChannelImpl.cpp 245 void NewWebSocketChannelImpl::suspend() function in class:WebCore::NewWebSocketChannelImpl
247 WTF_LOG(Network, "NewWebSocketChannelImpl %p suspend()", this);

Completed in 2968 milliseconds

<<21222324252627282930>>