Searched refs:asUint64 (Results 1 – 1 of 1) sorted by relevance
3042 uint64_t asUint64 = (uint64_t)(uintptr_t)(sync); in onFenceCreated() local3043 existence.add(asUint64); in onFenceCreated()3044 existence.set(asUint64, true); in onFenceCreated()3049 uint64_t asUint64 = (uint64_t)(uintptr_t)(sync); in onFenceDestroyed() local3050 existence.remove(asUint64); in onFenceDestroyed()3055 uint64_t asUint64 = (uint64_t)(uintptr_t)(sync); in exists() local3056 return existence.get(asUint64); in exists()