Searched refs:thread_priority (Results 1 – 6 of 6) sorted by relevance
/NetX-Duo-v6.2.1/addons/web/ |
D | nx_tcpserver.h | 177 … VOID *sessions_buffer, UINT buffer_size, UINT thread_priority, ULONG accept_wait_option); 207 … VOID *sessions_buffer, UINT buffer_size, UINT thread_priority, ULONG accept_wait_option);
|
D | nx_tcpserver.c | 296 … VOID *sessions_buffer, UINT buffer_size, UINT thread_priority, ULONG accept_wait_option) in _nx_tcpserver_create() argument 317 stack_size, thread_priority, thread_priority, in _nx_tcpserver_create()
|
/NetX-Duo-v6.2.1/addons/ptp/ |
D | nxd_ptp_client.h | 708 … NX_PACKET_POOL *packet_pool_ptr, UINT thread_priority, UCHAR *thread_stack, UINT stack_size, 736 … NX_PACKET_POOL *packet_pool_ptr, UINT thread_priority, UCHAR *thread_stack, UINT stack_size,
|
D | nxd_ptp_client.c | 3513 … NX_PACKET_POOL *packet_pool_ptr, UINT thread_priority, UCHAR *thread_stack, UINT stack_size, 3536 …return _nx_ptp_client_create(client_ptr, ip_ptr, interface_index, packet_pool_ptr, thread_priority, 3598 … NX_PACKET_POOL *packet_pool_ptr, UINT thread_priority, UCHAR *thread_stack, UINT stack_size, 3697 thread_priority, thread_priority,
|
/NetX-Duo-v6.2.1/addons/ppp/ |
D | nx_ppp.h | 699 VOID *stack_memory_ptr, ULONG stack_size, UINT thread_priority, 741 VOID *stack_memory_ptr, ULONG stack_size, UINT thread_priority, 746 VOID *stack_memory_ptr, ULONG stack_size, UINT thread_priority,
|
D | nx_ppp.c | 8979 VOID *stack_memory_ptr, ULONG stack_size, UINT thread_priority, in _nxe_ppp_create() argument 8997 status = _nx_ppp_create(ppp_ptr, name, ip_ptr, stack_memory_ptr, stack_size, thread_priority, in _nxe_ppp_create() 9059 VOID *stack_memory_ptr, ULONG stack_size, UINT thread_priority, in _nx_ppp_create() argument 9110 …stack_memory_ptr, stack_size, thread_priority, thread_priority, NX_PPP_THREAD_TIME_SLICE, TX_DONT_… in _nx_ppp_create()
|