Actions
Feature #14522
closedProvide PTHREAD_{ERRORCHECK,RECURSIVE}_MUTEX_INITIALIZER_NP
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
pthread.h provides a definition suitable for statically initialising a pthread mutex with default attributes. Originally a glibc extension, several other platforms also provide definitions suitable for statically initialising error checking and recursive mutexes.
Related issues
Updated by Andy Fiddaman 6 months ago
- Related to Bug #14521: bhyve should use error checking mutexes and check results added
Updated by Electric Monk 5 months ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
git commit 7bb0eb348e1119aed76a61d633a9106b6b9912f1
commit 7bb0eb348e1119aed76a61d633a9106b6b9912f1 Author: Andy Fiddaman <omnios@citrus-it.co.uk> Date: 2022-03-16T00:02:44.000Z 14521 bhyve should use error checking mutexes and check results 14522 Provide PTHREAD_{ERRORCHECK,RECURSIVE}_MUTEX_INITIALIZER_NP Portions contributed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Jason King <jason.brian.king@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions