Searched refs:cv (Results 1 – 5 of 5) sorted by relevance
/developtools/hdc/src/common/ |
D | uart.h | 245 cv.notify_one(); in Request() 255 cv.notify_one(); in Sent() 262 std::condition_variable cv; variable 327 cv.wait(lock, [=] { return hasWaitPkg.find(sessionId) == hasWaitPkg.end(); }); in Wait() 335 cv.notify_one(); in Free() 342 cv.wait_for(lock, std::chrono::milliseconds(WaitResponseTimeOutMs), in WaitFree() 348 std::condition_variable cv; variable
|
D | define_plus.h | 289 condition_variable cv; member
|
D | uart.cpp | 1018 if (cv.wait_for(lock, waitTimeout, [=] { return requested; }) == false) { in Wait() 1025 cv.wait(lock, [=] { return requested; }); in Wait()
|
/developtools/hdc/src/host/ |
D | host_usb.cpp | 400 hUSB->hostBulkIn.cv.notify_one(); in CancelUsbIo() 408 hUSB->hostBulkOut.cv.notify_one(); in CancelUsbIo() 489 ep->cv.notify_one(); in USBBulkCallback() 519 ep->cv.wait(lock, [ep]() { return ep->isComplete; }); in SubmitUsbBio()
|
/developtools/ace_ets2bundle/compiler/sample/pages/testcases/ |
D | showcaseCovid19.ets | 1294 … "name": "Cape Verde", "continent": "Africa", "alpha2": "cv", "population": 555988, "months": [
|