Home
last modified time | relevance | path

Searched refs:handler_state (Results 1 – 25 of 36) sorted by relevance

12

/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/pthread_rwlock_timedwrlock/
H A D6-2.c54 static int handler_state; variable
71 handler_state = 2; in sig_handler()
80 handler_state = 3; in sig_handler()
88 handler_state = 2; in th_fn()
181 }while(handler_state !=2 && cnt++ < 2); in main()
183 if(handler_state == 1) in main()
188 else if(handler_state == 3) in main()
/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/pthread_rwlock_timedrdlock/
H A D6-2.c54 static int handler_state; variable
71 handler_state = 2; in sig_handler()
80 handler_state = 3; in sig_handler()
88 handler_state = 2; in th_fn()
181 }while(handler_state !=2 && cnt++ < 2); in main()
183 if(handler_state == 1) in main()
188 else if(handler_state == 3) in main()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/src/
H A Dlogger_h_common.erl233 handler_state => HState},
243 handler_state:=HandlerState,
247 State#{handler_state => HS1,
252 State#{handler_state => HS1,
275 handler_state := HandlerState,
282 State#{handler_state => HS, last_op => sync}
288 handler_state := HandlerState,
302 {noreply, State1#{handler_state => HS}}.
305 handler_state := HandlerState} = State) ->
359 State#{handler_state=>HS, last_op=>sync}.
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/src/
H A Dlogger_h_common.erl233 handler_state => HState},
243 handler_state:=HandlerState,
247 State#{handler_state => HS1,
252 State#{handler_state => HS1,
275 handler_state := HandlerState,
282 State#{handler_state => HS, last_op => sync}
288 handler_state := HandlerState,
302 {noreply, State1#{handler_state => HS}}.
305 handler_state := HandlerState} = State) ->
359 State#{handler_state=>HS, last_op=>sync}.
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/kernel/src/
H A Dlogger_h_common.erl233 handler_state => HState},
243 handler_state:=HandlerState,
247 State#{handler_state => HS1,
252 State#{handler_state => HS1,
275 handler_state := HandlerState,
282 State#{handler_state => HS, last_op => sync}
288 handler_state := HandlerState,
302 {noreply, State1#{handler_state => HS}}.
305 handler_state := HandlerState} = State) ->
359 State#{handler_state=>HS, last_op=>sync}.
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/src/
H A Dlogger_h_common.erl233 handler_state => HState},
243 handler_state:=HandlerState,
247 State#{handler_state => HS1,
252 State#{handler_state => HS1,
275 handler_state := HandlerState,
282 State#{handler_state => HS, last_op => sync}
288 handler_state := HandlerState,
302 {noreply, State1#{handler_state => HS}}.
305 handler_state := HandlerState} = State) ->
359 State#{handler_state=>HS, last_op=>sync}.
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/kernel/src/
H A Dlogger_h_common.erl233 handler_state => HState},
243 handler_state:=HandlerState,
247 State#{handler_state => HS1,
252 State#{handler_state => HS1,
275 handler_state := HandlerState,
282 State#{handler_state => HS, last_op => sync}
288 handler_state := HandlerState,
302 {noreply, State1#{handler_state => HS}}.
305 handler_state := HandlerState} = State) ->
359 State#{handler_state=>HS, last_op=>sync}.
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/kernel/src/
H A Dlogger_h_common.erl233 handler_state => HState},
243 handler_state:=HandlerState,
247 State#{handler_state => HS1,
252 State#{handler_state => HS1,
275 handler_state := HandlerState,
282 State#{handler_state => HS, last_op => sync}
288 handler_state := HandlerState,
302 {noreply, State1#{handler_state => HS}}.
305 handler_state := HandlerState} = State) ->
359 State#{handler_state=>HS, last_op=>sync}.
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/kernel/src/
H A Dlogger_h_common.erl233 handler_state => HState},
243 handler_state:=HandlerState,
247 State#{handler_state => HS1,
252 State#{handler_state => HS1,
275 handler_state := HandlerState,
282 State#{handler_state => HS, last_op => sync}
288 handler_state := HandlerState,
302 {noreply, State1#{handler_state => HS}}.
305 handler_state := HandlerState} = State) ->
359 State#{handler_state=>HS, last_op=>sync}.
[all …]
/dports/www/erlang-cowboy/cowboy-1.1.2/src/
H A Dcowboy_rest.erl28 handler_state :: any(),
67 handler=Handler, handler_state=HandlerState})
100 State2 = State#state{handler_state=HandlerState},
125 State2 = State#state{handler_state=HandlerState},
236 handler_state=HandlerState, content_types_p=CTP2},
517 State#state{handler_state=HandlerState}}
747 State2 = State#state{handler_state=HandlerState},
781 State2 = State#state{handler_state=HandlerState2},
784 State2 = State#state{handler_state=HandlerState2},
787 State2 = State#state{handler_state=HandlerState2},
[all …]
/dports/devel/py-traits/traits-6.3.2/traits/observation/
H A Dexception_handling.py103 handler_state = self.handlers[-1]
105 handler_state = ObserverExceptionHandler(
110 handler_state.handler(event)
111 if handler_state.reraise_exceptions:
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/gun/src/
H A Dgun_ws.erl45 handler_state :: any()
73 extensions=Extensions, handler=Handler, handler_state=HandlerState}}.
110 handler=Handler, handler_state=HandlerState0},
125 State = State0#ws_state{handler_state=HandlerState},
H A Dgun_http.erl44 handler_state :: undefined | gun_content_handler:state()
285 streams=[Stream#stream{handler_state=Handlers}|Tail]}));
289 streams=[Stream#stream{handler_state=Handlers}|Tail]})
301 is_alive=true, handler_state=Handlers0}|Tail]}, IsFin) ->
303 State#http_state{streams=[Stream#stream{handler_state=Handlers}|Tail]};
H A Dgun_http2.erl47 handler_state :: undefined | gun_content_handler:state()
186 Stream0 = #stream{remote=nofin, remote_window=StreamWindow, handler_state=Handlers0} ->
190 handler_state=Handlers},
638 remote_fin(Stream#stream{handler_state=Handlers}, State, IsFin);
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpTunnel.h166 int handler_state = 0; // state used the handlers member
206 int handler_state = 0; // state used the handlers member
579 if (this->handler_state == 0) { in update_state_if_not_set()
580 this->handler_state = new_handler_state; in update_state_if_not_set()
H A DHttpTunnel.cc963 p->handler_state = HTTP_SM_POST_SUCCESS; in producer_run()
983 p->handler_state = HTTP_SM_POST_SUCCESS; in producer_run()
1348 if (c->producer && c->producer->handler_state == 0) { in consumer_handler()
1350 c->producer->handler_state = HTTP_SM_POST_SUCCESS; in consumer_handler()
1358 c->producer->handler_state = HTTP_SM_POST_UA_FAIL; in consumer_handler()
1360 c->producer->handler_state = HTTP_SM_POST_SERVER_FAIL; in consumer_handler()
H A DHttpSM.cc1360 if (c->handler_state == HTTP_SM_TRANSFORM_FAIL) { in state_common_wait_for_transform_read()
2767 switch (p->handler_state) { in tunnel_handler_post_or_put()
2811 if (p->handler_state == HTTP_SM_POST_UA_FAIL) { in tunnel_handler_post()
2836 if (!p->handler_state) { in tunnel_handler_post()
2837 p->handler_state = HTTP_SM_POST_UA_FAIL; in tunnel_handler_post()
2851 int p_handler_state = p->handler_state; in tunnel_handler_post()
3601 p->handler_state = HTTP_SM_POST_UA_FAIL; in tunnel_handler_post_ua()
3622 p->handler_state = HTTP_SM_POST_UA_FAIL; in tunnel_handler_post_ua()
3643 p->handler_state = HTTP_SM_POST_SUCCESS; in tunnel_handler_post_ua()
3963 c->handler_state = HTTP_SM_TRANSFORM_FAIL; in tunnel_handler_transform_write()
[all …]
/dports/sysutils/azure-agent/WALinuxAgent-2.2.54.2/azurelinuxagent/ga/
H A Dexthandlers.py578 handler_state = ext_handler_i.get_handler_state()
580 handler_state.lower())
583 …if handler_state == ExtHandlerState.NotInstalled or handler_state == ExtHandlerState.FailedUpgrade:
651 handler_state = ext_handler_i.get_handler_state()
653 handler_state.lower())
654 if handler_state == ExtHandlerState.Enabled:
659 handler_state = ext_handler_i.get_handler_state()
661 handler_state.lower())
662 if handler_state != ExtHandlerState.NotInstalled:
663 if handler_state == ExtHandlerState.Enabled:
[all …]
/dports/devel/gdb/gdb-11.1/gdb/
H A Dextension.c660 install_sigint_handler (const struct signal_handler *handler_state) in install_sigint_handler() argument
662 gdb_assert (handler_state->handler_saved); in install_sigint_handler()
664 signal (SIGINT, handler_state->handler); in install_sigint_handler()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/kernel/test/
H A Dlogger_std_h_SUITE.erl508 cb_state:=#{handler_state := #{type := standard_io,
553 cb_state := #{handler_state := #{type := standard_io,
664 #{cb_state := #{handler_state := #{type:=file,
682 #{cb_state := #{handler_state := #{type:=file,
707 #{cb_state := #{handler_state := #{file:=AbsName1}}} =
722 #{cb_state := #{handler_state := #{file:=AbsName2}}} =
1693 #{cb_state:=#{handler_state:=#{max_no_bytes:=100,
2137 maps:get(handler_state,
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/test/
H A Dlogger_std_h_SUITE.erl524 cb_state:=#{handler_state := #{type := standard_io,
569 cb_state := #{handler_state := #{type := standard_io,
680 #{cb_state := #{handler_state := #{type:=file,
698 #{cb_state := #{handler_state := #{type:=file,
723 #{cb_state := #{handler_state := #{file:=AbsName1}}} =
738 #{cb_state := #{handler_state := #{file:=AbsName2}}} =
1709 #{cb_state:=#{handler_state:=#{max_no_bytes:=100,
2153 maps:get(handler_state,
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/test/
H A Dlogger_std_h_SUITE.erl524 cb_state:=#{handler_state := #{type := standard_io,
569 cb_state := #{handler_state := #{type := standard_io,
680 #{cb_state := #{handler_state := #{type:=file,
698 #{cb_state := #{handler_state := #{type:=file,
723 #{cb_state := #{handler_state := #{file:=AbsName1}}} =
738 #{cb_state := #{handler_state := #{file:=AbsName2}}} =
1709 #{cb_state:=#{handler_state:=#{max_no_bytes:=100,
2153 maps:get(handler_state,
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/test/
H A Dlogger_std_h_SUITE.erl524 cb_state:=#{handler_state := #{type := standard_io,
569 cb_state := #{handler_state := #{type := standard_io,
680 #{cb_state := #{handler_state := #{type:=file,
698 #{cb_state := #{handler_state := #{type:=file,
723 #{cb_state := #{handler_state := #{file:=AbsName1}}} =
738 #{cb_state := #{handler_state := #{file:=AbsName2}}} =
1709 #{cb_state:=#{handler_state:=#{max_no_bytes:=100,
2153 maps:get(handler_state,
/dports/lang/erlang/otp-OTP-24.1.7/lib/kernel/test/
H A Dlogger_std_h_SUITE.erl524 cb_state:=#{handler_state := #{type := standard_io,
569 cb_state := #{handler_state := #{type := standard_io,
680 #{cb_state := #{handler_state := #{type:=file,
698 #{cb_state := #{handler_state := #{type:=file,
723 #{cb_state := #{handler_state := #{file:=AbsName1}}} =
738 #{cb_state := #{handler_state := #{file:=AbsName2}}} =
1709 #{cb_state:=#{handler_state:=#{max_no_bytes:=100,
2153 maps:get(handler_state,
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/kernel/test/
H A Dlogger_std_h_SUITE.erl524 cb_state:=#{handler_state := #{type := standard_io,
569 cb_state := #{handler_state := #{type := standard_io,
680 #{cb_state := #{handler_state := #{type:=file,
698 #{cb_state := #{handler_state := #{type:=file,
723 #{cb_state := #{handler_state := #{file:=AbsName1}}} =
738 #{cb_state := #{handler_state := #{file:=AbsName2}}} =
1709 #{cb_state:=#{handler_state:=#{max_no_bytes:=100,
2153 maps:get(handler_state,

12