Lines Matching defs:we
76 WaitUntilEntry* we = new (SimpleAllocator<WaitUntilEntry>::AllocMem()) WaitUntilEntry();
77 we->tp = std::chrono::steady_clock::now() + std::chrono::microseconds(DELAYED_WAKED_UP_TASK_TIME_INTERVAL);
78 we->cb = ([this, qos](WaitEntry* we) {
85 SimpleAllocator<WaitUntilEntry>::FreeMem(static_cast<WaitUntilEntry*>(we));
95 SimpleAllocator<WaitUntilEntry>::FreeMem(static_cast<WaitUntilEntry*>(we));
97 if (!DelayedWakeup(we->tp, we, we->cb)) {
98 SimpleAllocator<WaitUntilEntry>::FreeMem(we);