HomeSort by relevance Sort by last modified time
    Searched full:signaled (Results 101 - 125 of 389) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium/chrome/browser/webdata/
web_data_service_unittest.cc 175 // The event will be signaled when the mock observer is notified.
200 // The event will be signaled when the mock observer is notified.
217 // The event will be signaled when the mock observer is notified.
232 // The event will be signaled when the mock observer is notified.
250 // The event will be signaled when the mock observer is notified.
  /external/chromium_org/base/timer/
timer_unittest.cc 174 bool signaled() const { return signaled_; } function in class:__anon6401::DelayTimerTarget
198 ASSERT_FALSE(target.signaled());
214 ASSERT_TRUE(target.signaled());
225 ASSERT_FALSE(target_->signaled());
256 ASSERT_TRUE(target.signaled());
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api.h 283 // Map of request_id -> bit vector of EventTypes already signaled
379 // Sets the flag that |event_type| has been signaled for |request_id|.
383 // Clears the flag that |event_type| has been signaled for |request_id|.
401 // Returns true if |request| was already signaled to some event handlers.
413 // signaled and should not be sent again.
  /external/chromium_org/components/autofill/core/browser/webdata/
web_data_service_unittest.cc 255 // The event will be signaled when the mock observer is notified.
280 // The event will be signaled when the mock observer is notified.
293 // The event will be signaled when the mock observer is notified.
309 // The event will be signaled when the mock observer is notified.
323 // The event will be signaled when the mock observer is notified.
  /external/chromium/base/synchronization/
condition_variable_win.cc 38 Broadcast(); // Make sure all waiting threads have been signaled.
131 // Note that there is a tiny chance that the cv_event is still signaled when we
290 original waiting threads have been signaled).
300 signaled thread (SetEvent()'s may be discarded after the first!), and
326 e) The waiting cv_event (step b) is now signaled, but no thread is
330 be signaled (spuriously).
362 thread *can* now be signaled by a call to Broadcast() or Signal().
waitable_event_watcher_posix.cc 206 // event because the event was already signaled when StartWatching was
235 // Case 2: the waiter hasn't been signaled yet; it was still on the wait
238 // signaled)
245 // Case 3: the waiter isn't on the wait-list, thus it was signaled. It may
  /external/chromium_org/base/synchronization/
condition_variable_win.cc 230 Broadcast(); // Make sure all waiting threads have been signaled.
324 // Note that there is a tiny chance that the cv_event is still signaled when we
483 original waiting threads have been signaled).
493 signaled thread (SetEvent()'s may be discarded after the first!), and
519 e) The waiting cv_event (step b) is now signaled, but no thread is
523 be signaled (spuriously).
555 thread *can* now be signaled by a call to Broadcast() or Signal().
waitable_event_watcher_posix.cc 197 // event because the event was already signaled when StartWatching was
226 // Case 2: the waiter hasn't been signaled yet; it was still on the wait
229 // signaled)
236 // Case 3: the waiter isn't on the wait-list, thus it was signaled. It may
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
vmwgfx_drm.h 254 * fence seqno that when signaled, indicates that the command buffer has
295 * whether a fence has signaled the EXEC flag. Note that @seqno will
298 * so far. This can be used to mark user-space fence objects as signaled, and
614 * Checks if a fence object is signaled..
622 * @signaled: Out: Flags signaled.
633 int32_t signaled; member in struct:drm_vmw_fence_signaled_arg
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmwgfx_drm.h 254 * fence seqno that when signaled, indicates that the command buffer has
295 * whether a fence has signaled the EXEC flag. Note that @seqno will
298 * so far. This can be used to mark user-space fence objects as signaled, and
614 * Checks if a fence object is signaled..
622 * @signaled: Out: Flags signaled.
633 int32_t signaled; member in struct:drm_vmw_fence_signaled_arg
  /external/e2fsprogs/e2fsck/
e2fsck.h 163 #define E2F_FLAG_ABORT 0x0001 /* Abort signaled */
164 #define E2F_FLAG_CANCEL 0x0002 /* Cancel signaled */
166 #define E2F_FLAG_RESTART 0x0004 /* Restart signaled */
  /art/runtime/
thread_list.h 135 // Signaled when threads terminate. Used to determine when all non-daemons have terminated.
  /development/host/windows/usb/api/
adb_io_completion.h 45 @param[in] event_hndl Event handle that should be signaled when I/O
adb_legacy_io_completion.h 43 @param[in] event_hndl Event handle that should be signaled when I/O
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemFallback.java 83 * be signaled. The content of an xsl:fallback element is a template.
  /external/chromium/chrome/browser/net/
cookie_policy_browsertest.cc 54 false /* not initially signaled */);
  /external/chromium/chrome/browser/
process_singleton_uitest.cc 40 : ready_event_(false /* manual */, false /* signaled */),
41 done_event_(false /* manual */, false /* signaled */),
137 // We use a manual reset so that all threads wake up at once when signaled
139 : threads_waker_(true /* manual */, false /* signaled */) {
  /external/chromium_org/base/win/
object_watcher.cc 33 // Since our job is to just notice when an object is signaled and report the
  /external/chromium_org/chrome/browser/chromeos/policy/
device_cloud_policy_manager_chromeos.h 104 // Handles completion signaled by |enrollment_handler_|.
  /external/chromium_org/chrome/browser/
process_singleton_browsertest.cc 40 : ready_event_(false /* manual */, false /* signaled */),
41 done_event_(false /* manual */, false /* signaled */),
136 // We use a manual reset so that all threads wake up at once when signaled
138 : threads_waker_(true /* manual */, false /* signaled */) {
  /external/chromium_org/media/audio/win/
wavein_input_win.h 120 // An event that is signaled when the callback thread is ready to stop.
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_mutex_init.c 116 PTW32_FALSE, /* initial state = not signaled */
  /external/chromium_org/ppapi/shared_impl/
ppb_audio_shared.h 23 // Implements the logic to map shared memory and run the audio thread signaled
  /external/chromium_org/sandbox/win/src/
broker_services.h 81 // Handle to a manual-reset event that is signaled when the total target
  /external/chromium_org/third_party/WebKit/Source/wtf/
ThreadingPrimitives.h 118 // Returns true if the condition was signaled before absoluteTime, false if the absoluteTime was reached or is in the past.

Completed in 1396 milliseconds

1 2 3 45 6 7 8 91011>>