stdgpu/mutex.cuh File Reference

stdgpu/mutex.cuh File Reference#

stdgpu: stdgpu/mutex.cuh File Reference
stdgpu Latest
Efficient STL-like Data Structures on the GPU
mutex.cuh File Reference

Classes

class  stdgpu::mutex_array< Block, Allocator >
 
class  stdgpu::mutex_array< Block, Allocator >::reference
 

Typedefs

using stdgpu::mutex_default_type = unsigned int
 

Functions

template<typename Lockable1 , typename Lockable2 , typename... LockableN>
STDGPU_DEVICE_ONLY int stdgpu::try_lock (Lockable1 lock1, Lockable2 lock2, LockableN... lockn)