30/09/2018, 16:01

Hỏi về lập trình đa luồng trong C

Anh chị nào có thể viết 1 bài chi tiết mô tả về cách lập trình đa luồng trong C cho e hiểu được không ak.Trong Java thì e hiểu nhưng trong C e tìm tài liệu về nó thì lại khó khăn.
Mong anh(chị) giúp đỡ. Em cảm ơn

Nguyễn Minh Dũng viết 18:10 ngày 30/09/2018

C em muốn dùng thread thì hơi phức tạp, em muốn viết trên windows hay linux?

Em nghiên cứu POSIX thread nhé. POSIX là một chuẩn (Portable Operating System Interface)

Wikiwand

POSIX Threads | Wikiwand

POSIX Threads, usually referred to as pthreads, is an execution model that exists independently from a language, as well as a parallel execution model. It allows a program to control multiple different flows of work that overlap in time. Each flow...

ducnoibkdn viết 18:06 ngày 30/09/2018

em viết trên Window a, hic

Nguyễn Minh Dũng viết 18:16 ngày 30/09/2018

Trên Windows thì em sử dụng Windows API nhé

stackoverflow.com
szaman

Using threads in C on Windows. Simple Example?

c, windows, multithreading, semaphore
asked by szaman on 05:49PM - 30 Dec 09
Bài liên quan
0