Home | History | Annotate | Download | only in adb

Lines Matching full:createevent

888     buffer->evt_write = CreateEvent( NULL, TRUE, TRUE, NULL );
889 buffer->evt_read = CreateEvent( NULL, TRUE, FALSE, NULL );
1543 main_event = CreateEvent(NULL, TRUE, FALSE, NULL);