Home
last modified time | relevance | path

Searched defs:queue (Results 1 – 25 of 8876) sorted by relevance

12345678910>>...356

/dports/graphics/svgbob/svgbob-c3e84c87094550d8cdc6fc48b40a00712b2951cb/svgbob_cli/cargo-crates/pest-0.3.3/tests/
H A Dlua.rs162 let queue = vec![ localVariable
178 let queue = vec![ localVariable
199 let queue = vec![ localVariable
220 let queue = vec![ localVariable
238 let queue = vec![ localVariable
258 let queue = vec![ localVariable
275 let queue = vec![ localVariable
297 let queue = vec![ localVariable
316 let queue = vec![ localVariable
337 let queue = vec![ localVariable
[all …]
H A Dgrammar.rs46 let queue = vec![ in basic() localVariable
66 let queue = vec![ in fail() localVariable
86 let queue = vec![ in rep_zero_empty() localVariable
99 let queue = vec![ in rep_zero_long() localVariable
139 let queue = vec![ in rep_one_long() localVariable
167 let queue = vec![ in opt_empty() localVariable
181 let queue = vec![ in opt_right() localVariable
195 let queue = vec![ in opt_wrong() localVariable
209 let queue = vec![ in pres_right() localVariable
237 let queue = vec![ in abs_right() localVariable
[all …]
H A Djson.rs46 let queue = vec![ localVariable
60 let queue = vec![ localVariable
74 let queue = vec![ localVariable
89 let queue = vec![ localVariable
104 let queue = vec![ localVariable
121 let queue = vec![ localVariable
138 let queue = vec![ localVariable
153 let queue = vec![ localVariable
171 let queue = vec![ localVariable
192 let queue = vec![ localVariable
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/
H A Dqueue.go67 type queue struct { struct
96 lock *sync.Mutex
97 active *sync.Cond
98 closed bool
122 func (q *queue) Reset() {
148 func (q *queue) Close() {
156 func (q *queue) PendingHeaders() int {
164 func (q *queue) PendingBlocks() int {
172 func (q *queue) PendingReceipts() int {
190 func (q *queue) InFlightBlocks() bool {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/eth/downloader/
H A Dqueue.go111 type queue struct { struct
140 lock *sync.RWMutex
141 active *sync.Cond
142 closed bool
144 lastStatLog time.Time
188 func (q *queue) Close() {
196 func (q *queue) PendingHeaders() int {
204 func (q *queue) PendingBodies() int {
212 func (q *queue) PendingReceipts() int {
221 func (q *queue) InFlightBlocks() bool {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/les/downloader/
H A Dqueue.go112 type queue struct { struct
138 lock *sync.RWMutex
139 active *sync.Cond
140 closed bool
142 lastStatLog time.Time
184 func (q *queue) Close() {
192 func (q *queue) PendingHeaders() int {
200 func (q *queue) PendingBlocks() int {
208 func (q *queue) PendingReceipts() int {
226 func (q *queue) InFlightBlocks() bool {
[all …]
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgqueue.c86 g_queue_free (GQueue *queue) in g_queue_free()
127 g_queue_init (GQueue *queue) in g_queue_init()
145 g_queue_clear (GQueue *queue) in g_queue_clear()
184 g_queue_is_empty (GQueue *queue) in g_queue_is_empty()
218 g_queue_reverse (GQueue *queue) in g_queue_reverse()
239 g_queue_copy (GQueue *queue) in g_queue_copy()
269 g_queue_foreach (GQueue *queue, in g_queue_foreach()
541 g_queue_pop_head (GQueue *queue) in g_queue_pop_head()
644 g_queue_pop_tail (GQueue *queue) in g_queue_pop_tail()
679 g_queue_pop_nth (GQueue *queue, in g_queue_pop_nth()
[all …]
H A Dgasyncqueue.c99 GQueue queue; member
139 GAsyncQueue *queue; in g_async_queue_new_full() local
162 g_async_queue_ref (GAsyncQueue *queue) in g_async_queue_ref()
223 g_async_queue_unref (GAsyncQueue *queue) in g_async_queue_unref()
254 g_async_queue_lock (GAsyncQueue *queue) in g_async_queue_lock()
272 g_async_queue_unlock (GAsyncQueue *queue) in g_async_queue_unlock()
287 g_async_queue_push (GAsyncQueue *queue, in g_async_queue_push()
446 g_async_queue_pop (GAsyncQueue *queue) in g_async_queue_pop()
489 g_async_queue_try_pop (GAsyncQueue *queue) in g_async_queue_try_pop()
678 g_async_queue_length (GAsyncQueue *queue) in g_async_queue_length()
[all …]
/dports/graphics/cogl/cogl-1.22.8/deps/glib/
H A Dgqueue.c80 g_queue_free (GQueue *queue) in g_queue_free()
100 g_queue_init (GQueue *queue) in g_queue_init()
118 g_queue_clear (GQueue *queue) in g_queue_clear()
135 g_queue_is_empty (GQueue *queue) in g_queue_is_empty()
153 g_queue_get_length (GQueue *queue) in g_queue_get_length()
169 g_queue_reverse (GQueue *queue) in g_queue_reverse()
190 g_queue_copy (GQueue *queue) in g_queue_copy()
217 g_queue_foreach (GQueue *queue, in g_queue_foreach()
489 g_queue_pop_head (GQueue *queue) in g_queue_pop_head()
627 g_queue_pop_nth (GQueue *queue, in g_queue_pop_nth()
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/internal/fuzz/
H A Dqueue.go14 type queue struct { struct
19 elems []any
20 head, len int
23 func (q *queue) cap() int {
27 func (q *queue) grow() {
42 func (q *queue) enqueue(e any) {
51 func (q *queue) dequeue() (any, bool) {
62 func (q *queue) peek() (any, bool) {
69 func (q *queue) clear() {
/dports/devel/pecl-ds/ds-1.3.0/src/ds/
H A Dds_queue.c12 ds_queue_t *queue = ecalloc(1, sizeof(ds_queue_t)); in ds_queue_ex() local
22 ds_queue_t *ds_queue_clone(ds_queue_t *queue) in ds_queue_clone()
27 void ds_queue_free(ds_queue_t *queue) in ds_queue_free()
38 zend_long ds_queue_capacity(ds_queue_t *queue) in ds_queue_capacity()
43 void ds_queue_push(ds_queue_t *queue, VA_PARAMS) in ds_queue_push()
48 void ds_queue_push_one(ds_queue_t *queue, zval *value) in ds_queue_push_one()
53 void ds_queue_clear(ds_queue_t *queue) in ds_queue_clear()
58 void ds_queue_push_all(ds_queue_t *queue, zval *value) in ds_queue_push_all()
87 void ds_queue_pop(ds_queue_t *queue, zval *return_value) in ds_queue_pop()
92 zval *ds_queue_peek_throw(ds_queue_t *queue) in ds_queue_peek_throw()
[all …]
/dports/mail/mailhog/MailHog-1.0.0/vendor/gopkg.in/mgo.v2/
H A Dqueue.go29 type queue struct { struct
30 elems []interface{}
31 nelems, popi, pushi int
34 func (q *queue) Len() int {
38 func (q *queue) Push(elem interface{}) {
51 func (q *queue) Pop() (elem interface{}) {
66 func (q *queue) expand() {
/dports/security/vault/vault-1.8.2/vendor/gopkg.in/mgo.v2/
H A Dqueue.go29 type queue struct { struct
30 elems []interface{}
31 nelems, popi, pushi int
34 func (q *queue) Len() int {
38 func (q *queue) Push(elem interface{}) {
51 func (q *queue) Pop() (elem interface{}) {
66 func (q *queue) expand() {
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/gopkg.in/mgo.v2/
H A Dqueue.go29 type queue struct { struct
30 elems []interface{}
31 nelems, popi, pushi int
34 func (q *queue) Len() int {
38 func (q *queue) Push(elem interface{}) {
51 func (q *queue) Pop() (elem interface{}) {
66 func (q *queue) expand() {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/gopkg.in/mgo.v2/
H A Dqueue.go29 type queue struct { struct
30 elems []interface{}
31 nelems, popi, pushi int
34 func (q *queue) Len() int {
38 func (q *queue) Push(elem interface{}) {
51 func (q *queue) Pop() (elem interface{}) {
66 func (q *queue) expand() {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/gopkg.in/mgo.v2-unstable/
H A Dqueue.go29 type queue struct { struct
30 elems []interface{}
31 nelems, popi, pushi int
34 func (q *queue) Len() int {
38 func (q *queue) Push(elem interface{}) {
51 func (q *queue) Pop() (elem interface{}) {
66 func (q *queue) expand() {
/dports/misc/concourse/vault-bdd38fca2cff/vendor/gopkg.in/mgo.v2/
H A Dqueue.go29 type queue struct { struct
30 elems []interface{}
31 nelems, popi, pushi int
34 func (q *queue) Len() int {
38 func (q *queue) Push(elem interface{}) {
51 func (q *queue) Pop() (elem interface{}) {
66 func (q *queue) expand() {
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/gopkg.in/mgo.v2/
H A Dqueue.go29 type queue struct { struct
30 elems []interface{}
31 nelems, popi, pushi int
34 func (q *queue) Len() int {
38 func (q *queue) Push(elem interface{}) {
51 func (q *queue) Pop() (elem interface{}) {
66 func (q *queue) expand() {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/gopkg.in/mgo.v2/
H A Dqueue.go29 type queue struct { struct
30 elems []interface{}
31 nelems, popi, pushi int
34 func (q *queue) Len() int {
38 func (q *queue) Push(elem interface{}) {
51 func (q *queue) Pop() (elem interface{}) {
66 func (q *queue) expand() {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/gopkg.in/mgo.v2/
H A Dqueue.go29 type queue struct { struct
30 elems []interface{}
31 nelems, popi, pushi int
34 func (q *queue) Len() int {
38 func (q *queue) Push(elem interface{}) {
51 func (q *queue) Pop() (elem interface{}) {
66 func (q *queue) expand() {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/gopkg.in/mgo.v2/
H A Dqueue.go29 type queue struct { struct
30 elems []interface{}
31 nelems, popi, pushi int
34 func (q *queue) Len() int {
38 func (q *queue) Push(elem interface{}) {
51 func (q *queue) Pop() (elem interface{}) {
66 func (q *queue) expand() {
/dports/misc/perkeep/perkeep-0.11/vendor/gopkg.in/mgo.v2/
H A Dqueue.go29 type queue struct { struct
30 elems []interface{}
31 nelems, popi, pushi int
34 func (q *queue) Len() int {
38 func (q *queue) Push(elem interface{}) {
51 func (q *queue) Pop() (elem interface{}) {
66 func (q *queue) expand() {
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/gopkg.in/mgo.v2/
H A Dqueue.go29 type queue struct { struct
30 elems []interface{}
31 nelems, popi, pushi int
34 func (q *queue) Len() int {
38 func (q *queue) Push(elem interface{}) {
51 func (q *queue) Pop() (elem interface{}) {
66 func (q *queue) expand() {
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/gopkg.in/mgo.v2/
H A Dqueue.go29 type queue struct { struct
30 elems []interface{}
31 nelems, popi, pushi int
34 func (q *queue) Len() int {
38 func (q *queue) Push(elem interface{}) {
51 func (q *queue) Pop() (elem interface{}) {
66 func (q *queue) expand() {
/dports/sysutils/gomplate/vault-sdk-v0.1.13/vendor/gopkg.in/mgo.v2/
H A Dqueue.go29 type queue struct { struct
30 elems []interface{}
31 nelems, popi, pushi int
34 func (q *queue) Len() int {
38 func (q *queue) Push(elem interface{}) {
51 func (q *queue) Pop() (elem interface{}) {
66 func (q *queue) expand() {

12345678910>>...356