|
|
@ -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
|
|
|
|