Home
last modified time | relevance | path

Searched refs:NANOSECOND_PER_MILLISECOND (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dsynchronize_event.cpp23 static const int NANOSECOND_PER_MILLISECOND = 1000000; variable
72 long ns = absoluteTime.tv_nsec + ((ms % MILLISECOND_PER_SECOND) * NANOSECOND_PER_MILLISECOND); in Wait()