美文网首页操作系统
Alios-things - rhino内核(五)posix文件

Alios-things - rhino内核(五)posix文件

作者: xiaocai888 | 来源:发表于2018-08-31 13:13 被阅读0次

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

相关文章

网友评论

    本文标题:Alios-things - rhino内核(五)posix文件

    本文链接:https://www.haomeiwen.com/subject/fjldwftx.html