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

  /external/chromium_org/native_client_sdk/src/examples/api/input_event/
shared_queue.h 31 // used; LockingQueue needs to use the pthread_mutex_t directly in
55 // LockingQueue contains a collection of <T>, such as a collection of
59 template <class T> class LockingQueue {
61 LockingQueue() : quit_(false) {
67 ~LockingQueue() { pthread_mutex_destroy(&queue_mutex_); }
input_event.cc 323 LockingQueue<Event*> event_queue_;

Completed in 40 milliseconds