Home | History | Annotate | Download | only in unittest

Lines Matching full:callback

182 void CALLBACK DoneWaiting(void *param, BOOLEAN timed_out) {
193 // execution of DoneWaiting callback. Currently, we don't catch this h-b.
196 // The callback thread is re-used between Registet/Unregister/Register calls
227 DWORD CALLBACK Callback(void *param) {
236 // The callback thread is allocated from a thread pool and can be re-used.
237 // As a result, we may miss h-b between "int *obj = ..." and Callback execution.
241 CHECK(QueueUserWorkItem(Callback, obj, i % 2 ? WT_EXECUTELONGFUNCTION : 0));
248 DWORD CALLBACK Callback2(void *param) {
442 DWORD CALLBACK PrintDirectoryListingJob(void *param) {