\brief Creates the event object by calling the native create API
| 43 | |
| 44 | /// \brief Creates the event object by calling the native create API |
| 45 | ErrorType create() noexcept { |
| 46 | return NativeEventPolicy::createAndMarkEvent(&e_); |
| 47 | } |
| 48 | |
| 49 | /// \brief Adds the event on the queue. Once this point on the program |
| 50 | /// is executed, the event is marked complete. |
nothing calls this directly
no test coverage detected