| 76 | } |
| 77 | template<class Tracer> |
| 78 | forceinline void |
| 79 | Engine<Tracer>::release(Cmd c) { |
| 80 | _cmd = c; |
| 81 | Support::Thread::releaseGlobalMutex(&_m_wait); |
| 82 | } |
| 83 | template<class Tracer> |
| 84 | forceinline void |
| 85 | Engine<Tracer>::wait(void) { |
no outgoing calls
no test coverage detected