Searched refs:hisId (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_conformance/c11_atomics/ |
D | test_atomics.cpp | 2030 size_t myId = tid, hisId = threadCount - 1 - tid; in HostFunction() local 2037 …while (host_atomic_load<HostAtomicType, HostDataType>(&destMemory[hisId], MEMORY_ORDER_SEQ_CST) ==… in HostFunction() 2042 …hisValue = host_atomic_load<HostAtomicType, HostDataType>(&destMemory[hisId], MEMORY_ORDER_RELAXED… in HostFunction() 2061 …hisAtomicValue = host_atomic_load<HostAtomicType, HostDataType>(&destMemory[hisId], MEMORY_ORDER_R… in HostFunction() 2065 …hisAtomicValue = host_atomic_load<HostAtomicType, HostDataType>(&destMemory[hisId], _subCase.op2Me… in HostFunction() 2066 hisValue = oldValues[hisId*NumNonAtomicVariablesPerThread() + hisAtomicValue]; in HostFunction() 2067 hisId = (hisId + 1) % threadCount; in HostFunction() 2074 hisId = (hisId + threadCount - 1) % threadCount; in HostFunction() 2075 …(%d) at index %d is different than non-atomic value (%d)\n", tid, hisAtomicValue, hisId, hisValue); in HostFunction()
|