Home
last modified time | relevance | path

Searched refs:Unix_IsParallelInUse (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dunixcomm.h163 extern int Unix_IsParallelInUse(void);
H A Dunixcomm.c459 extern int Unix_IsParallelInUse(void) in Unix_IsParallelInUse() function
H A Dserpardr.c216 if (Unix_IsSerialInUse() || Unix_IsParallelInUse()) return -1; in SerparOpen()