![]() |
NVIDIA DRIVE OS Linux SDK API Reference5.1.12.4 Release |
Defines the opaque NvSciSyncFence.
Unlike NvSciSyncAttrList and NvSciSyncObj objects, applications are responsible for the memory management of fences.
Every fence must be initialized to all zeros after its storage is allocated before the first time it is passed to any NvSciSync API calls. NvSciSyncFenceInitializer can be used for this, or memset()
, or any other mechanism for zeroing memory.
Definition at line 154 of file nvscisync.h.
Data Fields | |
uint64_t | payload [6] |
uint64_t NvSciSyncFence::payload[6] |
Definition at line 155 of file nvscisync.h.