From 1b9db9911d9cbcb81d58277084b9c4c5daf84e8a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 17 Apr 2014 13:46:34 +1000 Subject: Code cleanup: use bools also rename BLI_omp_thread_count -> BLI_system_thread_count_omp --- source/blender/blenlib/BLI_threads.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/BLI_threads.h') diff --git a/source/blender/blenlib/BLI_threads.h b/source/blender/blenlib/BLI_threads.h index b522d95ddae..1c9e75d950a 100644 --- a/source/blender/blenlib/BLI_threads.h +++ b/source/blender/blenlib/BLI_threads.h @@ -75,7 +75,7 @@ int BLI_system_thread_count(void); /* gets the number of threads the system void BLI_system_num_threads_override_set(int num); int BLI_system_num_threads_override_get(void); -int BLI_omp_thread_count(void); /* gets the number of openmp threads the system can make use of */ +int BLI_system_thread_count_omp(void); /* Global Mutex Locks * -- cgit v1.2.3