码迷,mamicode.com
首页 > Windows程序 > 详细

pthread 的 api 分类

时间:2018-01-25 18:25:52      阅读:244      评论:0      收藏:0      [点我收藏+]

标签:groups   ups   fixed   lang   nbsp   header   condition   ram   lan   

pthreads defines a set of C programming language typesfunctions and constants. It is implemented with a pthread.h header and a thread library.

There are around 100 threads procedures, all prefixed pthread_ and they can be categorized into four groups:

The POSIX semaphore API works with POSIX threads but is not part of threads standard, having been defined in the POSIX.1b, Real-time extensions (IEEE Std 1003.1b-1993) standard. Consequently, the semaphore procedures are prefixed by sem_ instead of pthread_.

 

https://en.wikipedia.org/wiki/POSIX_Threads

pthread 的 api 分类

标签:groups   ups   fixed   lang   nbsp   header   condition   ram   lan   

原文地址:https://www.cnblogs.com/feng9exe/p/8352199.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!