Searched refs:EFD_SEMAPHORE (Results 1 – 9 of 9) sorted by relevance
13 #define EFD_SEMAPHORE 1 macro
26 int ret = eventfd(0, EFD_SEMAPHORE); in eventfd_0100()
3338 :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 is3359 fd = os.eventfd(1, os.EFD_SEMAPHORE | os.EFC_CLOEXEC)3410 .. data:: EFD_SEMAPHORE
3707 flags = os.EFD_CLOEXEC | os.EFD_SEMAPHORE | os.EFD_NONBLOCK
15397 if (PyModule_AddIntMacro(m, EFD_SEMAPHORE)) return -1; in all_ins()