Home
last modified time | relevance | path

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

/NetX-Duo-v6.4.1/addons/http/
Dnxd_http_server.c1431 …status = tx_thread_create(&(http_server_ptr -> nx_http_server_thread), "HTTP Server Thread", _nx_… in _nx_http_server_create()
1602 tx_thread_suspend(&(http_server_ptr -> nx_http_server_thread)); in _nx_http_server_delete()
1605 tx_thread_terminate(&(http_server_ptr -> nx_http_server_thread)); in _nx_http_server_delete()
1608 tx_thread_delete(&(http_server_ptr -> nx_http_server_thread)); in _nx_http_server_delete()
2174 tx_thread_resume(&(http_server_ptr -> nx_http_server_thread)); in _nx_http_server_start()
2298 tx_thread_suspend(&(http_server_ptr -> nx_http_server_thread)); in _nx_http_server_stop()
2893 tx_thread_resume(&(server_ptr -> nx_http_server_thread)); in _nx_http_server_connection_present()
2971 tx_thread_preemption_change(&(server_ptr -> nx_http_server_thread), 0, &original_threshold); in _nx_http_server_thread_entry()
2978 tx_thread_suspend(&(server_ptr -> nx_http_server_thread)); in _nx_http_server_thread_entry()
2985 …tx_thread_preemption_change(&(server_ptr -> nx_http_server_thread), original_threshold, &original_… in _nx_http_server_thread_entry()
Dnxd_http_server.h401 …TX_THREAD nx_http_server_thread; /* HTTP server thread … member