public class CUstreamWaitValue_flags extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CU_STREAM_WAIT_VALUE_AND
Wait until (*addr & value) !
|
static int |
CU_STREAM_WAIT_VALUE_EQ
Wait until *addr == value.
|
static int |
CU_STREAM_WAIT_VALUE_FLUSH
Follow the wait operation with a flush of outstanding remote writes.
|
static int |
CU_STREAM_WAIT_VALUE_GEQ
Wait until (int32_t)(*addr - value) >= 0 (or int64_t for 64 bit
values).
|
static int |
CU_STREAM_WAIT_VALUE_NOR
Wait until ~(*addr | value) !
|
Modifier and Type | Method and Description |
---|---|
static String |
stringFor(int n)
Returns the String identifying the given CUstreamWaitValue_flags
|
public static final int CU_STREAM_WAIT_VALUE_GEQ
public static final int CU_STREAM_WAIT_VALUE_EQ
public static final int CU_STREAM_WAIT_VALUE_AND
public static final int CU_STREAM_WAIT_VALUE_NOR
public static final int CU_STREAM_WAIT_VALUE_FLUSH
public static String stringFor(int n)
n
- The CUstreamWaitValue_flagsCopyright © 2020. All rights reserved.