k********r 发帖数: 18 | 1 请教difference between critical section, mutex and semaphore:
critical section a block of codes which requires atomic operation.
mutex and semaphore 是用来实现 critical section的。
就这关系把?
我以前一直以为 mutex and semaphore 是用来限制 resource,
critical section 是用来限制行动的, 感觉理解有误。 | h*********s 发帖数: 5 | 2 mutex and semaphore 可以用来保护critical section的
我对mutex and semaphore 实现不清楚,觉得mutex象是binary semaphore
【在 k********r 的大作中提到】 : 请教difference between critical section, mutex and semaphore: : critical section a block of codes which requires atomic operation. : mutex and semaphore 是用来实现 critical section的。 : 就这关系把? : 我以前一直以为 mutex and semaphore 是用来限制 resource, : critical section 是用来限制行动的, 感觉理解有误。
|
|