Change-Id: I2c13b9610037baf9e5b0db675bac19426fe8239e
This commit is contained in:
Evgeny
2019-01-16 19:08:00 -06:00
والد 2b2a279ce9
کامیت 7dd087ebf0
+6 -6
مشاهده پرونده
@@ -500,13 +500,13 @@ void dump_context_array(hsa_queue_t* queue) {
}
}
}
if (pthread_mutex_unlock(&mutex) != 0) {
perror("pthread_mutex_unlock");
abort();
}
if (done == false) sched_yield();
}
if (pthread_mutex_unlock(&mutex) != 0) {
perror("pthread_mutex_unlock");
abort();
}
if (done == false) sched_yield();
}
}