Searched defs:Queue (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-current/contrib/googletest/googletest/samples/
H A Dsample3-inl.h72 class Queue { class
75 Queue() : head_(nullptr), last_(nullptr), size_(0) {} function in class:Queue
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DQueue.h32 class Queue : public std::enable_shared_from_this<Queue> { class in namespace:lldb_private
[all...]
/freebsd-current/contrib/ntp/include/
H A Dntp_prio_q.h31 typedef struct Queue { struct
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLatencyPriorityQueue.h43 std::vector<SUnit*> Queue; member in class:llvm::LatencyPriorityQueue
H A DResourcePriorityQueue.h48 std::vector<SUnit*> Queue; member in class:llvm::ResourcePriorityQueue
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DRetireControlUnit.h63 std::vector<RUToken> Queue; member in struct:llvm::mca::RetireControlUnit
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Deapol_test.py12 import Queue namespace
/freebsd-current/usr.sbin/ppp/
H A Dipv6cp.h56 struct mqueue Queue[2]; /* Output packet queues */ member in struct:ipv6cp
H A Dlink.h49 struct mqueue Queue[2]; /* Our output queue of mbufs */ member in struct:link
H A Dipcp.h100 struct mqueue Queue[3]; /* Output packet queues */ member in struct:ipcp
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DQueue.cpp18 Queue::Queue(ProcessSP process_sp, lldb::queue_id_t queue_id, function in class:Queue
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp57 std::deque<WorkListUnit> Queue; member in class:__anon894::BFS
92 std::deque<WorkListUnit> Queue; member in class:__anon895::BFSBlockDFSContents
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp49 std::queue<T> Queue; member in struct:DeadCodeElimination::SetQueue
/freebsd-current/contrib/sendmail/contrib/
H A Dqtool.pl997 package Queue; package
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/DirectoryWatcher/mac/
H A DDirectoryWatcher-mac.cpp70 dispatch_release(Queue); variable
74 dispatch_queue_t Queue; member in class:__anon648::DirectoryWatcherMac
220 dispatch_queue_t Queue = local
48 DirectoryWatcherMac( dispatch_queue_t Queue, FSEventStreamRef EventStream, std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, llvm::StringRef WatchedDirPath) argument
160 createFSEventStream( StringRef Path, std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, dispatch_queue_t Queue) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp67 Queue; member in class:__anon1843::RABasic
H A DRegAllocGreedy.h184 PQueue Queue; member in class:llvm::RAGreedy
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp30 typedef simple_ilist<Candidate> Queue; typedef in class:__anon2413::GCNILPScheduler
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DParallel.cpp137 auto &Queue = Sequential ? WorkQueueSequential : WorkQueue; local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSCCIterator.h350 std::queue<NodeType *> Queue; local
/freebsd-current/contrib/llvm-project/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp140 EventQueue Queue; member in class:__anon566::DirectoryWatcherLinux
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h84 std::queue<ContextTrieNode *> Queue; local
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp587 SmallVector<WriteOperation, 7> Queue; local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp344 SmallVector<ModuleFile *, 4> Queue; local
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp47 SmallVector<SUnit *, 16> Queue; member in struct:__anon1953::FastPriorityQueue

Completed in 302 milliseconds

12