Home
last modified time | relevance | path

Searched refs:cloud_stack (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/cloud_test/
Dnetx_cloud_api_test.c13 static UCHAR cloud_stack[2048]; variable
63 status = nx_cloud_create(NX_NULL, "Cloud", cloud_stack, 2048, 3); in test_entry()
81 status = nx_cloud_create(&cloud, "Cloud", cloud_stack, 0, 3); in test_entry()
90 status = nx_cloud_create(&cloud, "Cloud", cloud_stack, 2048, TX_MAX_PRIORITIES); in test_entry()
99 status = nx_cloud_create(&cloud, "Cloud", cloud_stack, 2048, 3); in test_entry()
Dnetx_cloud_module_register_deregister_test.c13 static UCHAR cloud_stack[2048]; variable
65 status = nx_cloud_create(&cloud, "Cloud", cloud_stack, 2048, 3); in test_entry()
Dnetx_cloud_basic_test.c13 static UCHAR cloud_stack[2048]; variable
70 status = nx_cloud_create(&cloud, "Cloud", cloud_stack, 2048, 3); in test_entry()
Dnetx_cloud_module_event_test.c13 static UCHAR cloud_stack[2048]; variable
93 status = nx_cloud_create(&cloud, "Cloud", cloud_stack, 2048, 3); in test_entry()