Home
last modified time | relevance | path

Searched refs:rx_worker_thread_ (Results 1 – 1 of 1) sorted by relevance

/dev/net/e1000/
A De1000.cpp111 thread_t *rx_worker_thread_ = nullptr; member in e1000
487 rx_worker_thread_ = thread_create(str, wrapper_lambda, this, HIGH_PRIORITY, DEFAULT_STACK_SIZE); in init_device()
488 thread_resume(rx_worker_thread_); in init_device()

Completed in 5 milliseconds