Home
last modified time | relevance | path

Searched refs:is_sync (Results 1 – 25 of 675) sorted by relevance

12345678910>>...27

/dports/textproc/sonic/sonic-1.3.0/cargo-crates/rocksdb-0.14.0/src/
H A Dlib.rs164 fn is_sync() { in is_sync() function
167 fn is_sync<T: Sync>() { in is_sync() function
171 is_sync::<DB>(); in is_sync()
172 is_sync::<Snapshot>(); in is_sync()
173 is_sync::<Options>(); in is_sync()
174 is_sync::<ReadOptions>(); in is_sync()
175 is_sync::<WriteOptions>(); in is_sync()
176 is_sync::<BlockBasedOptions>(); in is_sync()
177 is_sync::<PlainTableFactoryOptions>(); in is_sync()
178 is_sync::<ColumnFamilyDescriptor>(); in is_sync()
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/typeck/
H A Dtypeck-default-trait-impl-negation-sync.stderr4 LL | is_sync::<MyNotSync>();
8 note: required by a bound in `is_sync`
11 LL | fn is_sync<T: Sync>() {}
12 | ^^^^ required by this bound in `is_sync`
17 LL | is_sync::<MyTypeWUnsafe>();
26 note: required by a bound in `is_sync`
29 LL | fn is_sync<T: Sync>() {}
30 | ^^^^ required by this bound in `is_sync`
35 LL | is_sync::<MyTypeManaged>();
44 note: required by a bound in `is_sync`
[all …]
H A Dtypeck-default-trait-impl-negation-sync.rs29 fn is_sync<T: Sync>() {} in is_sync() function
32 is_sync::<MySync>(); in main()
33 is_sync::<MyNotSync>(); in main()
36 is_sync::<MyTypeWUnsafe>(); in main()
39 is_sync::<MyTypeManaged>(); in main()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/maybe-async-0.2.6/.github/workflows/
H A Dlinux.yml32 - name: check build (is_sync)
36 args: --features=is_sync --all --bins --examples --tests
38 - name: tests (is_sync)
43 args: --features=is_sync --all --no-fail-fast -- --nocapture
58 - name: doc (is_sync)
64 args: --all --no-deps --features=is_sync
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/threads-sendsync/
H A Dsync-send-iterators-in-libcore.rs8 fn is_sync<T>(_: T) where T: Sync {} in is_sync() function
14 is_sync(x.$iter());
20 is_sync(x.$iter($( $param ),+));
38 is_sync((&mut x).$iter());
48 is_sync(x);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/External/ppcg/
H A Dgpu_tree.c350 int is_sync; in domain_is_sync() local
358 is_sync = gpu_tree_id_is_sync(id, kernel); in domain_is_sync()
362 return is_sync; in domain_is_sync()
371 int is_sync; in node_is_sync_filter() local
381 is_sync = domain_is_sync(domain, kernel); in node_is_sync_filter()
384 return is_sync; in node_is_sync_filter()
595 int is_sync; in gpu_tree_move_left_to_sync() local
604 while ((is_sync = node_is_sync_filter(node, kernel)) == 0) in gpu_tree_move_left_to_sync()
606 if (is_sync < 0) in gpu_tree_move_left_to_sync()
624 int is_sync; in gpu_tree_move_right_to_sync() local
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/External/ppcg/
H A Dgpu_tree.c350 int is_sync; in domain_is_sync() local
358 is_sync = gpu_tree_id_is_sync(id, kernel); in domain_is_sync()
362 return is_sync; in domain_is_sync()
371 int is_sync; in node_is_sync_filter() local
381 is_sync = domain_is_sync(domain, kernel); in node_is_sync_filter()
384 return is_sync; in node_is_sync_filter()
595 int is_sync; in gpu_tree_move_left_to_sync() local
604 while ((is_sync = node_is_sync_filter(node, kernel)) == 0) in gpu_tree_move_left_to_sync()
606 if (is_sync < 0) in gpu_tree_move_left_to_sync()
624 int is_sync; in gpu_tree_move_right_to_sync() local
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/lib/External/ppcg/
H A Dgpu_tree.c350 int is_sync; in domain_is_sync() local
358 is_sync = gpu_tree_id_is_sync(id, kernel); in domain_is_sync()
362 return is_sync; in domain_is_sync()
371 int is_sync; in node_is_sync_filter() local
381 is_sync = domain_is_sync(domain, kernel); in node_is_sync_filter()
384 return is_sync; in node_is_sync_filter()
595 int is_sync; in gpu_tree_move_left_to_sync() local
604 while ((is_sync = node_is_sync_filter(node, kernel)) == 0) in gpu_tree_move_left_to_sync()
606 if (is_sync < 0) in gpu_tree_move_left_to_sync()
624 int is_sync; in gpu_tree_move_right_to_sync() local
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/External/ppcg/
H A Dgpu_tree.c350 int is_sync; in domain_is_sync() local
358 is_sync = gpu_tree_id_is_sync(id, kernel); in domain_is_sync()
362 return is_sync; in domain_is_sync()
371 int is_sync; in node_is_sync_filter() local
381 is_sync = domain_is_sync(domain, kernel); in node_is_sync_filter()
384 return is_sync; in node_is_sync_filter()
595 int is_sync; in gpu_tree_move_left_to_sync() local
604 while ((is_sync = node_is_sync_filter(node, kernel)) == 0) in gpu_tree_move_left_to_sync()
606 if (is_sync < 0) in gpu_tree_move_left_to_sync()
624 int is_sync; in gpu_tree_move_right_to_sync() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/External/ppcg/
H A Dgpu_tree.c350 int is_sync; in domain_is_sync() local
358 is_sync = gpu_tree_id_is_sync(id, kernel); in domain_is_sync()
362 return is_sync; in domain_is_sync()
371 int is_sync; in node_is_sync_filter() local
381 is_sync = domain_is_sync(domain, kernel); in node_is_sync_filter()
384 return is_sync; in node_is_sync_filter()
595 int is_sync; in gpu_tree_move_left_to_sync() local
604 while ((is_sync = node_is_sync_filter(node, kernel)) == 0) in gpu_tree_move_left_to_sync()
606 if (is_sync < 0) in gpu_tree_move_left_to_sync()
624 int is_sync; in gpu_tree_move_right_to_sync() local
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/External/ppcg/
H A Dgpu_tree.c350 int is_sync; in domain_is_sync() local
358 is_sync = gpu_tree_id_is_sync(id, kernel); in domain_is_sync()
362 return is_sync; in domain_is_sync()
371 int is_sync; in node_is_sync_filter() local
381 is_sync = domain_is_sync(domain, kernel); in node_is_sync_filter()
384 return is_sync; in node_is_sync_filter()
595 int is_sync; in gpu_tree_move_left_to_sync() local
604 while ((is_sync = node_is_sync_filter(node, kernel)) == 0) in gpu_tree_move_left_to_sync()
606 if (is_sync < 0) in gpu_tree_move_left_to_sync()
624 int is_sync; in gpu_tree_move_right_to_sync() local
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/lib/External/ppcg/
H A Dgpu_tree.c350 int is_sync; in domain_is_sync() local
358 is_sync = gpu_tree_id_is_sync(id, kernel); in domain_is_sync()
362 return is_sync; in domain_is_sync()
371 int is_sync; in node_is_sync_filter() local
381 is_sync = domain_is_sync(domain, kernel); in node_is_sync_filter()
384 return is_sync; in node_is_sync_filter()
595 int is_sync; in gpu_tree_move_left_to_sync() local
604 while ((is_sync = node_is_sync_filter(node, kernel)) == 0) in gpu_tree_move_left_to_sync()
606 if (is_sync < 0) in gpu_tree_move_left_to_sync()
624 int is_sync; in gpu_tree_move_right_to_sync() local
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/External/ppcg/
H A Dgpu_tree.c350 int is_sync; in domain_is_sync() local
358 is_sync = gpu_tree_id_is_sync(id, kernel); in domain_is_sync()
362 return is_sync; in domain_is_sync()
371 int is_sync; in node_is_sync_filter() local
381 is_sync = domain_is_sync(domain, kernel); in node_is_sync_filter()
384 return is_sync; in node_is_sync_filter()
595 int is_sync; in gpu_tree_move_left_to_sync() local
604 while ((is_sync = node_is_sync_filter(node, kernel)) == 0) in gpu_tree_move_left_to_sync()
606 if (is_sync < 0) in gpu_tree_move_left_to_sync()
624 int is_sync; in gpu_tree_move_right_to_sync() local
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/lib/External/ppcg/
H A Dgpu_tree.c350 int is_sync; in IdentifySystem()
358 is_sync = gpu_tree_id_is_sync(id, kernel); in IdentifySystem()
362 return is_sync; in IdentifySystem()
371 int is_sync;
381 is_sync = domain_is_sync(domain, kernel);
384 return is_sync;
595 int is_sync;
604 while ((is_sync = node_is_sync_filter(node, kernel)) == 0)
606 if (is_sync < 0)
624 int is_sync;
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/async-await/
H A Dissue-64130-1-sync.stderr4 LL | is_sync(bar());
17 note: required by a bound in `is_sync`
20 LL | fn is_sync<T: Sync>(t: T) { }
21 | ^^^^ required by this bound in `is_sync`
/dports/devel/cpp-netlib/cpp-netlib-cpp-netlib-0.13.0-final/boost/network/support/
H A Dis_sync.hpp16 struct is_sync : mpl::false_ {}; struct
19 struct is_sync<Tag, struct
20 typename enable_if<typename Tag::is_sync>::type> : mpl::true_ {};
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Dsamidec.c71 int is_sync, n = ff_smil_extract_next_text_chunk(&tr, &buf, &c); in sami_read_header() local
76 is_sync = !av_strncasecmp(buf.str, "<SYNC", 5); in sami_read_header()
77 if (is_sync) in sami_read_header()
83 sub = ff_subtitles_queue_insert(&sami->q, buf.str, buf.len, !is_sync); in sami_read_header()
88 if (is_sync) { in sami_read_header()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dsamidec.c71 int is_sync, is_body, n = ff_smil_extract_next_text_chunk(&tr, &buf, &c); in sami_read_header() local
82 is_sync = !av_strncasecmp(buf.str, "<SYNC", 5); in sami_read_header()
83 if (is_sync) in sami_read_header()
89 sub = ff_subtitles_queue_insert(&sami->q, buf.str, buf.len, !is_sync); in sami_read_header()
94 if (is_sync) { in sami_read_header()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dsamidec.c71 int is_sync, is_body, n = ff_smil_extract_next_text_chunk(&tr, &buf, &c); in sami_read_header() local
82 is_sync = !av_strncasecmp(buf.str, "<SYNC", 5); in sami_read_header()
83 if (is_sync) in sami_read_header()
89 sub = ff_subtitles_queue_insert(&sami->q, buf.str, buf.len, !is_sync); in sami_read_header()
94 if (is_sync) { in sami_read_header()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Dsamidec.c71 int is_sync, n = ff_smil_extract_next_text_chunk(&tr, &buf, &c); in sami_read_header() local
76 is_sync = !av_strncasecmp(buf.str, "<SYNC", 5); in sami_read_header()
77 if (is_sync) in sami_read_header()
83 sub = ff_subtitles_queue_insert(&sami->q, buf.str, buf.len, !is_sync); in sami_read_header()
88 if (is_sync) { in sami_read_header()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dsamidec.c71 int is_sync, is_body, n = ff_smil_extract_next_text_chunk(&tr, &buf, &c); in sami_read_header() local
82 is_sync = !av_strncasecmp(buf.str, "<SYNC", 5); in sami_read_header()
83 if (is_sync) in sami_read_header()
89 sub = ff_subtitles_queue_insert(&sami->q, buf.str, buf.len, !is_sync); in sami_read_header()
94 if (is_sync) { in sami_read_header()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dsamidec.c71 int is_sync, is_body, n = ff_smil_extract_next_text_chunk(&tr, &buf, &c); in sami_read_header() local
82 is_sync = !av_strncasecmp(buf.str, "<SYNC", 5); in sami_read_header()
83 if (is_sync) in sami_read_header()
89 sub = ff_subtitles_queue_insert(&sami->q, buf.str, buf.len, !is_sync); in sami_read_header()
95 if (is_sync) { in sami_read_header()
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dsamidec.c71 int is_sync, is_body, n = ff_smil_extract_next_text_chunk(&tr, &buf, &c); in sami_read_header() local
82 is_sync = !av_strncasecmp(buf.str, "<SYNC", 5); in sami_read_header()
83 if (is_sync) in sami_read_header()
89 sub = ff_subtitles_queue_insert(&sami->q, buf.str, buf.len, !is_sync); in sami_read_header()
95 if (is_sync) { in sami_read_header()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-dtv/lib/dvbt/
H A Ddvbt_energy_dispersal_impl.cc93 int is_sync = 0; in general_work() local
96 while (is_sync == 0 && index < d_psize) { in general_work()
98 is_sync = 1; in general_work()
105 if (is_sync) { in general_work()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ipc/
H A Dipc_sync_message.cc61 if (!msg.is_sync() && !msg.is_reply()) in GetMessageId()
72 DCHECK(msg->is_sync()); in GenerateReply()
88 DCHECK(msg.is_sync() || msg.is_reply()); in ReadSyncHeader()
101 DCHECK(msg->is_sync() || msg->is_reply()); in WriteSyncHeader()

12345678910>>...27