Home
last modified time | relevance | path

Searched refs:other_tid (Results 1 – 20 of 20) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/thread-id/src/
H A Dlib.rs65 let other_tid = rx.recv().unwrap(); in distinct_threads_have_distinct_ids() localVariable
66 assert!(main_tid != other_tid); in distinct_threads_have_distinct_ids()
/dports/net/rabbiteer/rabbiteer-rs-c881238/cargo-crates/thread-id-2.0.0/src/
H A Dlib.rs65 let other_tid = rx.recv().unwrap(); in distinct_threads_have_distinct_ids() localVariable
66 assert!(main_tid != other_tid); in distinct_threads_have_distinct_ids()
/dports/editors/xi-term/xi-term-d264767/cargo-crates/thread-id-3.3.0/src/
H A Dlib.rs75 let other_tid = rx.recv().unwrap(); in distinct_threads_have_distinct_ids() localVariable
76 assert!(main_tid != other_tid); in distinct_threads_have_distinct_ids()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/thread-id-3.3.0/src/
H A Dlib.rs75 let other_tid = rx.recv().unwrap(); in distinct_threads_have_distinct_ids() localVariable
76 assert!(main_tid != other_tid); in distinct_threads_have_distinct_ids()
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/stats/
H A Dtimer_stat.cc65 const std::thread::id other_tid = start_times_kv.first; in end_timer() local
70 if (other_tid == tid) in end_timer()
/dports/science/nest/nest-simulator-3.1/nestkernel/
H A Dsource_table.cpp523 …for ( thread other_tid = tid + 1; other_tid < static_cast< thread >( compressible_sources_.size() … in fill_compressed_spike_data() local
524 ++other_tid ) in fill_compressed_spike_data()
526 auto other_it = compressible_sources_[ other_tid ][ syn_id ].find( it->first ); in fill_compressed_spike_data()
527 if ( other_it != compressible_sources_[ other_tid ][ syn_id ].end() ) in fill_compressed_spike_data()
530 compressible_sources_[ other_tid ][ syn_id ].erase( other_it ); in fill_compressed_spike_data()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/drd/
H A Ddrd_error.h148 DrdThreadId other_tid; member
H A Ddrd_error.c391 what_prefix, bei->other_tid, what_suffix); in drd_tool_error_pp()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/drd/
H A Ddrd_error.h148 DrdThreadId other_tid; member
H A Ddrd_error.c391 what_prefix, bei->other_tid, what_suffix); in drd_tool_error_pp()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_teleport.cpp590 bool EV_TeleportOther (int other_tid, int dest_tid, bool fog) in EV_TeleportOther() argument
594 if (other_tid != 0 && dest_tid != 0) in EV_TeleportOther()
597 FActorIterator iterator (other_tid); in EV_TeleportOther()
H A Dp_spec.h922 bool EV_TeleportOther (int other_tid, int dest_tid, bool fog);
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/test/
H A Dtrace_event_analyzer_unittest.cc173 Query other_tid = Query::OtherTidIs(other.thread.thread_id); in TEST_F() local
200 EXPECT_TRUE(other_tid.Evaluate(event)); in TEST_F()
/dports/games/vavoom/vavoom-1.33/utils/editing/wauthor/
H A Dvheretic.wcf427 0x04c 11 TeleportOther( other_tid, dest_tid, fog, -, - )
H A Dvdoom.wcf431 0x04c 11 TeleportOther( other_tid, dest_tid, fog, -, - )
H A Dvdoom2.wcf461 0x04c 11 TeleportOther( other_tid, dest_tid, fog, -, - )
H A Dvhexen.wcf564 0x04c 11 TeleportOther( other_tid, dest_tid, fog, -, - )
H A Dvstrife.wcf589 0x04c 11 TeleportOther( other_tid, dest_tid, fog, -, - )
/dports/games/vavoom/vavoom-1.33/progs/common/linespec/
H A DLineSpecialLevelInfo.vc5346 // Teleport anything matching other_tid to dest_tid
/dports/lang/spidermonkey60/firefox-60.9.0/build/debian-packages/
H A Dvalgrind-wheezy.diff2429 + what_prefix, bei->other_tid, what_suffix);