Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/wifi_provision/dev_bind/
A Dawss_notify.c35 static void *dev_bind_notify_mutex = NULL; variable
477 if (dev_bind_notify_mutex == NULL) { in __awss_dev_bind_notify()
479 if (dev_bind_notify_mutex == NULL) { in __awss_dev_bind_notify()
488 HAL_MutexLock(dev_bind_notify_mutex); in __awss_dev_bind_notify()
539 if (dev_bind_notify_mutex) { in __awss_dev_bind_notify()
540 HAL_MutexUnlock(dev_bind_notify_mutex); in __awss_dev_bind_notify()
542 dev_bind_notify_mutex = NULL; in __awss_dev_bind_notify()
558 if (dev_bind_notify_mutex) { in awss_dev_bind_notify_stop()
559 HAL_MutexLock(dev_bind_notify_mutex); in awss_dev_bind_notify_stop()
576 if (dev_bind_notify_mutex) { in awss_dev_bind_notify_stop()
[all …]

Completed in 3 milliseconds