Home
last modified time | relevance | path

Searched refs:priority (Results 26 – 37 of 37) sorted by relevance

12

/NetX-Duo-v6.2.1/addons/pppoe/
Dnx_pppoe_server.c123 VOID *stack_ptr, ULONG stack_size, UINT priority) in _nxe_pppoe_server_create() argument
153 if (priority >= TX_MAX_PRIORITIES) in _nxe_pppoe_server_create()
158 … pppoe_link_driver, pool_ptr, stack_ptr, stack_size, priority); in _nxe_pppoe_server_create()
217 VOID *stack_ptr, ULONG stack_size, UINT priority) in _nx_pppoe_server_create() argument
268 … stack_ptr, stack_size, priority, priority, NX_PPPOE_SERVER_THREAD_TIME_SLICE, TX_DONT_START); in _nx_pppoe_server_create()
/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot.h253 UINT priority, UINT (*unix_time_callback)(ULONG *unix_time));
Dnx_azure_iot.c231 UINT priority, UINT (*unix_time_callback)(ULONG *unix_time)) in nx_azure_iot_create() argument
249 stack_memory_size, priority); in nx_azure_iot_create()
/NetX-Duo-v6.2.1/test/regression/ptp_test/
Dnetx_ptp_client_calibrate_test.c319 UINT priority; in ntest_1_entry() local
/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
1135 priority, priority, TX_NO_TIME_SLICE, TX_AUTO_START); in nx_mrp_init()
/NetX-Duo-v6.2.1/samples/
Ddemo_netx_duo_mdns.c192 UINT priority, UINT weight, UINT port, UINT is_unique) in register_local_service() argument
196 …status = nx_mdns_service_add(&mdns, instance, type, subtype, txt, ttl, (USHORT)priority, (USHORT)w… in register_local_service()
/NetX-Duo-v6.2.1/addons/rtsp/
Dnx_rtsp_server.c176 VOID *stack_ptr, ULONG stack_size, UINT priority, UINT server_port, in _nxe_rtsp_server_create() argument
192 … stack_ptr, stack_size, priority, server_port, disconnect_callback); in _nxe_rtsp_server_create()
251 VOID *stack_ptr, ULONG stack_size, UINT priority, UINT server_port, in _nx_rtsp_server_create() argument
278 stack_ptr, stack_size, priority, priority, in _nx_rtsp_server_create()
/NetX-Duo-v6.2.1/addons/mdns/
Dnxd_mdns.c100 …rr_srv_add(NX_MDNS *mdns_ptr, UCHAR *name, ULONG ttl, UCHAR set, USHORT priority, USHORT weights, …
211 UINT priority, VOID *stack_ptr, ULONG stack_size, UCHAR *host_name, in _nxe_mdns_create() argument
287 status = _nx_mdns_create(mdns_ptr, ip_ptr, packet_pool, priority, in _nxe_mdns_create()
371 UINT priority, VOID *stack_ptr, ULONG stack_size, UCHAR *host_name, in _nx_mdns_create() argument
530 stack_ptr, stack_size, priority, priority, in _nx_mdns_create()
2303 … USHORT priority, USHORT weights, USHORT port, UCHAR is_unique, UINT interface_index) in _nxe_mdns_service_add() argument
2364 status = _nx_mdns_service_add(mdns_ptr, name, type, sub_type, txt, ttl, priority, in _nxe_mdns_service_add()
2429 … USHORT priority, USHORT weights, USHORT port, UCHAR is_unique, UINT interface_index) in _nx_mdns_service_add() argument
2530 …status = _nx_mdns_rr_srv_add(mdns_ptr, &temp_string_buffer[0], srv_ttl, is_unique, priority, weigh… in _nx_mdns_service_add()
5252 …ic UINT _nx_mdns_rr_srv_add(NX_MDNS *mdns_ptr, UCHAR *name, ULONG ttl, UCHAR set, USHORT priority, in _nx_mdns_rr_srv_add() argument
[all …]
/NetX-Duo-v6.2.1/test/regression/mdns_test/
Dnetx_mdns_run_test_case.c721 … mdns_service -> ttl, mdns_service -> priority, mdns_service -> weights, mdns_service -> port, in netx_mdns_run_test_case()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h3636 VOID *memory_ptr, ULONG memory_size, UINT priority, UINT ip_control_block_size);
3641 VOID *memory_ptr, ULONG memory_size, UINT priority);
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt1637 nxe_ip_create.c Added the priority check.
1982 … fixed a bug when the priority of the calling thread is lower than IP thread.
4847 …nx_tcpserver.h Modified the default thread priority of TCP server.

12