Home
last modified time | relevance | path

Searched defs:_lock (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/posix/include/sys/
A Dlock.h23 #define __lock_init(_lock) pthread_mutex_init(&_lock, NULL) argument
24 #define __lock_acquire(_lock) pthread_mutex_lock(&_lock) argument
26 #define __lock_release(_lock) pthread_mutex_unlock(&_lock) argument
27 #define __lock_close(_lock) pthread_mutex_destroy(&_lock) argument
29 #define __lock_init_recursive(_lock) pthread_mutex_init(&_lock, NULL) argument
30 #define __lock_acquire_recursive(_lock) pthread_mutex_lock(&_lock) argument
32 #define __lock_release_recursive(_lock) pthread_mutex_unlock(&_lock) argument
33 #define __lock_close_recursive(_lock) pthread_mutex_destroy(&_lock) argument
/AliOS-Things-master/hardware/chip/rtl872xd/aos/
A Daos_osdep.h96 typedef aos_mutex_t _lock; typedef

Completed in 3 milliseconds