We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 635c9e4 commit d68e4baCopy full SHA for d68e4ba
1 file changed
driver/others/blas_server.c
@@ -572,7 +572,7 @@ int blas_thread_init(void){
572
thread_status[i].status = THREAD_STATUS_WAKEUP;
573
574
pthread_mutex_init(&thread_status[i].lock, NULL);
575
- pthread_cond_init (&thread_status[i].wakeup, NULL)
+ pthread_cond_init (&thread_status[i].wakeup, NULL);
576
577
#ifdef NEED_STACKATTR
578
ret=pthread_create(&blas_threads[i], &attr,
0 commit comments