Searched refs:nx_ppp_thread (Results 1 – 3 of 3) sorted by relevance
211 tx_thread_suspend(&(ppp_0.nx_ppp_thread)); in thread_0_entry()
672 tx_thread_resume(&(ppp_ptr -> nx_ppp_thread)); in _nx_ppp_driver()9109 …tx_thread_create(&(ppp_ptr -> nx_ppp_thread), "PPP THREAD", _nx_ppp_thread_entry, (ULONG) ppp_ptr,… in _nx_ppp_create()9272 if (&ppp_ptr -> nx_ppp_thread == tx_thread_identify()) in _nx_ppp_delete()9327 tx_thread_terminate(&(ppp_ptr -> nx_ppp_thread)); in _nx_ppp_delete()9330 tx_thread_delete(&(ppp_ptr -> nx_ppp_thread)); in _nx_ppp_delete()
599 TX_THREAD nx_ppp_thread; member