HomeSort by relevance Sort by last modified time
    Searched refs:CancellationFlag (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/synchronization/
cancellation_flag.h 13 // CancellationFlag".
14 // TODO(fdoray): Replace CancellationFlag with AtomicFlag throughout the
16 class CancellationFlag : public AtomicFlag {};
  /external/libchrome/base/task/
cancelable_task_tracker.cc 24 void RunIfNotCanceled(const CancellationFlag* flag, OnceClosure task) {
29 void RunIfNotCanceledThenUntrack(const CancellationFlag* flag,
36 bool IsCanceled(const CancellationFlag* flag,
41 void RunAndDeleteFlag(OnceClosure closure, const CancellationFlag* flag) {
87 CancellationFlag* flag = new CancellationFlag();
115 CancellationFlag* flag = new CancellationFlag();
164 void CancelableTaskTracker::Track(TaskId id, CancellationFlag* flag) {
cancelable_task_tracker.h 54 class CancellationFlag;
139 void Track(TaskId id, CancellationFlag* flag);
146 small_map<std::map<TaskId, CancellationFlag*>, 4> task_flags_;

Completed in 209 milliseconds