This is a synonym for the following, which asserts certain locks are not held: std::promise<void> promise; CallFunctionInValidationInterfaceQueue([&promise]{ promise.set_value(); }); promise.get_future().wait();

Synopsis

Declared in <validationinterface.h>

[[locks_excluded(0x7fbc8eef8de8), locks_excluded(0x7fbcad9dcd78), locks_excluded(0x7fbc90d09148), locks_excluded(0x7fbca5f317b8), locks_excluded(0x7fbca1b1b598), locks_excluded(0x7fbc8c7be9d8), locks_excluded(0x7fbc9d443bf8), locks_excluded(0x7fbca76ecda8), locks_excluded(0x7fbc88856748), locks_excluded(0x7fbc7547f788)]]
void
SyncWithValidationInterfaceQueue();

Created with MrDocs