. NET thread Synchronization Primitives

Source: Internet
Author: User
Tags net thread
Exclusive

User mode interlock atomic lock, spinlock spin lock

Kernel-mode mutex mutex (that thread gets, that thread is freed; can cross-process)

Mixed Mode monter

[Semaphore] Batch

Kernel mode semaphore (can cross process)

Mixed Mode Semaphoreslim (non-cross process)

[Event Notification] an event

Kernel mode ManualResetEvent, AutoResetEvent (can cross-process)

Mixed Mode ManualResetEventSlim, Autoreseteventslim (non-cross process)

Other

Kernel mode can be cross-process, mixed/user mode not cross-process. Lock object is used (Synchronous block index)

Thread.yeild yields the time slice, enters the ready state, can only dispatch the same CPU thread, allows the low-priority thread to dispatch

Thread.Sleep (0) Make time slice, go into ready state, can dispatch any CPU thread, but can only be sibling or advanced priority thread

Thread.Sleep (1) Make time slice, enter ready state, can dispatch any CPU thread, but can only be sibling or advanced priority thread, not 1 milliseconds, the reason of time slice may lag

. NET thread Synchronization Primitives

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.