Multi-thread synchronization mechanism includes: 1. Critical Section (critical section), used to achieve "exclusive possession"; 2. Semaphore, used to track limited resources; 3. Mutex, which can be used in different threads To achieve "exclusive possession" between threads, even if those threads belong to different processes; 4. Event, usually used for overlapped I/O, or used to design some custom synchronization objects.
#The operating environment of this article: Windows 7 system, Dell G3 computer.
Multi-thread synchronization mechanism includes:
1, Critical Section
Critical section (critical section) is used to implement " exclusive possession”. The scope of application is between threads of a single process. It is:
A local object, not a core object.
Fast and efficient.
More than one critical section cannot be waited for at the same time.
Unable to detect whether it has been abandoned by a thread.
can achieve mutual exclusion between threads, but cannot be used to achieve synchronization.
2, Semaphore
Semaphore is used to track limited resources. It is:
A core object.
No owner.
can be named, so it can be opened by other processes.
Can be released by any thread.
It can realize mutual exclusion between threads and synchronization between threads.
When used across processes, if the thread owning the semaphore ends unexpectedly, other processes will not be notified.
3, Mutex
Mutex is a core object that can achieve "exclusive possession" between different threads, even those threads Belong to different processes. It is:
A core object.
If the thread that owns the mutex terminates, an "abandoned" error message will be generated.
i can be named and therefore can be opened by other processes.
can only be released by the thread that owns it.
When used across processes, if the process owning the mutex ends unexpectedly, other processes will receive a
WAIT_ABANDOEND
message.
4, Event
Event object is usually used for overlapped I/O, or to design some custom synchronization objects. It is:
A core object.
is used to achieve mutual exclusion and synchronization of threads.
can be named, so it can be opened by other processes.
When used across processes, if the thread owning the semaphore ends unexpectedly, other processes will not be notified.
Note: Critical sections and mutexes both have the concept of "thread ownership", so they cannot be used to achieve synchronization between threads, but can only be used to implement mutual exclusion. The reason is that the thread that creates the critical section or mutex can unconditionally enter the protected program section without waiting for LeaveCriticalSection()
, SetEvent()
, because it has this right. In addition, mutexes can handle "abandonment" operations very well. If the thread terminates unexpectedly without releasing the object, other threads can wait for a WAIT_ABANDONED_0
. But neither events nor semaphores can do that.
Events and semaphores can realize mutual exclusion and synchronization between threads and processes.
In terms of usage efficiency, the critical section has the highest efficiency, because it is not a kernel object, and the other three are core objects. They need to be implemented with the help of the operating system, so the efficiency is relatively low. .
But if you want to use it across processes, you still need to use mutexes, event objects and semaphores.
In short: When designing, first try not to use global variables. If not, then consider using the Inter...() function, then the critical section object, and finally the event, mutex, signal.
The above is the detailed content of What does multi-thread synchronization mechanism include?. For more information, please follow other related articles on the PHP Chinese website!

The domestic AI dark horse DeepSeek has risen strongly, shocking the global AI industry! This Chinese artificial intelligence company, which has only been established for a year and a half, has won wide praise from global users for its free and open source mockups, DeepSeek-V3 and DeepSeek-R1. DeepSeek-R1 is now fully launched, with performance comparable to the official version of OpenAIo1! You can experience its powerful functions on the web page, APP and API interface. Download method: Supports iOS and Android systems, users can download it through the app store; the web version has also been officially opened! DeepSeek web version official entrance: ht

At the beginning of 2025, domestic AI "deepseek" made a stunning debut! This free and open source AI model has a performance comparable to the official version of OpenAI's o1, and has been fully launched on the web side, APP and API, supporting multi-terminal use of iOS, Android and web versions. In-depth search of deepseek official website and usage guide: official website address: https://www.deepseek.com/Using steps for web version: Click the link above to enter deepseek official website. Click the "Start Conversation" button on the homepage. For the first use, you need to log in with your mobile phone verification code. After logging in, you can enter the dialogue interface. deepseek is powerful, can write code, read file, and create code

DeepSeek: How to deal with the popular AI that is congested with servers? As a hot AI in 2025, DeepSeek is free and open source and has a performance comparable to the official version of OpenAIo1, which shows its popularity. However, high concurrency also brings the problem of server busyness. This article will analyze the reasons and provide coping strategies. DeepSeek web version entrance: https://www.deepseek.com/DeepSeek server busy reason: High concurrent access: DeepSeek's free and powerful features attract a large number of users to use at the same time, resulting in excessive server load. Cyber Attack: It is reported that DeepSeek has an impact on the US financial industry.

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Dreamweaver CS6
Visual web development tools

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

Atom editor mac version download
The most popular open source editor

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.
