Searched refs:_fs_wait_for_readable (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/libXfont/dist/src/fc/ |
| H A D | fsio.h | 135 extern int _fs_wait_for_readable ( FSFpePtr conn, int ms );
|
| H A D | fsio.c | 182 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 D | fserve.c | 700 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 D | fsio.h | 137 extern int _fs_wait_for_readable ( FSFpePtr conn, int ms );
|
| H A D | fsio.c | 178 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 D | fserve.c | 702 if (_fs_wait_for_readable (conn, FontServerRequestTimeout) != FSIO_READY) 3279 ret = _fs_wait_for_readable (conn, 1000);
|
Completed in 10 milliseconds