diff options
Diffstat (limited to 'test/smp/regression/threadx_initialize_kernel_setup_test.c')
| -rw-r--r-- | test/smp/regression/threadx_initialize_kernel_setup_test.c | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/test/smp/regression/threadx_initialize_kernel_setup_test.c b/test/smp/regression/threadx_initialize_kernel_setup_test.c index a1172ded..388f2cde 100644 --- a/test/smp/regression/threadx_initialize_kernel_setup_test.c +++ b/test/smp/regression/threadx_initialize_kernel_setup_test.c @@ -1,3 +1,14 @@ +/***************************************************************************/ +/* Copyright (c) 2024 Microsoft Corporation */ +/* Copyright (c) 2026 Eclipse ThreadX contributors */ +/* */ +/* This program and the accompanying materials are made available under */ +/* the terms of the MIT License which is available at */ +/* https://opensource.org/licenses/MIT. */ +/* */ +/* SPDX-License-Identifier: MIT */ +/***************************************************************************/ + /* This test is designed to test kernel setup functionality in ThreadX. */ #include <stdio.h> @@ -33,18 +44,6 @@ UINT mutex_priority_change_extension_selection; UINT priority_change_extension_selection; -__attribute__((weak)) void abort_all_threads_suspended_on_mutex(void) -{ -} - -__attribute__((weak)) void suspend_lowest_priority(void) -{ -} - -__attribute__((weak)) void abort_and_resume_byte_allocating_thread(void) -{ -} - void main() { @@ -80,4 +79,4 @@ void delete_timer_thread(void) _tx_thread_delete(&_tx_timer_thread); } -#endif
\ No newline at end of file +#endif |
