Home
last modified time | relevance | path

Searched refs:callback_type (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__stop_token/
H A Dstop_callback.h46 using callback_type = _Callback;
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dompt-general.cpp577 #define ompt_event_macro(event_name, callback_type, event_id) \ argument
579 ompt_callbacks.ompt_callback(event_name) = (callback_type)callback; \
602 #define ompt_event_macro(event_name, callback_type, event_id) \ argument
/freebsd/contrib/opencsd/decoder/include/opencsd/c_api/
H A Dopencsd_c_api.h208 const ocsd_c_api_cb_types callback_type,
/freebsd/contrib/opencsd/decoder/source/c_api/
H A Docsd_c_api.cpp192 const ocsd_c_api_cb_types callback_type, in ocsd_dt_attach_packet_callback() argument
203 switch(callback_type) in ocsd_dt_attach_packet_callback()