Searched refs:cv (Results 1 – 5 of 5) sorted by relevance
| /developtools/hdc/src/common/ |
| D | uart.h | 246 cv.notify_one(); in Request() 256 cv.notify_one(); in Sent() 263 std::condition_variable cv; variable 328 cv.wait(lock, [=] { return hasWaitPkg.find(sessionId) == hasWaitPkg.end(); }); in Wait() 336 cv.notify_one(); in Free() 343 cv.wait_for(lock, std::chrono::milliseconds(WaitResponseTimeOutMs), in WaitFree() 349 std::condition_variable cv; variable
|
| D | define_plus.h | 316 condition_variable cv; member
|
| D | uart.cpp | 1023 if (cv.wait_for(lock, waitTimeout, [=] { return requested; }) == false) { in Wait() 1030 cv.wait(lock, [=] { return requested; }); in Wait()
|
| /developtools/hdc/src/host/ |
| D | host_usb.cpp | 431 hUSB->hostBulkIn.cv.notify_one(); in CancelUsbIo() 439 hUSB->hostBulkOut.cv.notify_one(); in CancelUsbIo() 520 ep->cv.notify_one(); in USBBulkCallback() 550 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": [
|