Thread synchronization and synchronization variables

Source: Internet
Author: User
Tags mutex semaphore

The essence of thread synchronization is to coordinate the thread's access to resources;

The tools for thread synchronization are synchronization variables: Mutex, condition variable, semaphore, read and write volume.

Resource type and access control:

1) Exclusive exclusive type: Mutex amount;

2) meet some conditions to access: Condition variable, condition check and condition setting;

3) set of resources; Semaphore.

Synchronous operation specification and access control

The thread attempts to gain access control before executing the critical section code, checking the state of the synchronization variable, and modifying the state, and then entering the critical section;

When you leave the critical section, you need to do something about the synchronization variable.

Http://www.cnblogs.com/likeyiyy/p/3670213.html

The essence of mutex is serial execution.

Thread synchronization and synchronization variables

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.