1. | |
2. | mutexes 同步对象包括‘互斥体(mutexes)’,‘信号灯(semaphores)’,‘事件(events)’和‘临界节(critical sections)’等等,在VC++ 帮助文件中 … blog.csdn.net|基于83个网页 |
3. | CreateMutex 4 互斥体:主线程创建一个互斥体(CreateMutex).在各个分线程中分别调用waitforsingleobject(mutex),先得到互斥体的得到运行, … blog.csdn.net|基于13个网页 |
4. | Mutual Exclusion iii. 互斥体(Mutual Exclusion),如果一个线程需要使用互斥体,前提是这个互斥体当前没 有被别的线程使用,如果互斥体已 … www.docin.com|基于11个网页 |
5. | mtx FreeBSD VM - 内核内存管理 - BSD -... ... MALLOC_DEFINE 宏的一条语句。所有内核通过 ks_mtx 互斥体。 kmem_malloc 函 … bbs.chinaunix.net|基于10个网页 |
6. | |
7. | struct mtx 在FreeBSD5.0中,有很多类型的锁:互斥体(struct mtx)、共享/独占锁(struct sx)、lockmgr锁(struct lock)、条件变量(struct cv) … freebsd.chinaunix.net|基于5个网页 |