Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_web_concurrent_sessions_test.c118 CHAR thread_name[100]; in test_application_define() local
168 snprintf(thread_name, 100, "HTTP Client %d", i); in test_application_define()
169 status = tx_thread_create(&client_threads[i], thread_name, thread_client_entry, i, in test_application_define()
/NetX-Duo-v6.2.1/tsn/inc/
Dnx_mrp.h259 CHAR *thread_name, VOID *stack_ptr, ULONG stack_size, UINT priority);
/NetX-Duo-v6.2.1/tsn/src/
Dnx_mrp.c1107 CHAR *thread_name, VOID *stack_ptr, ULONG stack_size, UINT priority) in nx_mrp_init() argument
1133 status = tx_thread_create(&mrp -> mrp_thread, thread_name, nx_mrp_thread_entry, (ULONG)mrp, in nx_mrp_init()