pub unsafe extern "C" fn swift_swift_dumpTrackedAccesses()
Expand description
Dump all accesses currently tracked by the runtime.
This is a debug routine that is intended to be used from the debugger and is compiled out when asserts are disabled. The intention is that it allows one to dump the access state to easily see if/when exclusivity violations will happen. This eases debugging.