summaryrefslogtreecommitdiff
path: root/test/tx/regression/threadx_queue_thread_terminate_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/tx/regression/threadx_queue_thread_terminate_test.c')
-rw-r--r--test/tx/regression/threadx_queue_thread_terminate_test.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/tx/regression/threadx_queue_thread_terminate_test.c b/test/tx/regression/threadx_queue_thread_terminate_test.c
index d0834704..97d8a569 100644
--- a/test/tx/regression/threadx_queue_thread_terminate_test.c
+++ b/test/tx/regression/threadx_queue_thread_terminate_test.c
@@ -48,8 +48,8 @@ CHAR *pointer;
/* Put system definition stuff in here, e.g. thread creates and other assorted
create information. */
- status = tx_thread_create(&thread_0, "thread 0", thread_0_entry, 1,
- pointer, TEST_STACK_SIZE_PRINTF,
+ status = tx_thread_create(&thread_0, "thread 0", thread_0_entry, 1,
+ pointer, TEST_STACK_SIZE_PRINTF,
17, 17, 100, TX_AUTO_START);
pointer = pointer + TEST_STACK_SIZE_PRINTF;
@@ -61,8 +61,8 @@ CHAR *pointer;
test_control_return(1);
}
- status = tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1,
- pointer, TEST_STACK_SIZE_PRINTF,
+ status = tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1,
+ pointer, TEST_STACK_SIZE_PRINTF,
16, 16, 100, TX_AUTO_START);
pointer = pointer + TEST_STACK_SIZE_PRINTF;
@@ -85,10 +85,10 @@ CHAR *pointer;
printf("Running Queue Thread Terminate Test................................. ERROR #3\n");
test_control_return(1);
}
-
+
/* Setup queue send notification. */
status = tx_queue_send_notify(&queue_0, queue_notify);
-
+
#ifndef TX_DISABLE_NOTIFY_CALLBACKS
/* Check for status. */