Searched refs:_fs_wait_for_readable (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfsio.h135 extern int _fs_wait_for_readable ( FSFpePtr conn, int ms );
H A Dfsio.c182 if (_fs_wait_for_readable (conn, 0) == FSIO_BLOCK)
424 _fs_wait_for_readable(FSFpePtr conn, int ms) function in typeref:typename:int
H A Dfserve.c700 if (_fs_wait_for_readable (conn, FontServerRequestTimeout) != FSIO_READY)
3318 ret = _fs_wait_for_readable (conn, 1000);
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfsio.h137 extern int _fs_wait_for_readable ( FSFpePtr conn, int ms );
H A Dfsio.c178 if (_fs_wait_for_readable (conn, 0) == FSIO_BLOCK)
420 _fs_wait_for_readable(FSFpePtr conn, int ms) function in typeref:typename:int
H A Dfserve.c702 if (_fs_wait_for_readable (conn, FontServerRequestTimeout) != FSIO_READY)
3279 ret = _fs_wait_for_readable (conn, 1000);

Completed in 10 milliseconds