* @brief Callback for yield-once testing * * Records execution for yield-once verification. */
| 326 | * Records execution for yield-once verification. |
| 327 | */ |
| 328 | void yield_once_callback() { |
| 329 | test_output.push_back("yield_once_executed"); |
| 330 | } |
| 331 | |
| 332 | // Test fixture for comprehensive scheduler testing |
| 333 | class SchedulerThoroughTest : public ::testing::Test { |
nothing calls this directly
no outgoing calls
no test coverage detected