/art/runtime/ |
thread_list.cc | 139 ss << "Thread suspend timeout\n"; 159 // Call a checkpoint function for each thread, threads which are suspend get their checkpoint 185 // Run the checkpoint on ourself while we wait for threads to suspend. 202 << " ms for thread suspend\n"; 215 // suspend count. Now the suspend_count_ is lowered so we must do the broadcast. 239 // Update global suspend all state for attaching threads. 241 // Increment everybody's suspend count (except our own). 246 VLOG(threads) << "requesting thread suspend: " << *thread; 280 // Update global suspend all state for attaching threads. 282 // Decrement the suspend counts for all threads [all...] |
thread_list.h | 43 void DumpLocked(std::ostream& os) // For thread suspend timeout dumps. 63 // of the suspend check. Returns how many checkpoints we should expect to run. 131 // Ongoing suspend all requests, used to ensure threads added to list_ respect SuspendAll.
|
signal_catcher.h | 30 * example, when a SIGQUIT (Ctrl-\) arrives, we suspend and dump the
|
/external/bluetooth/bluedroid/bta/include/ |
bta_av_api.h | 69 #define BTA_AV_FEAT_NO_SCO_SSPD 0x8000 /* Do not suspend av streaming as to AG events(SCO or Call) */ 245 #define BTA_AV_SUSPEND_EVT 15 /* suspend response */ 309 BOOLEAN initiator; /* TRUE, if local device initiates the SUSPEND */ 442 tBTA_AV_SUSPEND suspend; member in union:__anon387 616 ** If suspend is TRUE, this function sends AVDT suspend signal 622 BTA_API void BTA_AvStop(BOOLEAN suspend); 629 ** If suspend is TRUE, this function tries the suspend/reconfigure 631 ** If suspend is FALSE or when suspend/reconfigure fails [all...] |
/external/chromium_org/v8/test/mjsunit/ |
debug-suspend.js | 37 var base_suspend_request = '"seq":0,"type":"request","command":"suspend"' 77 // Test simple suspend request. 91 // Stop debugger and check that suspend command changes running flag.
|
/external/v8/test/mjsunit/ |
debug-suspend.js | 37 var base_suspend_request = '"seq":0,"type":"request","command":"suspend"' 77 // Test simple suspend request. 91 // Stop debugger and check that suspend command changes running flag.
|
/system/core/healthd/ |
healthd.h | 28 // suspend, or in suspend and connected to a charger (to watch for battery 32 // periodic_chores_interval_slow is used when the device is in suspend and
|
/bionic/libc/kernel/common/linux/ |
sysdev.h | 29 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_class 47 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_driver
|
platform_device.h | 37 int (*suspend)(struct platform_device *, pm_message_t state); member in struct:platform_driver
|
/external/chromium_org/base/power_monitor/ |
power_monitor_device_source_win.cc | 26 case PBT_APMRESUMEAUTOMATIC: // Resume from suspend. 27 //case PBT_APMRESUMESUSPEND: // User-initiated resume from suspend.
|
/external/chromium_org/content/renderer/media/ |
video_capture_impl_manager.cc | 40 void VideoCaptureImplManager::SuspendDevices(bool suspend) { 43 it->second->vc->SuspendCapture(suspend);
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
ActiveDOMObject.h | 41 // the suspend state with that in ExecutionContext. 56 virtual void suspend();
|
/external/kernel-headers/original/linux/ |
sysdev.h | 35 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_class 70 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_driver
|
android_power.h | 40 void (*suspend)(android_early_suspend_t *h); member in struct:android_early_suspend
|
platform_device.h | 51 int (*suspend)(struct platform_device *, pm_message_t state); member in struct:platform_driver
|
/dalvik/vm/jdwp/ |
JdwpEvent.cpp | 46 myself" message to the debugger. Before it manages to suspend itself, the 51 for the event thread to suspend itself (and, potentially, all other threads) 59 - If I'm going to suspend, grab the "I am posting an event" token. Wait 62 - If appropriate, suspend others and then myself. As part of suspending 74 events with a "suspend all" clause 76 - thread A wants to suspend all other threads, but thread B is waiting 83 will cause thread B to suspend (remember, thread A's global suspend is 577 * SP_EVENT_THREAD - suspend ourselves 578 * SP_ALL - suspend everybody except JDWP support threa [all...] |
/art/runtime/entrypoints/quick/ |
quick_thread_entrypoints.cc | 33 // Called when suspend count check value is 0 and thread->suspend_count_ != 0
|
/device/samsung/manta/ |
init.smdk5250.rc | 27 # HACK, suspend is broken. remove me when it's fixed
|
/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
power.html | 6 and eventually suspend the system.
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
EventTypeNames.in | 171 suspend
|
/external/chromium_org/ui/gl/ |
sync_control_vsync_provider.h | 38 // between monitors, suspend and resume, etc.).
|
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
gki_int.h | 39 int no_timer_suspend; /* 1: no suspend, 0 stop calling GKI_timer_update() */
|
/external/libnfc-nci/src/gki/ulinux/ |
gki_int.h | 39 int no_timer_suspend; /* 1: no suspend, 0 stop calling GKI_timer_update() */
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_SemTryWait.3 | 3 SDL_SemTryWait \- Attempt to lock a semaphore but don\&'t suspend the thread\&.
|
SDL_SemWait.3 | 3 SDL_SemWait \- Lock a semaphore and suspend the thread if the semaphore value is zero\&.
|