Home
last modified time | relevance | path

Searched refs:queue_tail (Results 51 – 75 of 342) sorted by relevance

12345678910>>...14

/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/parking_lot_core-0.8.5/src/
H A Dword_lock.rs31 queue_tail: Cell<*const ThreadData>, field
42 queue_tail: Cell::new(ptr::null()), in new()
147 thread_data.queue_tail.set(thread_data); in lock_slow()
150 thread_data.queue_tail.set(ptr::null()); in lock_slow()
206 let mut queue_tail; in unlock_slow() localVariable
209 queue_tail = unsafe { (*current).queue_tail.get() }; in unlock_slow()
210 if !queue_tail.is_null() { in unlock_slow()
223 (*queue_head).queue_tail.set(queue_tail); in unlock_slow()
246 let new_tail = unsafe { (*queue_tail).prev.get() }; in unlock_slow()
272 (*queue_head).queue_tail.set(new_tail); in unlock_slow()
[all …]
/dports/editors/helix/helix-0.5.0/cargo-crates/parking_lot_core-0.8.5/src/
H A Dword_lock.rs31 queue_tail: Cell<*const ThreadData>, field
42 queue_tail: Cell::new(ptr::null()), in new()
147 thread_data.queue_tail.set(thread_data); in lock_slow()
150 thread_data.queue_tail.set(ptr::null()); in lock_slow()
206 let mut queue_tail; in unlock_slow() localVariable
209 queue_tail = unsafe { (*current).queue_tail.get() }; in unlock_slow()
210 if !queue_tail.is_null() { in unlock_slow()
223 (*queue_head).queue_tail.set(queue_tail); in unlock_slow()
246 let new_tail = unsafe { (*queue_tail).prev.get() }; in unlock_slow()
272 (*queue_head).queue_tail.set(new_tail); in unlock_slow()
[all …]
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/parking_lot_core-0.8.5/src/
H A Dword_lock.rs31 queue_tail: Cell<*const ThreadData>, field
42 queue_tail: Cell::new(ptr::null()), in new()
147 thread_data.queue_tail.set(thread_data); in lock_slow()
150 thread_data.queue_tail.set(ptr::null()); in lock_slow()
206 let mut queue_tail; in unlock_slow() localVariable
209 queue_tail = unsafe { (*current).queue_tail.get() }; in unlock_slow()
210 if !queue_tail.is_null() { in unlock_slow()
223 (*queue_head).queue_tail.set(queue_tail); in unlock_slow()
246 let new_tail = unsafe { (*queue_tail).prev.get() }; in unlock_slow()
272 (*queue_head).queue_tail.set(new_tail); in unlock_slow()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/parking_lot_core/src/
H A Dword_lock.rs36 queue_tail: Cell<*const ThreadData>, field
45 queue_tail: Cell::new(ptr::null()), in new()
152 thread_data.queue_tail.set(thread_data); in lock_slow()
155 thread_data.queue_tail.set(ptr::null()); in lock_slow()
208 let mut queue_tail; in unlock_slow() localVariable
211 queue_tail = (*current).queue_tail.get(); in unlock_slow()
212 if !queue_tail.is_null() { in unlock_slow()
222 (*queue_head).queue_tail.set(queue_tail); in unlock_slow()
244 let new_tail = (*queue_tail).prev.get(); in unlock_slow()
269 (*queue_head).queue_tail.set(new_tail); in unlock_slow()
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/parking_lot_core/src/
H A Dword_lock.rs31 queue_tail: Cell<*const ThreadData>, field
42 queue_tail: Cell::new(ptr::null()), in new()
147 thread_data.queue_tail.set(thread_data); in lock_slow()
150 thread_data.queue_tail.set(ptr::null()); in lock_slow()
206 let mut queue_tail; in unlock_slow() localVariable
209 queue_tail = unsafe { (*current).queue_tail.get() }; in unlock_slow()
210 if !queue_tail.is_null() { in unlock_slow()
223 (*queue_head).queue_tail.set(queue_tail); in unlock_slow()
246 let new_tail = unsafe { (*queue_tail).prev.get() }; in unlock_slow()
272 (*queue_head).queue_tail.set(new_tail); in unlock_slow()
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/parking_lot_core-0.8.5/src/
H A Dword_lock.rs31 queue_tail: Cell<*const ThreadData>, field
42 queue_tail: Cell::new(ptr::null()), in new()
147 thread_data.queue_tail.set(thread_data); in lock_slow()
150 thread_data.queue_tail.set(ptr::null()); in lock_slow()
206 let mut queue_tail; in unlock_slow() localVariable
209 queue_tail = unsafe { (*current).queue_tail.get() }; in unlock_slow()
210 if !queue_tail.is_null() { in unlock_slow()
223 (*queue_head).queue_tail.set(queue_tail); in unlock_slow()
246 let new_tail = unsafe { (*queue_tail).prev.get() }; in unlock_slow()
272 (*queue_head).queue_tail.set(new_tail); in unlock_slow()
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/parking_lot_core-0.8.5/src/
H A Dword_lock.rs31 queue_tail: Cell<*const ThreadData>, field
42 queue_tail: Cell::new(ptr::null()), in new()
147 thread_data.queue_tail.set(thread_data); in lock_slow()
150 thread_data.queue_tail.set(ptr::null()); in lock_slow()
206 let mut queue_tail; in unlock_slow() localVariable
209 queue_tail = unsafe { (*current).queue_tail.get() }; in unlock_slow()
210 if !queue_tail.is_null() { in unlock_slow()
223 (*queue_head).queue_tail.set(queue_tail); in unlock_slow()
246 let new_tail = unsafe { (*queue_tail).prev.get() }; in unlock_slow()
272 (*queue_head).queue_tail.set(new_tail); in unlock_slow()
[all …]
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/parking_lot_core-0.5.0/src/
H A Dword_lock.rs31 queue_tail: Cell<*const ThreadData>, field
42 queue_tail: Cell::new(ptr::null()), in new()
148 thread_data.queue_tail.set(thread_data); in lock_slow()
151 thread_data.queue_tail.set(ptr::null()); in lock_slow()
208 let mut queue_tail; in unlock_slow() localVariable
211 queue_tail = unsafe { (*current).queue_tail.get() }; in unlock_slow()
212 if !queue_tail.is_null() { in unlock_slow()
225 (*queue_head).queue_tail.set(queue_tail); in unlock_slow()
248 let new_tail = unsafe { (*queue_tail).prev.get() }; in unlock_slow()
274 (*queue_head).queue_tail.set(new_tail); in unlock_slow()
[all …]
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/parking_lot_core-0.8.5/src/
H A Dword_lock.rs31 queue_tail: Cell<*const ThreadData>, field
42 queue_tail: Cell::new(ptr::null()), in new()
147 thread_data.queue_tail.set(thread_data); in lock_slow()
150 thread_data.queue_tail.set(ptr::null()); in lock_slow()
206 let mut queue_tail; in unlock_slow() localVariable
209 queue_tail = unsafe { (*current).queue_tail.get() }; in unlock_slow()
210 if !queue_tail.is_null() { in unlock_slow()
223 (*queue_head).queue_tail.set(queue_tail); in unlock_slow()
246 let new_tail = unsafe { (*queue_tail).prev.get() }; in unlock_slow()
272 (*queue_head).queue_tail.set(new_tail); in unlock_slow()
[all …]
/dports/net/krill/krill-0.9.4/cargo-crates/parking_lot_core-0.8.5/src/
H A Dword_lock.rs31 queue_tail: Cell<*const ThreadData>, field
42 queue_tail: Cell::new(ptr::null()), in new()
147 thread_data.queue_tail.set(thread_data); in lock_slow()
150 thread_data.queue_tail.set(ptr::null()); in lock_slow()
206 let mut queue_tail; in unlock_slow() localVariable
209 queue_tail = unsafe { (*current).queue_tail.get() }; in unlock_slow()
210 if !queue_tail.is_null() { in unlock_slow()
223 (*queue_head).queue_tail.set(queue_tail); in unlock_slow()
246 let new_tail = unsafe { (*queue_tail).prev.get() }; in unlock_slow()
272 (*queue_head).queue_tail.set(new_tail); in unlock_slow()
[all …]
/dports/misc/xplr/xplr-0.17.0/cargo-crates/parking_lot_core-0.8.5/src/
H A Dword_lock.rs31 queue_tail: Cell<*const ThreadData>, field
42 queue_tail: Cell::new(ptr::null()), in new()
147 thread_data.queue_tail.set(thread_data); in lock_slow()
150 thread_data.queue_tail.set(ptr::null()); in lock_slow()
206 let mut queue_tail; in unlock_slow() localVariable
209 queue_tail = unsafe { (*current).queue_tail.get() }; in unlock_slow()
210 if !queue_tail.is_null() { in unlock_slow()
223 (*queue_head).queue_tail.set(queue_tail); in unlock_slow()
246 let new_tail = unsafe { (*queue_tail).prev.get() }; in unlock_slow()
272 (*queue_head).queue_tail.set(new_tail); in unlock_slow()
[all …]
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/parking_lot_core-0.8.5/src/
H A Dword_lock.rs31 queue_tail: Cell<*const ThreadData>, field
42 queue_tail: Cell::new(ptr::null()), in new()
147 thread_data.queue_tail.set(thread_data); in lock_slow()
150 thread_data.queue_tail.set(ptr::null()); in lock_slow()
206 let mut queue_tail; in unlock_slow() localVariable
209 queue_tail = unsafe { (*current).queue_tail.get() }; in unlock_slow()
210 if !queue_tail.is_null() { in unlock_slow()
223 (*queue_head).queue_tail.set(queue_tail); in unlock_slow()
246 let new_tail = unsafe { (*queue_tail).prev.get() }; in unlock_slow()
272 (*queue_head).queue_tail.set(new_tail); in unlock_slow()
[all …]
/dports/net/oha/oha-0.4.7/cargo-crates/parking_lot_core-0.8.5/src/
H A Dword_lock.rs31 queue_tail: Cell<*const ThreadData>, field
42 queue_tail: Cell::new(ptr::null()), in new()
147 thread_data.queue_tail.set(thread_data); in lock_slow()
150 thread_data.queue_tail.set(ptr::null()); in lock_slow()
206 let mut queue_tail; in unlock_slow() localVariable
209 queue_tail = unsafe { (*current).queue_tail.get() }; in unlock_slow()
210 if !queue_tail.is_null() { in unlock_slow()
223 (*queue_head).queue_tail.set(queue_tail); in unlock_slow()
246 let new_tail = unsafe { (*queue_tail).prev.get() }; in unlock_slow()
272 (*queue_head).queue_tail.set(new_tail); in unlock_slow()
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/parking_lot_core-0.8.5/src/
H A Dword_lock.rs31 queue_tail: Cell<*const ThreadData>, field
42 queue_tail: Cell::new(ptr::null()), in new()
147 thread_data.queue_tail.set(thread_data); in lock_slow()
150 thread_data.queue_tail.set(ptr::null()); in lock_slow()
206 let mut queue_tail; in unlock_slow() localVariable
209 queue_tail = unsafe { (*current).queue_tail.get() }; in unlock_slow()
210 if !queue_tail.is_null() { in unlock_slow()
223 (*queue_head).queue_tail.set(queue_tail); in unlock_slow()
246 let new_tail = unsafe { (*queue_tail).prev.get() }; in unlock_slow()
272 (*queue_head).queue_tail.set(new_tail); in unlock_slow()
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/parking_lot_core-0.8.5/src/
H A Dword_lock.rs31 queue_tail: Cell<*const ThreadData>, field
42 queue_tail: Cell::new(ptr::null()), in new()
147 thread_data.queue_tail.set(thread_data); in lock_slow()
150 thread_data.queue_tail.set(ptr::null()); in lock_slow()
206 let mut queue_tail; in unlock_slow() localVariable
209 queue_tail = unsafe { (*current).queue_tail.get() }; in unlock_slow()
210 if !queue_tail.is_null() { in unlock_slow()
223 (*queue_head).queue_tail.set(queue_tail); in unlock_slow()
246 let new_tail = unsafe { (*queue_tail).prev.get() }; in unlock_slow()
272 (*queue_head).queue_tail.set(new_tail); in unlock_slow()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/parking_lot_core/src/
H A Dword_lock.rs31 queue_tail: Cell<*const ThreadData>, field
42 queue_tail: Cell::new(ptr::null()), in new()
147 thread_data.queue_tail.set(thread_data); in lock_slow()
150 thread_data.queue_tail.set(ptr::null()); in lock_slow()
206 let mut queue_tail; in unlock_slow() localVariable
209 queue_tail = unsafe { (*current).queue_tail.get() }; in unlock_slow()
210 if !queue_tail.is_null() { in unlock_slow()
223 (*queue_head).queue_tail.set(queue_tail); in unlock_slow()
246 let new_tail = unsafe { (*queue_tail).prev.get() }; in unlock_slow()
272 (*queue_head).queue_tail.set(new_tail); in unlock_slow()
[all …]
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/parking_lot_core-0.8.5/src/
H A Dword_lock.rs31 queue_tail: Cell<*const ThreadData>, field
42 queue_tail: Cell::new(ptr::null()), in new()
147 thread_data.queue_tail.set(thread_data); in lock_slow()
150 thread_data.queue_tail.set(ptr::null()); in lock_slow()
206 let mut queue_tail; in unlock_slow() localVariable
209 queue_tail = unsafe { (*current).queue_tail.get() }; in unlock_slow()
210 if !queue_tail.is_null() { in unlock_slow()
223 (*queue_head).queue_tail.set(queue_tail); in unlock_slow()
246 let new_tail = unsafe { (*queue_tail).prev.get() }; in unlock_slow()
272 (*queue_head).queue_tail.set(new_tail); in unlock_slow()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/parking_lot_core-0.8.5/src/
H A Dword_lock.rs31 queue_tail: Cell<*const ThreadData>, in main()
42 queue_tail: Cell::new(ptr::null()), in main()
147 thread_data.queue_tail.set(thread_data);
150 thread_data.queue_tail.set(ptr::null());
206 let mut queue_tail;
209 queue_tail = unsafe { (*current).queue_tail.get() };
210 if !queue_tail.is_null() {
223 (*queue_head).queue_tail.set(queue_tail);
246 let new_tail = unsafe { (*queue_tail).prev.get() };
272 (*queue_head).queue_tail.set(new_tail);
[all …]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/parking_lot_core-0.8.5/src/
H A Dword_lock.rs31 queue_tail: Cell<*const ThreadData>, field
42 queue_tail: Cell::new(ptr::null()), in new()
147 thread_data.queue_tail.set(thread_data); in lock_slow()
150 thread_data.queue_tail.set(ptr::null()); in lock_slow()
206 let mut queue_tail; in unlock_slow() localVariable
209 queue_tail = unsafe { (*current).queue_tail.get() }; in unlock_slow()
210 if !queue_tail.is_null() { in unlock_slow()
223 (*queue_head).queue_tail.set(queue_tail); in unlock_slow()
246 let new_tail = unsafe { (*queue_tail).prev.get() }; in unlock_slow()
272 (*queue_head).queue_tail.set(new_tail); in unlock_slow()
[all …]
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/parking_lot_core-0.8.5/src/
H A Dword_lock.rs31 queue_tail: Cell<*const ThreadData>, field
42 queue_tail: Cell::new(ptr::null()), in new()
147 thread_data.queue_tail.set(thread_data); in lock_slow()
150 thread_data.queue_tail.set(ptr::null()); in lock_slow()
206 let mut queue_tail; in unlock_slow() localVariable
209 queue_tail = unsafe { (*current).queue_tail.get() }; in unlock_slow()
210 if !queue_tail.is_null() { in unlock_slow()
223 (*queue_head).queue_tail.set(queue_tail); in unlock_slow()
246 let new_tail = unsafe { (*queue_tail).prev.get() }; in unlock_slow()
272 (*queue_head).queue_tail.set(new_tail); in unlock_slow()
[all …]
/dports/games/nazghul/nazghul-0.7.1/src/
H A Dangband.c336 int queue_tail = 0; in vinfo_init() local
413 queue[queue_tail++] = &vinfo[0]; in vinfo_init()
416 while (queue_head < queue_tail) { in vinfo_init()
475 vinfo[queue_tail].grid[0] = g; in vinfo_init()
476 queue[queue_tail] = &vinfo[queue_tail]; in vinfo_init()
477 queue_tail++; in vinfo_init()
491 vinfo[queue_tail].grid[0] = g; in vinfo_init()
492 queue[queue_tail] = &vinfo[queue_tail]; in vinfo_init()
493 queue_tail++; in vinfo_init()
705 int queue_tail = 0; in update_view() local
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/gamesequence/
H A Dgamesequence.cpp32 int queue_tail; member
193 gs[i].queue_tail = 0; in gameseq_init()
213 Assert(gs[gs_current_stack].queue_tail < MAX_GAMESEQ_EVENTS); in gameseq_post_event()
214 gs[gs_current_stack].event_queue[gs[gs_current_stack].queue_tail++] = event; in gameseq_post_event()
215 if ( gs[gs_current_stack].queue_tail == MAX_GAMESEQ_EVENTS ) in gameseq_post_event()
216 gs[gs_current_stack].queue_tail = 0; in gameseq_post_event()
225 if ( gs[gs_current_stack].queue_head == gs[gs_current_stack].queue_tail ) in gameseq_get_event()
317 gs[gs_current_stack].queue_tail = 0; in gameseq_push_state()
351 while(gs[gs_current_stack+1].queue_head != gs[gs_current_stack+1].queue_tail){ in gameseq_pop_state()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/gamesequence/
H A Dgamesequence.cpp32 int queue_tail, queue_head; member
192 gs[i].queue_tail=0; in gameseq_init()
215 Assert(gs[gs_current_stack].queue_tail < MAX_GAMESEQ_EVENTS); in gameseq_post_event()
216 gs[gs_current_stack].event_queue[gs[gs_current_stack].queue_tail++] = event; in gameseq_post_event()
217 if ( gs[gs_current_stack].queue_tail == MAX_GAMESEQ_EVENTS ) in gameseq_post_event()
218 gs[gs_current_stack].queue_tail = 0; in gameseq_post_event()
227 if ( gs[gs_current_stack].queue_head == gs[gs_current_stack].queue_tail ) in gameseq_get_event()
315 gs[gs_current_stack].queue_tail = 0; in gameseq_push_state()
348 while(gs[gs_current_stack+1].queue_head != gs[gs_current_stack+1].queue_tail){ in gameseq_pop_state()
/dports/net/chrony/chrony-4.2/
H A Dntp_signd.c87 #define IS_QUEUE_EMPTY() (queue_head == queue_tail)
92 static unsigned int queue_tail; variable
116 queue_head = queue_tail = 0; in close_socket()
272 queue_head = queue_tail = 0; in NSD_Initialise()
302 if (queue_head == NEXT_QUEUE_INDEX(queue_tail)) { in NSD_SignAndSendPacket()
315 inst = ARR_GetElement(queue, queue_tail); in NSD_SignAndSendPacket()
326 inst->request.packet_id = htons(queue_tail); in NSD_SignAndSendPacket()
336 queue_tail = NEXT_QUEUE_INDEX(queue_tail); in NSD_SignAndSendPacket()
338 DEBUG_LOG("Packet added to signd queue (%u:%u)", queue_head, queue_tail); in NSD_SignAndSendPacket()
/dports/net/chrony-lite/chrony-4.2/
H A Dntp_signd.c87 #define IS_QUEUE_EMPTY() (queue_head == queue_tail)
92 static unsigned int queue_tail; variable
116 queue_head = queue_tail = 0; in close_socket()
272 queue_head = queue_tail = 0; in NSD_Initialise()
302 if (queue_head == NEXT_QUEUE_INDEX(queue_tail)) { in NSD_SignAndSendPacket()
315 inst = ARR_GetElement(queue, queue_tail); in NSD_SignAndSendPacket()
326 inst->request.packet_id = htons(queue_tail); in NSD_SignAndSendPacket()
336 queue_tail = NEXT_QUEUE_INDEX(queue_tail); in NSD_SignAndSendPacket()
338 DEBUG_LOG("Packet added to signd queue (%u:%u)", queue_head, queue_tail); in NSD_SignAndSendPacket()

12345678910>>...14