Searched refs:nx_ppp_thread (Results 1 – 2 of 2) sorted by relevance
673 tx_thread_resume(&(ppp_ptr -> nx_ppp_thread)); in _nx_ppp_driver()9110 …tx_thread_create(&(ppp_ptr -> nx_ppp_thread), "PPP THREAD", _nx_ppp_thread_entry, (ULONG) ppp_ptr,… in _nx_ppp_create()9273 if (&ppp_ptr -> nx_ppp_thread == tx_thread_identify()) in _nx_ppp_delete()9328 tx_thread_terminate(&(ppp_ptr -> nx_ppp_thread)); in _nx_ppp_delete()9331 tx_thread_delete(&(ppp_ptr -> nx_ppp_thread)); in _nx_ppp_delete()
600 TX_THREAD nx_ppp_thread; member