Home
last modified time | relevance | path

Searched refs:queue_tail (Results 1 – 25 of 342) sorted by relevance

12345678910>>...14

/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/util/
H A DAsyncDispatcher.java31 private LinkedList<AERunnable> queue_tail; field in AsyncDispatcher
91 if ( queue_tail == null ){ in dispatch()
93 queue_tail = new LinkedList<AERunnable>(); in dispatch()
100 queue_tail.add( 0, queue_head ); in dispatch()
106 queue_tail.add( num_priority-1, target ); in dispatch()
113 queue_tail.add( target ); in dispatch()
135 queue_tail = null; in dispatch()
144 if ( queue_tail != null && !queue_tail.isEmpty()){ in dispatch()
146 queue_head = queue_tail.removeFirst(); in dispatch()
195 if ( queue_tail != null ){ in getQueueSize()
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/parking_lot_core-0.6.2/src/
H A Dword_lock.rs31 queue_tail: Cell<*const ThreadData>, field
42 queue_tail: Cell::new(ptr::null()), in new()
144 thread_data.queue_tail.set(thread_data); in lock_slow()
147 thread_data.queue_tail.set(ptr::null()); in lock_slow()
203 let mut queue_tail; in unlock_slow() localVariable
206 queue_tail = unsafe { (*current).queue_tail.get() }; in unlock_slow()
207 if !queue_tail.is_null() { in unlock_slow()
220 (*queue_head).queue_tail.set(queue_tail); in unlock_slow()
243 let new_tail = unsafe { (*queue_tail).prev.get() }; in unlock_slow()
269 (*queue_head).queue_tail.set(new_tail); in unlock_slow()
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/parking_lot_core-0.8.3/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/sccache/sccache-0.2.15/cargo-crates/parking_lot_core-0.6.2/src/
H A Dword_lock.rs31 queue_tail: Cell<*const ThreadData>, field
42 queue_tail: Cell::new(ptr::null()), in new()
144 thread_data.queue_tail.set(thread_data); in lock_slow()
147 thread_data.queue_tail.set(ptr::null()); in lock_slow()
203 let mut queue_tail; in unlock_slow() localVariable
206 queue_tail = unsafe { (*current).queue_tail.get() }; in unlock_slow()
207 if !queue_tail.is_null() { in unlock_slow()
220 (*queue_head).queue_tail.set(queue_tail); in unlock_slow()
243 let new_tail = unsafe { (*queue_tail).prev.get() }; in unlock_slow()
269 (*queue_head).queue_tail.set(new_tail); in unlock_slow()
[all …]
/dports/devel/rust-cbindgen/cbindgen-0.20.0/cargo-crates/parking_lot_core-0.7.2/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/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/parking_lot_core-0.2.14/src/
H A Dword_lock.rs33 queue_tail: Cell<*const ThreadData>, field
42 queue_tail: Cell::new(ptr::null()), in new()
149 thread_data.queue_tail.set(thread_data); in lock_slow()
152 thread_data.queue_tail.set(ptr::null()); in lock_slow()
205 let mut queue_tail; in unlock_slow() localVariable
208 queue_tail = (*current).queue_tail.get(); in unlock_slow()
209 if !queue_tail.is_null() { in unlock_slow()
219 (*queue_head).queue_tail.set(queue_tail); in unlock_slow()
241 let new_tail = (*queue_tail).prev.get(); in unlock_slow()
266 (*queue_head).queue_tail.set(new_tail); in unlock_slow()
[all …]
/dports/shells/nsh/nsh-0.4.2/cargo-crates/parking_lot_core-0.8.3/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-mgmt/nfs-exporter/freebsd-nfs-exporter-0.3.0/cargo-crates/parking_lot_core-0.6.2/src/
H A Dword_lock.rs31 queue_tail: Cell<*const ThreadData>, field
42 queue_tail: Cell::new(ptr::null()), in new()
144 thread_data.queue_tail.set(thread_data); in lock_slow()
147 thread_data.queue_tail.set(ptr::null()); in lock_slow()
203 let mut queue_tail; in unlock_slow() localVariable
206 queue_tail = unsafe { (*current).queue_tail.get() }; in unlock_slow()
207 if !queue_tail.is_null() { in unlock_slow()
220 (*queue_head).queue_tail.set(queue_tail); in unlock_slow()
243 let new_tail = unsafe { (*queue_tail).prev.get() }; in unlock_slow()
269 (*queue_head).queue_tail.set(new_tail); in unlock_slow()
[all …]
/dports/editors/kibi/kibi-0.2.2/cargo-crates/parking_lot_core-0.7.2/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.6.2/src/
H A Dword_lock.rs31 queue_tail: Cell<*const ThreadData>, field
42 queue_tail: Cell::new(ptr::null()), in new()
144 thread_data.queue_tail.set(thread_data); in lock_slow()
147 thread_data.queue_tail.set(ptr::null()); in lock_slow()
203 let mut queue_tail; in unlock_slow() localVariable
206 queue_tail = unsafe { (*current).queue_tail.get() }; in unlock_slow()
207 if !queue_tail.is_null() { in unlock_slow()
220 (*queue_head).queue_tail.set(queue_tail); in unlock_slow()
243 let new_tail = unsafe { (*queue_tail).prev.get() }; in unlock_slow()
269 (*queue_head).queue_tail.set(new_tail); in unlock_slow()
[all …]
/dports/www/rearx/rearx-0.1.4/cargo-crates/parking_lot_core-0.8.3/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/vector/vector-0.10.0/cargo-crates/parking_lot_core-0.6.2/src/
H A Dword_lock.rs31 queue_tail: Cell<*const ThreadData>, field
42 queue_tail: Cell::new(ptr::null()), in new()
144 thread_data.queue_tail.set(thread_data); in lock_slow()
147 thread_data.queue_tail.set(ptr::null()); in lock_slow()
203 let mut queue_tail; in unlock_slow() localVariable
206 queue_tail = unsafe { (*current).queue_tail.get() }; in unlock_slow()
207 if !queue_tail.is_null() { in unlock_slow()
220 (*queue_head).queue_tail.set(queue_tail); in unlock_slow()
243 let new_tail = unsafe { (*queue_tail).prev.get() }; in unlock_slow()
269 (*queue_head).queue_tail.set(new_tail); in unlock_slow()
[all …]
/dports/sysutils/diskonaut/diskonaut-0.11.0/cargo-crates/parking_lot_core-0.7.2/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/lewton/lewton-0.10.2/cargo-crates/parking_lot_core-0.2.14/src/
H A Dword_lock.rs33 queue_tail: Cell<*const ThreadData>, field
42 queue_tail: Cell::new(ptr::null()), in new()
149 thread_data.queue_tail.set(thread_data); in lock_slow()
152 thread_data.queue_tail.set(ptr::null()); in lock_slow()
205 let mut queue_tail; in unlock_slow() localVariable
208 queue_tail = (*current).queue_tail.get(); in unlock_slow()
209 if !queue_tail.is_null() { in unlock_slow()
219 (*queue_head).queue_tail.set(queue_tail); in unlock_slow()
241 let new_tail = (*queue_tail).prev.get(); in unlock_slow()
266 (*queue_head).queue_tail.set(new_tail); in unlock_slow()
[all …]
/dports/devel/tokei/tokei-12.1.2/cargo-crates/parking_lot_core-0.8.0/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/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/parking_lot_core-0.4.0/src/
H A Dword_lock.rs33 queue_tail: Cell<*const ThreadData>, field
42 queue_tail: Cell::new(ptr::null()), in new()
150 thread_data.queue_tail.set(thread_data); in lock_slow()
153 thread_data.queue_tail.set(ptr::null()); in lock_slow()
206 let mut queue_tail; in unlock_slow() localVariable
209 queue_tail = (*current).queue_tail.get(); in unlock_slow()
210 if !queue_tail.is_null() { in unlock_slow()
220 (*queue_head).queue_tail.set(queue_tail); in unlock_slow()
242 let new_tail = (*queue_tail).prev.get(); in unlock_slow()
267 (*queue_head).queue_tail.set(new_tail); in unlock_slow()
[all …]
/dports/editors/xi-term/xi-term-d264767/cargo-crates/parking_lot_core-0.4.0/src/
H A Dword_lock.rs33 queue_tail: Cell<*const ThreadData>, field
42 queue_tail: Cell::new(ptr::null()), in new()
150 thread_data.queue_tail.set(thread_data); in lock_slow()
153 thread_data.queue_tail.set(ptr::null()); in lock_slow()
206 let mut queue_tail; in unlock_slow() localVariable
209 queue_tail = (*current).queue_tail.get(); in unlock_slow()
210 if !queue_tail.is_null() { in unlock_slow()
220 (*queue_head).queue_tail.set(queue_tail); in unlock_slow()
242 let new_tail = (*queue_tail).prev.get(); in unlock_slow()
267 (*queue_head).queue_tail.set(new_tail); in unlock_slow()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/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/net/proby/proby-1.0.2/cargo-crates/parking_lot_core-0.8.0/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/graphics/viu/viu-1.1/cargo-crates/parking_lot_core-0.7.2/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/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/parking_lot_core-0.7.1/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/mail/thunderbird/thunderbird-91.8.0/third_party/rust/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/devel/desed/desed-1.2.0/cargo-crates/parking_lot_core-0.7.2/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/texlab/texlab-3.3.0/cargo-crates/parking_lot_core-0.2.14/src/
H A Dword_lock.rs33 queue_tail: Cell<*const ThreadData>, field
42 queue_tail: Cell::new(ptr::null()), in new()
149 thread_data.queue_tail.set(thread_data); in lock_slow()
152 thread_data.queue_tail.set(ptr::null()); in lock_slow()
205 let mut queue_tail; in unlock_slow() localVariable
208 queue_tail = (*current).queue_tail.get(); in unlock_slow()
209 if !queue_tail.is_null() { in unlock_slow()
219 (*queue_head).queue_tail.set(queue_tail); in unlock_slow()
241 let new_tail = (*queue_tail).prev.get(); in unlock_slow()
266 (*queue_head).queue_tail.set(new_tail); in unlock_slow()
[all …]
/dports/devel/texlab/texlab-3.3.0/cargo-crates/parking_lot_core-0.8.3/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 …]

12345678910>>...14