Home | History | Annotate | Download | only in message_loop

Lines Matching full:that

2 // Use of this source code is governed by a BSD-style license that can be
32 // AddToIncomingQueue() or TryAddToIncomingQueue() to make sure that posting
43 // Returns true if the queue contains tasks that require higher than default
51 // from the thread that is running the loop. Returns the number of tasks that
68 // |pending_task->task|. This is needed to ensure that the posting call stack
75 // Number of tasks that require high resolution timing. This value is kept
76 // so that ReloadWorkQueue() completes in constant time.
79 // The lock that protects access to the members of this class, except
83 // Lock that protects |message_loop_| to prevent it from being deleted while a
87 // An incoming queue of tasks that are acquired under a mutex for processing
92 // Points to the message loop that owns |this|.