[][src]Function ittapi_rs::__itt_fsync_prepare

pub unsafe extern "C" fn __itt_fsync_prepare(addr: *mut c_void)

@name group of functions is used for correctness checking tools @ingroup legacy @deprecated Legacy API @brief Fast synchronization which does no require spinning.

  • This special function is to be used by TBB and OpenMP libraries only when they know there is no spin but they need to suppress TC warnings about shared variable modifications.
  • It only has corresponding pointers in static library and does not have corresponding function in dynamic library. @see void __itt_sync_prepare(void* addr);