示例#1
0
 public static extern nvmlReturn nvmlEventSetWait(nvmlEventSet set, ref nvmlEventData data, uint timeoutms);
示例#2
0
 public static extern nvmlReturn nvmlEventSetCreate(ref nvmlEventSet set);
示例#3
0
 public static extern nvmlReturn nvmlEventSetFree(nvmlEventSet set);
示例#4
0
 public static extern nvmlReturn nvmlDeviceRegisterEvents(nvmlDevice device, ulong eventTypes, nvmlEventSet set);