chore: try prio with nice 1

sledge_graph
Sean McBride 4 years ago
parent 41406d3888
commit 26213a1647

@ -80,7 +80,7 @@ listener_thread_main(void *dummy)
generic_thread_initialize(); generic_thread_initialize();
/* Set my priority */ /* Set my priority */
// runtime_set_pthread_prio(pthread_self(), 0); runtime_set_pthread_prio(pthread_self(), 1);
while (true) { while (true) {
/* /*

@ -47,7 +47,7 @@ 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(), 0); runtime_set_pthread_prio(pthread_self(), 1);
scheduler_runqueue_initialize(); scheduler_runqueue_initialize();

Loading…
Cancel
Save