Searched refs:thread_name (Results 1 – 3 of 3) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/web_test/ |
| D | netx_web_concurrent_sessions_test.c | 118 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/ |
| D | nx_mrp.h | 259 CHAR *thread_name, VOID *stack_ptr, ULONG stack_size, UINT priority);
|
| /NetX-Duo-v6.2.1/tsn/src/ |
| D | nx_mrp.c | 1107 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()
|