Home
last modified time | relevance | path

Searched refs:control_func (Results 1 – 7 of 7) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/btls/
H A Dbtls-bio.c17 MonoBtlsControlFunc control_func; member
80 return mono->control_func (mono->instance, MONO_BTLS_CONTROL_COMMAND_FLUSH, 0); in mono_ctrl()
108 mono->control_func = NULL; in mono_free()
144 MonoBtlsControlFunc control_func) in mono_btls_bio_mono_initialize() argument
151 monoBio->control_func = control_func; in mono_btls_bio_mono_initialize()
H A Dbtls-bio.h29 MonoBtlsControlFunc control_func);
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_time_control.c98 .control_func = NULL,
192 retval = tc->control_func(ts, tc->control_input); in cs_time_control_is_active()
307 cs_time_control_func_t *control_func, in cs_time_control_init_by_func() argument
316 tc->control_func = control_func; in cs_time_control_init_by_func()
H A Dcs_time_control.h120 cs_time_control_func_t *control_func; /* function for advanced control */ member
217 cs_time_control_func_t *control_func,
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/resourcegroups/
H A Dresource_group.h134 void apply_control_func(std::function<void(ulonglong)> control_func) { in apply_control_func() argument
136 for (auto pfs_thread_id : m_pfs_thread_id_set) control_func(pfs_thread_id); in apply_control_func()
/dports/science/code_saturne/code_saturne-7.1.0/src/rayt/
H A Dcs_rad_transfer.c257 .control_func = NULL,
/dports/devel/py-numba/numba-0.51.2/numba/tests/
H A Dtest_operators.py1250 def run_binary(self, pyfunc, control_func, operands, types, argument
1259 expected = control_func(x, y)
1267 def run_unary(self, pyfunc, control_func, operands, types, argument
1274 expected = control_func(x)
1365 def check(xt, yt, control_func): argument
1376 expected = control_func(x, y)