Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/
A Dzconfig_vendor_common.c485 static void *aws_mutex = NULL; variable
489 if (aws_mutex == NULL) { in aws_destroy()
492 if (aws_mutex) { in aws_destroy()
493 HAL_MutexLock(aws_mutex); in aws_destroy()
497 HAL_MutexUnlock(aws_mutex); in aws_destroy()
502 HAL_MutexUnlock(aws_mutex); in aws_destroy()
524 if (aws_mutex) { in aws_destroy()
525 HAL_MutexUnlock(aws_mutex); in aws_destroy()
531 if (aws_mutex) { in aws_release_mutex()
532 HAL_MutexDestroy(aws_mutex); in aws_release_mutex()
[all …]

Completed in 3 milliseconds