| # Copyright (c) 2023, Meta |
| # SPDX-License-Identifier: Apache-2.0 |
| # Options specific to clock.c / test_realtime |
| config TEST_CLOCK_RT_ITERATIONS |
| int "Number of iterations to check clock_gettime() reliability" |
| This option is specific to posix_apis.test_realtime in clock.c |
| config TEST_CLOCK_RT_SLEEP_MS |
| int "Time to sleep between iterations in milliseconds" |
| This option is specific to posix_apis.test_realtime in clock.c |
| config TEST_CLOCK_RT_ERROR_MS |
| int "Maximum overshoot (error) in milliseconds" |
| This option is specific to posix_apis.test_realtime in clock.c |
| int "Number of loops in semaphore test" |
| This option is specific to semaphore.test_named_semaphore in semaphore.c |