678059c test: Refactor test driver event sending

Authored and Committed by Peter Krempa 8 years ago
    test: Refactor test driver event sending
    
    Make testObjectEventQueue tolerant to NULL @event and move it so that it
    does not require a prototype. Additionally we are now able to remove
    locking when accessing driver->eventState, since it's using self-locking
    APIs and the pointer is immutable.
    
        
file modified
+31 -68