Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_timer.c35 static unsigned int g_timerType; variable
64 g_timerType = type; in SoftBusCreateTimer()
83 if (g_timerType == TIMER_TYPE_ONCE) { in SoftBusStartTimer()