Actions
Feature #6953
closedadd support for c11 threads api
Start date:
2016-05-05
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
This adds support to the system for the ISO C11 threads API. This is just a wrapper around the core threads implementation in much of the same way as pthreads and the traditional illumos threads API.
Updated by Electric Monk over 7 years ago
- Status changed from New to Closed
git commit fc2512cfb727d49529d8ed99164db871f4829b73
commit fc2512cfb727d49529d8ed99164db871f4829b73 Author: Robert Mustacchi <rm@joyent.com> Date: 2016-05-19T14:45:52.000Z 6951 Initial c11 support 6952 gets should not be visible in C11 6953 add support for c11 threads api 6954 Symbols test should support validating pre-processor symbols Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Garrett D'Amore <garrett@damore.org>
Actions