Home
last modified time | relevance | path

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

/third_party/musl/include/sys/
Deventfd.h13 #define EFD_SEMAPHORE 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Deventfd.h13 #define EFD_SEMAPHORE 1 macro
/third_party/musl/ndk_musl_include/sys/
Deventfd.h13 #define EFD_SEMAPHORE 1 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Deventfd.h13 #define EFD_SEMAPHORE 1 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Deventfd.h13 #define EFD_SEMAPHORE 1 macro
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Deventfd.c26 int ret = eventfd(0, EFD_SEMAPHORE); in eventfd_0100()
/third_party/python/Doc/library/
Dos.rst3338 :const:`EFD_NONBLOCK`, and :const:`EFD_SEMAPHORE`.
3340 If :const:`EFD_SEMAPHORE` is specified and the event counter is non-zero,
3343 If :const:`EFD_SEMAPHORE` is not specified and the event counter is
3359 fd = os.eventfd(1, os.EFD_SEMAPHORE | os.EFC_CLOEXEC)
3410 .. data:: EFD_SEMAPHORE
/third_party/python/Lib/test/
Dtest_os.py3707 flags = os.EFD_CLOEXEC | os.EFD_SEMAPHORE | os.EFD_NONBLOCK
/third_party/python/Modules/
Dposixmodule.c15397 if (PyModule_AddIntMacro(m, EFD_SEMAPHORE)) return -1; in all_ins()