소스 검색

distinguish the two trylock functions

Samuel Thibault 7 년 전
부모
커밋
9e1ef8403c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      include/starpu_thread_util.h

+ 1 - 1
include/starpu_thread_util.h

@@ -133,7 +133,7 @@ int _starpu_pthread_mutex_trylock_sched(starpu_pthread_mutex_t *mutex, char *fil
 	int p_ret = starpu_pthread_mutex_trylock_sched(mutex);
 	if (STARPU_UNLIKELY(p_ret != 0 && p_ret != EBUSY)) {
 		fprintf(stderr,
-			"%s:%d starpu_pthread_mutex_trylock: %s\n",
+			"%s:%d starpu_pthread_mutex_trylock_sched: %s\n",
 			file, line, strerror(p_ret));
 		STARPU_ABORT();
 	}