also rr->other

SVN revision: 51872
This commit is contained in:
Carsten Haitzler 2010-09-04 00:54:42 +00:00
parent c3f73fb210
commit 4748c05e38
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ evas_preload_thread_run(void (*func_heavy) (void *data),
memset(&param, 0, sizeof(param));
param.sched_priority = sched_get_priority_min(SCHED_OTHER);
pthread_setschedparam(pth->thread, SCHED_RR, &param);
pthread_setschedparam(pth->thread, SCHED_OTHER, &param);
LKL(_mutex);
_evas_preload_thread_count++;