Home
last modified time | relevance | path

Searched refs:acc_waits (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/stxxl/stxxl-1.4.1/lib/io/
H A Diostats.cpp57 acc_waits(0), in stats()
109 if (acc_waits) in reset()
110 STXXL_ERRMSG("Warning: " << acc_waits << in reset()
259 t_waits += double(acc_waits) * diff; in wait_started()
261 p_waits += (acc_waits++) ? diff : 0.0; in wait_started()
285 t_waits += double(acc_waits) * diff; in wait_finished()
287 p_waits += (acc_waits--) ? diff : 0.0; in wait_finished()
319 if (acc_waits) in _reset_io_wait_time()
320 STXXL_ERRMSG("Warning: " << acc_waits << in _reset_io_wait_time()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/test/esock_misc/
H A Desock_iow_lib.erl82 AccWaits = proplists:get_value(acc_waits, Counters, -1),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/test/esock_misc/
H A Desock_iow_lib.erl82 AccWaits = proplists:get_value(acc_waits, Counters, -1),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/test/esock_misc/
H A Desock_iow_lib.erl82 AccWaits = proplists:get_value(acc_waits, Counters, -1),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/test/esock_misc/
H A Desock_iow_lib.erl82 AccWaits = proplists:get_value(acc_waits, Counters, -1),
/dports/lang/erlang/otp-OTP-24.1.7/lib/kernel/test/esock_misc/
H A Desock_iow_lib.erl82 AccWaits = proplists:get_value(acc_waits, Counters, -1),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/kernel/test/esock_misc/
H A Desock_iow_lib.erl82 AccWaits = proplists:get_value(acc_waits, Counters, -1),
/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/io/
H A Diostats.h63 int acc_waits; variable
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/observer/src/
H A Dobserver_sock_wx.erl587 stat_name_and_unit(acc_waits = Key) ->
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/observer/src/
H A Dobserver_sock_wx.erl587 stat_name_and_unit(acc_waits = Key) ->
/dports/lang/erlang/otp-OTP-24.1.7/lib/observer/src/
H A Dobserver_sock_wx.erl587 stat_name_and_unit(acc_waits = Key) ->
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/observer/src/
H A Dobserver_sock_wx.erl587 stat_name_and_unit(acc_waits = Key) ->
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/src/
H A Dsocket.erl164 acc_waits := non_neg_integer()}.
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/src/
H A Dsocket.erl180 acc_waits := non_neg_integer()}.
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/src/
H A Dsocket.erl180 acc_waits := non_neg_integer()}.
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/kernel/src/
H A Dsocket.erl180 acc_waits := non_neg_integer()}.
/dports/lang/erlang/otp-OTP-24.1.7/lib/kernel/src/
H A Dsocket.erl180 acc_waits := non_neg_integer()}.
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/preloaded/src/
H A Dsocket.erl174 acc_success | acc_fails | acc_tries | acc_waits.
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/test/
H A Dsocket_SUITE.erl27771 {acc_waits, 0}]),
28600 AccWaits = proplists:get_value(acc_waits, Counters, -1),
28627 acc_waits
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/test/
H A Dsocket_SUITE.erl29612 {acc_waits, 0}]),
30441 AccWaits = maps:get(acc_waits, Counters, -1),
30468 acc_waits
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/test/
H A Dsocket_SUITE.erl35066 {acc_waits, 0}]),
35895 AccWaits = maps:get(acc_waits, Counters, -1),
35922 acc_waits
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/test/
H A Dsocket_SUITE.erl35066 {acc_waits, 0}]),
35895 AccWaits = maps:get(acc_waits, Counters, -1),
35922 acc_waits
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/kernel/test/
H A Dsocket_SUITE.erl35066 {acc_waits, 0}]),
35895 AccWaits = maps:get(acc_waits, Counters, -1),
35922 acc_waits
/dports/lang/erlang/otp-OTP-24.1.7/lib/kernel/test/
H A Dsocket_SUITE.erl35066 {acc_waits, 0}]),
35895 AccWaits = maps:get(acc_waits, Counters, -1),
35922 acc_waits
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/nifs/common/
H A Dprim_socket_nif.c3693 LOCAL_ATOM_DECL(acc_waits); \

12