Searched refs:cloud_stack (Results 1 – 4 of 4) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/cloud_test/ |
| D | netx_cloud_api_test.c | 13 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()
|
| D | netx_cloud_module_register_deregister_test.c | 13 static UCHAR cloud_stack[2048]; variable 65 status = nx_cloud_create(&cloud, "Cloud", cloud_stack, 2048, 3); in test_entry()
|
| D | netx_cloud_basic_test.c | 13 static UCHAR cloud_stack[2048]; variable 70 status = nx_cloud_create(&cloud, "Cloud", cloud_stack, 2048, 3); in test_entry()
|
| D | netx_cloud_module_event_test.c | 13 static UCHAR cloud_stack[2048]; variable 93 status = nx_cloud_create(&cloud, "Cloud", cloud_stack, 2048, 3); in test_entry()
|