Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/core/adapter/syscall/src/
H A Dhdf_syscall_adapter.c37 #define TIMEOUT_US 100000 // 100ms macro
654 while (thread->status != LISTENER_EXITED && count <= TIMEOUT_US) { in HdfDevListenerThreadDestroy()