Home
last modified time | relevance | path

Searched defs:dupfd (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/winsys/nouveau/drm/
Dnouveau_drm_winsys.c48 int ret, dupfd; in nouveau_drm_screen_create() local
/third_party/musl/Benchmark/musl/
Dlibc_fcntl.cpp112 int dupfd = fcntl(fd, F_DUPFD, 0); in Bm_function_Fcntl_dupfd() local
/third_party/python/Lib/multiprocessing/
Dheap.py106 def rebuild_arena(size, dupfd): argument