码迷,mamicode.com
首页 >  
搜索关键字:posix读写锁    ( 2个结果
ipc基础
ipc对象持久性 管道或FIFO尽管是随进程持续而不是随内核持续,但是管道中的数据在内核中维护,最后一个将某个管道打开着用于读的进程关闭该管道后,内核将丢弃所有的数据并删除该管道 管道 进程持久性 Posix互斥锁 Posix条件变量 Posix读写锁 进程持久性 进程持久性 进程持久性 Posix ...
分类:其他好文   时间:2019-04-13 10:52:14    阅读次数:155
Linux多线程实践(6) --Posix读写锁解决读者写者问题
Posix读写锁int pthread_rwlock_init(pthread_rwlock_t *restrict rwlock, const pthread_rwlockattr_t *restrict attr); int pthread_rwlock_destroy(pthread_rwlock_t *rwlock); int pthrea...
分类:编程语言   时间:2015-02-19 18:39:41    阅读次数:229
2条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!