pub const cudaErrorDeviceAlreadyInUse: cudaError = 216;
This indicates that a call tried to access an exclusive-thread device that is already in use by a different thread.