Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/ppp_test/
Dnetx_ppp_IPCP_timeout.c211 tx_thread_suspend(&(ppp_0.nx_ppp_thread)); in thread_0_entry()
/NetX-Duo-v6.2.1/addons/ppp/
Dnx_ppp.c672 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()
Dnx_ppp.h599 TX_THREAD nx_ppp_thread; member