chore: Add zombie listener thread prio call

main
Sean McBride 4 years ago
parent 1a561a27a7
commit 100f66966f

@ -82,6 +82,9 @@ listener_thread_main(void *dummy)
generic_thread_initialize(); generic_thread_initialize();
/* Set my priority */
// runtime_set_pthread_prio(pthread_self(), 0);
while (true) { while (true) {
/* /*
* Block indefinitely on the epoll file descriptor, waiting on up to a max number of events * Block indefinitely on the epoll file descriptor, waiting on up to a max number of events

Loading…
Cancel
Save