|
|
@ -47,7 +47,8 @@ worker_thread_main(void *argument)
|
|
|
|
worker_thread_idx = *(int *)argument;
|
|
|
|
worker_thread_idx = *(int *)argument;
|
|
|
|
|
|
|
|
|
|
|
|
/* Set my priority */
|
|
|
|
/* Set my priority */
|
|
|
|
runtime_set_pthread_prio(pthread_self(), 2);
|
|
|
|
// runtime_set_pthread_prio(pthread_self(), 2);
|
|
|
|
|
|
|
|
pthread_setschedprio(pthread_self(), -20);
|
|
|
|
|
|
|
|
|
|
|
|
scheduler_runqueue_initialize();
|
|
|
|
scheduler_runqueue_initialize();
|
|
|
|
|
|
|
|
|
|
|
|