1. mqueue
功能
结构体
函数
参考链接
[1]. Alios-things, https://github.com/chengshuyi/AliOS-Things/blob/master/kernel/rhino/posix/mqueue.c
2. pthread
功能
结构体
函数
参考链接
[1]. Alios-things, https://github.com/chengshuyi/AliOS-Things/blob/master/kernel/rhino/posix/pthread.c
3. pthread_attr
功能
结构体
函数
参考链接
[1]. Alios-things, https://github.com/chengshuyi/AliOS-Things/blob/master/kernel/rhino/posix/pthread_attr.c
4. pthread_cond
功能
结构体
函数
参考链接
[1]. Alios-things, https://github.com/chengshuyi/AliOS-Things/blob/master/kernel/rhino/posix/pthread_cond.c
5. pthread_mutex
功能
结构体
函数
参考链接
[1]. Alios-things, https://github.com/chengshuyi/AliOS-Things/blob/master/kernel/rhino/posix/pthread_mutex.c
6. pthread_sched
功能
结构体
函数
参考链接
[1]. Alios-things, https://github.com/chengshuyi/AliOS-Things/blob/master/kernel/rhino/posix/pthread_sched.c
7. semaphore
功能
结构体
函数
参考链接
[1]. Alios-things, https://github.com/chengshuyi/AliOS-Things/blob/master/kernel/rhino/posix/semaphore.c
网友评论