summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/regcomp.c
diff options
context:
space:
mode:
authorloos <loos@FreeBSD.org>2015-02-14 20:50:38 +0000
committerloos <loos@FreeBSD.org>2015-02-14 20:50:38 +0000
commitf2de095d5d5802bc2242ccb2e1b727d7b470a170 (patch)
tree8948970c7a88dd89a375a1618b99ec175f8364ab /lib/libc/regex/regcomp.c
parentf99164198665820412f4855ab8b17350f958aa40 (diff)
downloadFreeBSD-src-f2de095d5d5802bc2242ccb2e1b727d7b470a170.zip
FreeBSD-src-f2de095d5d5802bc2242ccb2e1b727d7b470a170.tar.gz
MFC r273917, r273926:
Fix the gpiobus locking by using a more sane model where it isn't necessary hold the gpiobus lock between the gpio calls. gpiobus_acquire_lock() now accepts a third parameter which tells gpiobus what to do when the bus is already busy. When GPIOBUS_WAIT wait is used, the calling thread will be put to sleep until the bus became free. With GPIOBUS_DONTWAIT the calling thread will receive EWOULDBLOCK right away and then it can act upon. This fixes the gpioiic(4) locking issues that arises when doing multiple concurrent access on the bus. Fix the build of non-FDT systems by moving the gpiobusvar.h header outside the FDT #ifdef. While here remove a few unused headers.
Diffstat (limited to 'lib/libc/regex/regcomp.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud