[][src]Function ittapi_rs::__itt_task_begin_ex

pub unsafe extern "C" fn __itt_task_begin_ex(
    domain: *const __itt_domain,
    clock_domain: *mut __itt_clock_domain,
    timestamp: c_ulonglong,
    taskid: __itt_id,
    parentid: __itt_id,
    name: *mut __itt_string_handle
)

@ingroup clockdomain @brief Begin a task instance. @param[in] domain The domain for this task @param[in] clock_domain The clock domain controlling the execution of this call. @param[in] timestamp The user defined timestamp. @param[in] taskid The instance ID for this task instance, or __itt_null @param[in] parentid The parent instance to which this task instance belongs, or __itt_null @param[in] name The name of this task