操作系统

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

2018-08-31  本文已影响0人  xiaocai888

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

上一篇 下一篇

猜你喜欢

热点阅读