Home
last modified time | relevance | path

Searched defs:QUEUE (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfifo.hpp37 struct QUEUE struct
39 OSALIGNLINE(volatile uint32_t) mLock{0}; in OSALIGNLINE()
40 OSALIGNLINE(volatile uint32_t) mNumEntries{0}; in OSALIGNLINE()
41 std::vector<T*> mBlocks;
42 T* mCurBlock{nullptr};
43 uint32_t mHead{0};
44 uint32_t mTail{0};
45 uint32_t mCurBlockIdx{0};
48 static const uint32_t mBlockSizeShift = 6;
49 static const uint32_t mBlockSize = 1 << mBlockSizeShift;
[all …]
/third_party/node/test/parallel/
Dtest-timers-immediate-queue.js36 const QUEUE = 10; constant
Dtest-timers-immediate-queue-throw.js19 const QUEUE = 10; constant
/third_party/libuv/src/
Dqueue.h21 typedef void *QUEUE[2]; typedef
/third_party/node/deps/npm/node_modules/tar/lib/
Dparse.js45 const QUEUE = Symbol('queue') constant
Dpack.js37 const QUEUE = Symbol('queue') constant