Home
last modified time | relevance | path

Searched refs:after_join (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/py-taskflow/taskflow-4.6.3/taskflow/utils/
H A Dthreading_utils.py87 before_join=None, after_join=None): argument
102 if after_join is None:
103 after_join = no_op
106 before_join, after_join)
155 builder.after_join(thread)
/dports/devel/py-taskflow/taskflow-4.6.3/taskflow/tests/unit/
H A Dtest_utils_threading_utils.py97 def after_join(i, t): function
103 after_join=functools.partial(after_join, i),
141 def after_join(t): function
147 after_join=after_join,
/dports/www/elixir-phoenix/phoenix-1.3.3/priv/templates/phx.gen.presence/
H A Dpresence.ex17 send(self, :after_join)
21 def handle_info(:after_join, socket) do
/dports/www/elixir-phoenix/phoenix-1.3.3/guides/docs/
H A Dpresence.md84 send(self(), :after_join)
88 def handle_info(:after_join, socket) do
/dports/www/elixir-phoenix/phoenix-1.3.3/test/phoenix/integration/
H A Dwebsocket_test.exs32 send(self(), {:after_join, message})
36 def handle_info({:after_join, message}, socket) do
H A Dlong_poll_test.exs33 send(self(), {:after_join, message})
37 def handle_info({:after_join, message}, socket) do
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DGroupCallManager.cpp852 vector<Promise<Unit>> after_join; member
2545 group_call->after_join.push_back( in start_group_call_screen_sharing()
2776 if (group_call->after_join.empty()) { in process_group_call_after_join_requests()
2781 reset_to_empty(group_call->after_join); in process_group_call_after_join_requests()
2877 group_call->after_join.push_back( in toggle_group_call_is_my_video_paused()
2962 group_call->after_join.push_back( in toggle_group_call_is_my_video_enabled()
3050 group_call->after_join.push_back( in toggle_group_call_is_my_presentation_paused()
3484 group_call->after_join.push_back( in set_group_call_participant_is_speaking()
3563 group_call->after_join.push_back( in toggle_group_call_participant_is_muted()
3662 group_call->after_join.push_back( in set_group_call_participant_volume_level()
[all …]
/dports/www/elixir-phoenix/phoenix-1.3.3/lib/phoenix/
H A Dpresence.ex41 send(self(), :after_join)
45 def handle_info(:after_join, socket) do
H A Dchannel.ex506 send(self, :after_join)
510 def handle_info(:after_join, socket) do
/dports/devel/elixir-distillery/distillery-1.5.2/docs/
H A DPhoenix Walkthrough.md208 …send(self, :after_join) # send a message to kick off our loop. We do this in order to take as litt…
212 def handle_info(:after_join, socket) do
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Domp-low.c4952 gimple_seq after_join = NULL; in lower_oacc_reductions() local
5138 gimplify_assign (outgoing, teardown_call, &after_join); in lower_oacc_reductions()
5150 gimple_seq_add_seq (join_seq, after_join); in lower_oacc_reductions()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Domp-low.c4932 gimple_seq after_join = NULL; in lower_oacc_reductions() local
5118 gimplify_assign (outgoing, teardown_call, &after_join); in lower_oacc_reductions()
5130 gimple_seq_add_seq (join_seq, after_join); in lower_oacc_reductions()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Domp-low.c4952 gimple_seq after_join = NULL; in lower_oacc_reductions() local
5138 gimplify_assign (outgoing, teardown_call, &after_join); in lower_oacc_reductions()
5150 gimple_seq_add_seq (join_seq, after_join); in lower_oacc_reductions()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Domp-low.c4952 gimple_seq after_join = NULL; in lower_oacc_reductions() local
5138 gimplify_assign (outgoing, teardown_call, &after_join); in lower_oacc_reductions()
5150 gimple_seq_add_seq (join_seq, after_join); in lower_oacc_reductions()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Domp-low.c4952 gimple_seq after_join = NULL; in lower_oacc_reductions() local
5138 gimplify_assign (outgoing, teardown_call, &after_join); in lower_oacc_reductions()
5150 gimple_seq_add_seq (join_seq, after_join); in lower_oacc_reductions()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Domp-low.c4953 gimple_seq after_join = NULL; in lower_oacc_reductions() local
5139 gimplify_assign (outgoing, teardown_call, &after_join); in lower_oacc_reductions()
5151 gimple_seq_add_seq (join_seq, after_join); in lower_oacc_reductions()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Domp-low.c5656 gimple_seq after_join = NULL; in lower_oacc_reductions() local
5842 gimplify_assign (outgoing, teardown_call, &after_join); in lower_oacc_reductions()
5854 gimple_seq_add_seq (join_seq, after_join); in lower_oacc_reductions()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Domp-low.c5581 gimple_seq after_join = NULL; in lower_oacc_reductions() local
5767 gimplify_assign (outgoing, teardown_call, &after_join); in lower_oacc_reductions()
5779 gimple_seq_add_seq (join_seq, after_join); in lower_oacc_reductions()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Domp-low.c5656 gimple_seq after_join = NULL; in lower_oacc_reductions() local
5842 gimplify_assign (outgoing, teardown_call, &after_join); in lower_oacc_reductions()
5854 gimple_seq_add_seq (join_seq, after_join); in lower_oacc_reductions()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Domp-low.c6693 gimple_seq after_join = NULL; in lower_oacc_reductions() local
6881 gimplify_assign (outgoing, teardown_call, &after_join); in lower_oacc_reductions()
6893 gimple_seq_add_seq (join_seq, after_join); in lower_oacc_reductions()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Domp-low.c7111 gimple_seq after_join = NULL; in lower_oacc_reductions() local
7305 gimplify_assign (outgoing, teardown_call, &after_join); in lower_oacc_reductions()
7317 gimple_seq_add_seq (join_seq, after_join); in lower_oacc_reductions()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Domp-low.c6712 gimple_seq after_join = NULL; in lower_oacc_reductions() local
6904 gimplify_assign (outgoing, teardown_call, &after_join); in lower_oacc_reductions()
6916 gimple_seq_add_seq (join_seq, after_join); in lower_oacc_reductions()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Domp-low.c7111 gimple_seq after_join = NULL; in lower_oacc_reductions() local
7305 gimplify_assign (outgoing, teardown_call, &after_join); in lower_oacc_reductions()
7317 gimple_seq_add_seq (join_seq, after_join); in lower_oacc_reductions()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Domp-low.c6712 gimple_seq after_join = NULL; in lower_oacc_reductions() local
6904 gimplify_assign (outgoing, teardown_call, &after_join); in lower_oacc_reductions()
6916 gimple_seq_add_seq (join_seq, after_join); in lower_oacc_reductions()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Domp-low.c7111 gimple_seq after_join = NULL; in lower_oacc_reductions() local
7305 gimplify_assign (outgoing, teardown_call, &after_join); in lower_oacc_reductions()
7317 gimple_seq_add_seq (join_seq, after_join); in lower_oacc_reductions()

12