Make HostQueue::queue_count_ a portable atomic type.

Also make lint happy.

Change-Id: I0f965df6a76fd959df9eb411d1f1b11847159790
This commit is contained in:
Sean Keely
2017-10-31 02:34:47 -05:00
rodzic ce6aee01ed
commit d93f92f42d
4 zmienionych plików z 15 dodań i 13 usunięć
+3 -1
Wyświetl plik
@@ -317,7 +317,9 @@ class Runtime {
ExtensionEntryPoints extensions_;
hsa_status_t SetCustomVMFaultHandler(hsa_status_t (*callback)(const void* event_specific_data, void* data), void* data);
hsa_status_t SetCustomVMFaultHandler(hsa_status_t (*callback)(const void* event_specific_data,
void* data),
void* data);
protected:
static void AsyncEventsLoop(void*);