use_mutex
Constructs a SYCL use_mutex property instance with a reference to mutexRef parameter provided.
          
 | 
        (1) | 
- 
      
      Constructs a SYCL use_mutex property instance with a reference to mutexRef parameter provided.
      
        
Parameters:- 
              
cl::sycl::mutex_class &mutexRef: Mutex to be associated with the property and the buffer. 
 -