开发者

threading using simple c

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜