AppWebServerThread is only used within Nx_WebServer.
 
Symbols
loading...
Files
loading...

AppWebServerThread variable

Syntax

TX_THREAD AppWebServerThread;

References

LocationReferrerText
app_netxduo.c:37
TX_THREAD AppWebServerThread;
app_netxduo.c:283MX_NetXDuo_Init()
ret = tx_thread_create(&AppWebServerThread, "App Web Server Thread", nx_server_thread_entry, 0, pointer, 2 * DEFAULT_MEMORY_SIZE,
app_netxduo.c:390App_Main_Thread_Entry()
tx_thread_resume(&AppWebServerThread);
app_netxduo.c:449webserver_request_notify_callback()
tx_thread_info_get(&AppWebServerThread, &server_thread_name, NULL, &server_thread_count, NULL, NULL, NULL, NULL, NULL);

Type Use

Type of AppWebServerThread
AppWebServerThread
all items filtered out