Home
last modified time | relevance | path

Searched refs:EFD_SEMAPHORE (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libc/port/sys/
H A Deventfd.c29 if (flags & ~(EFD_NONBLOCK | EFD_CLOEXEC | EFD_SEMAPHORE)) { in eventfd()
43 if ((flags & EFD_SEMAPHORE) && in eventfd()
/titanic_50/usr/src/uts/common/sys/
H A Deventfd.h40 #define EFD_SEMAPHORE 1 macro