* @brief Callback for yield switching tests * * Records execution and prepares for yield switching behavior. */
| 317 | * Records execution and prepares for yield switching behavior. |
| 318 | */ |
| 319 | void yield_test_callback() { |
| 320 | test_output.push_back("yield_original"); |
| 321 | } |
| 322 | |
| 323 | /** |
| 324 | * @brief Callback for yield-once testing |
nothing calls this directly
no outgoing calls
no test coverage detected