开发者

threading using simple c

开发者 https://www.devze.com 2022-12-25 15:21 出处:网络
i would like to implement a thread framework using simple c and timers....can anyone help me out...by providing some sample libraries or mate开发者_如何学编程rial...It may help to have a look at pthre

i would like to implement a thread framework using simple c and timers....can anyone help me out...by providing some sample libraries or mate开发者_如何学编程rial...


It may help to have a look at pthreads, a POSIX standard for threads:

Pthreads are defined as a set of C language programming types and procedure calls, implemented with a pthread.h header/include file and a thread library - though this library may be part of another library, such as libc, in some implementations.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号