Home
last modified time | relevance | path

Searched refs:before_join (Results 1 – 24 of 24) sorted by relevance

/dports/www/p5-HTML5-DOM/HTML5-DOM-1.25/third_party/modest/source/mycore/
H A Dmythread.c68 mythread_quit(mythread, before_join, ctx); in mythread_destroy()
129 mystatus_t mythread_join(mythread_t *mythread, mythread_callback_before_entry_join_f before_join, v… in mythread_join() argument
132 if(before_join) in mythread_join()
133 before_join(mythread, &mythread->entries[i], ctx); in mythread_join()
142 mystatus_t mythread_quit(mythread_t *mythread, mythread_callback_before_entry_join_f before_join, v… in mythread_quit() argument
148 if(before_join) in mythread_quit()
149 before_join(mythread, &mythread->entries[i], ctx); in mythread_quit()
245 if(before_join) in mythread_entry_join()
246 before_join(entry->context.mythread, entry, ctx); in mythread_entry_join()
256 if(before_join) in mythread_entry_quit()
[all …]
H A Dmythread.h104 …ad_destroy(mythread_t *mythread, mythread_callback_before_entry_join_f before_join, void* ctx, boo…
109 mystatus_t mythread_join(mythread_t *mythread, mythread_callback_before_entry_join_f before_join, v…
110 mystatus_t mythread_quit(mythread_t *mythread, mythread_callback_before_entry_join_f before_join, v…
122 …_entry_join(mythread_entry_t* entry, mythread_callback_before_entry_join_f before_join, void* ctx);
123 …_entry_quit(mythread_entry_t* entry, mythread_callback_before_entry_join_f before_join, void* ctx);
/dports/devel/py-taskflow/taskflow-4.6.3/taskflow/utils/
H A Dthreading_utils.py87 before_join=None, after_join=None): argument
100 if before_join is None:
101 before_join = no_op
106 before_join, after_join)
151 builder.before_join(thread)
/dports/www/p5-HTML5-DOM/HTML5-DOM-1.25/third_party/modest/include/mycore/
H A Dmythread.h104 …ad_destroy(mythread_t *mythread, mythread_callback_before_entry_join_f before_join, void* ctx, boo…
109 mystatus_t mythread_join(mythread_t *mythread, mythread_callback_before_entry_join_f before_join, v…
110 mystatus_t mythread_quit(mythread_t *mythread, mythread_callback_before_entry_join_f before_join, v…
122 …_entry_join(mythread_entry_t* entry, mythread_callback_before_entry_join_f before_join, void* ctx);
123 …_entry_quit(mythread_entry_t* entry, mythread_callback_before_entry_join_f before_join, void* ctx);
/dports/devel/py-taskflow/taskflow-4.6.3/taskflow/tests/unit/
H A Dtest_utils_threading_utils.py90 def before_join(i, t): function
102 before_join=functools.partial(before_join, i),
134 def before_join(t): function
146 before_join=before_join,
/dports/devel/py-gevent/gevent-21.8.0/benchmarks/
H A Dbench_spawn.py72 before_join = perf_counter()
74 join_duration = perf_counter() - before_join
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Domp-low.c4951 gimple_seq before_join = NULL; in lower_oacc_reductions() local
5137 gimplify_assign (v3, fini_call, &before_join); in lower_oacc_reductions()
5147 gimple_seq_add_seq (join_seq, before_join); in lower_oacc_reductions()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Domp-low.c4931 gimple_seq before_join = NULL; in lower_oacc_reductions() local
5117 gimplify_assign (v3, fini_call, &before_join); in lower_oacc_reductions()
5127 gimple_seq_add_seq (join_seq, before_join); in lower_oacc_reductions()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Domp-low.c4951 gimple_seq before_join = NULL; in lower_oacc_reductions() local
5137 gimplify_assign (v3, fini_call, &before_join); in lower_oacc_reductions()
5147 gimple_seq_add_seq (join_seq, before_join); in lower_oacc_reductions()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Domp-low.c4951 gimple_seq before_join = NULL; in lower_oacc_reductions() local
5137 gimplify_assign (v3, fini_call, &before_join); in lower_oacc_reductions()
5147 gimple_seq_add_seq (join_seq, before_join); in lower_oacc_reductions()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Domp-low.c4951 gimple_seq before_join = NULL; in lower_oacc_reductions() local
5137 gimplify_assign (v3, fini_call, &before_join); in lower_oacc_reductions()
5147 gimple_seq_add_seq (join_seq, before_join); in lower_oacc_reductions()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Domp-low.c4952 gimple_seq before_join = NULL; in lower_oacc_reductions() local
5138 gimplify_assign (v3, fini_call, &before_join); in lower_oacc_reductions()
5148 gimple_seq_add_seq (join_seq, before_join); in lower_oacc_reductions()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Domp-low.c5655 gimple_seq before_join = NULL; in lower_oacc_reductions() local
5841 gimplify_assign (v3, fini_call, &before_join); in lower_oacc_reductions()
5851 gimple_seq_add_seq (join_seq, before_join); in lower_oacc_reductions()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Domp-low.c5580 gimple_seq before_join = NULL; in lower_oacc_reductions() local
5766 gimplify_assign (v3, fini_call, &before_join); in lower_oacc_reductions()
5776 gimple_seq_add_seq (join_seq, before_join); in lower_oacc_reductions()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Domp-low.c5655 gimple_seq before_join = NULL; in lower_oacc_reductions() local
5841 gimplify_assign (v3, fini_call, &before_join); in lower_oacc_reductions()
5851 gimple_seq_add_seq (join_seq, before_join); in lower_oacc_reductions()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Domp-low.c6692 gimple_seq before_join = NULL; in lower_oacc_reductions() local
6880 gimplify_assign (v3, fini_call, &before_join); in lower_oacc_reductions()
6890 gimple_seq_add_seq (join_seq, before_join); in lower_oacc_reductions()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Domp-low.c7110 gimple_seq before_join = NULL; in lower_oacc_reductions() local
7304 gimplify_assign (v3, fini_call, &before_join); in lower_oacc_reductions()
7314 gimple_seq_add_seq (join_seq, before_join); in lower_oacc_reductions()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Domp-low.c6711 gimple_seq before_join = NULL; in lower_oacc_reductions() local
6903 gimplify_assign (v3, fini_call, &before_join); in lower_oacc_reductions()
6913 gimple_seq_add_seq (join_seq, before_join); in lower_oacc_reductions()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Domp-low.c7110 gimple_seq before_join = NULL; in lower_oacc_reductions() local
7304 gimplify_assign (v3, fini_call, &before_join); in lower_oacc_reductions()
7314 gimple_seq_add_seq (join_seq, before_join); in lower_oacc_reductions()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Domp-low.c6711 gimple_seq before_join = NULL; in lower_oacc_reductions() local
6903 gimplify_assign (v3, fini_call, &before_join); in lower_oacc_reductions()
6913 gimple_seq_add_seq (join_seq, before_join); in lower_oacc_reductions()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Domp-low.c7110 gimple_seq before_join = NULL; in lower_oacc_reductions() local
7304 gimplify_assign (v3, fini_call, &before_join); in lower_oacc_reductions()
7314 gimple_seq_add_seq (join_seq, before_join); in lower_oacc_reductions()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Domp-low.c7382 gimple_seq before_join = NULL; in lower_oacc_reductions() local
7576 gimplify_assign (v3, fini_call, &before_join); in lower_oacc_reductions()
7588 gimple_seq_add_seq (join_seq, before_join); in lower_oacc_reductions()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Domp-low.c5604 gimple_seq before_join = NULL; in lower_oacc_reductions() local
5779 gimplify_assign (v3, fini_call, &before_join); in lower_oacc_reductions()
5789 gimple_seq_add_seq (join_seq, before_join); in lower_oacc_reductions()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Domp-low.c5604 gimple_seq before_join = NULL; in lower_oacc_reductions() local
5779 gimplify_assign (v3, fini_call, &before_join); in lower_oacc_reductions()
5789 gimple_seq_add_seq (join_seq, before_join); in lower_oacc_reductions()