[][src]Function ittapi_rs::__itt_fsync_releasing

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

@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_releasing(void* addr);