[][src]Function ittapi_rs::__itt_task_begin_fn

pub unsafe extern "C" fn __itt_task_begin_fn(
    domain: *const __itt_domain,
    taskid: __itt_id,
    parentid: __itt_id,
    fn_: *mut c_void
)

@ingroup tasks @brief Begin a task instance. @param[in] domain The domain for this task @param[in] taskid The identifier for this task instance (may be 0) @param[in] parentid The parent of this task (may be 0) @param[in] fn The pointer to the function you are tracing