/freebsd/lib/libc/stdio/ |
H A D | feof.c | diff 567d74a5eced82896bce42c1181f3335f45cbcac Wed Mar 17 02:43:08 CET 2004 Tim J. Robbins <tjr@FreeBSD.org> Re-add macro versions of getc(), getchar(), putc(), putchar(), feof(), ferror(), fileno() and clearerr(), using the value of __isthreaded to decide between the fast inline single-threaded code and the more general function equivalent. This gives most of the performance benefits of the old unsafe macros while preserving thread safety. diff 567d74a5eced82896bce42c1181f3335f45cbcac Wed Mar 17 02:43:08 CET 2004 Tim J. Robbins <tjr@FreeBSD.org> Re-add macro versions of getc(), getchar(), putc(), putchar(), feof(), ferror(), fileno() and clearerr(), using the value of __isthreaded to decide between the fast inline single-threaded code and the more general function equivalent. This gives most of the performance benefits of the old unsafe macros while preserving thread safety.
|
H A D | ferror.c | diff 567d74a5eced82896bce42c1181f3335f45cbcac Wed Mar 17 02:43:08 CET 2004 Tim J. Robbins <tjr@FreeBSD.org> Re-add macro versions of getc(), getchar(), putc(), putchar(), feof(), ferror(), fileno() and clearerr(), using the value of __isthreaded to decide between the fast inline single-threaded code and the more general function equivalent. This gives most of the performance benefits of the old unsafe macros while preserving thread safety. diff 567d74a5eced82896bce42c1181f3335f45cbcac Wed Mar 17 02:43:08 CET 2004 Tim J. Robbins <tjr@FreeBSD.org> Re-add macro versions of getc(), getchar(), putc(), putchar(), feof(), ferror(), fileno() and clearerr(), using the value of __isthreaded to decide between the fast inline single-threaded code and the more general function equivalent. This gives most of the performance benefits of the old unsafe macros while preserving thread safety.
|
H A D | fileno.c | diff 567d74a5eced82896bce42c1181f3335f45cbcac Wed Mar 17 02:43:08 CET 2004 Tim J. Robbins <tjr@FreeBSD.org> Re-add macro versions of getc(), getchar(), putc(), putchar(), feof(), ferror(), fileno() and clearerr(), using the value of __isthreaded to decide between the fast inline single-threaded code and the more general function equivalent. This gives most of the performance benefits of the old unsafe macros while preserving thread safety. diff 567d74a5eced82896bce42c1181f3335f45cbcac Wed Mar 17 02:43:08 CET 2004 Tim J. Robbins <tjr@FreeBSD.org> Re-add macro versions of getc(), getchar(), putc(), putchar(), feof(), ferror(), fileno() and clearerr(), using the value of __isthreaded to decide between the fast inline single-threaded code and the more general function equivalent. This gives most of the performance benefits of the old unsafe macros while preserving thread safety.
|
H A D | putc.c | diff 567d74a5eced82896bce42c1181f3335f45cbcac Wed Mar 17 02:43:08 CET 2004 Tim J. Robbins <tjr@FreeBSD.org> Re-add macro versions of getc(), getchar(), putc(), putchar(), feof(), ferror(), fileno() and clearerr(), using the value of __isthreaded to decide between the fast inline single-threaded code and the more general function equivalent. This gives most of the performance benefits of the old unsafe macros while preserving thread safety. diff 567d74a5eced82896bce42c1181f3335f45cbcac Wed Mar 17 02:43:08 CET 2004 Tim J. Robbins <tjr@FreeBSD.org> Re-add macro versions of getc(), getchar(), putc(), putchar(), feof(), ferror(), fileno() and clearerr(), using the value of __isthreaded to decide between the fast inline single-threaded code and the more general function equivalent. This gives most of the performance benefits of the old unsafe macros while preserving thread safety.
|
H A D | putchar.c | diff 567d74a5eced82896bce42c1181f3335f45cbcac Wed Mar 17 02:43:08 CET 2004 Tim J. Robbins <tjr@FreeBSD.org> Re-add macro versions of getc(), getchar(), putc(), putchar(), feof(), ferror(), fileno() and clearerr(), using the value of __isthreaded to decide between the fast inline single-threaded code and the more general function equivalent. This gives most of the performance benefits of the old unsafe macros while preserving thread safety. diff 567d74a5eced82896bce42c1181f3335f45cbcac Wed Mar 17 02:43:08 CET 2004 Tim J. Robbins <tjr@FreeBSD.org> Re-add macro versions of getc(), getchar(), putc(), putchar(), feof(), ferror(), fileno() and clearerr(), using the value of __isthreaded to decide between the fast inline single-threaded code and the more general function equivalent. This gives most of the performance benefits of the old unsafe macros while preserving thread safety.
|
H A D | getc.c | diff 567d74a5eced82896bce42c1181f3335f45cbcac Wed Mar 17 02:43:08 CET 2004 Tim J. Robbins <tjr@FreeBSD.org> Re-add macro versions of getc(), getchar(), putc(), putchar(), feof(), ferror(), fileno() and clearerr(), using the value of __isthreaded to decide between the fast inline single-threaded code and the more general function equivalent. This gives most of the performance benefits of the old unsafe macros while preserving thread safety. diff 567d74a5eced82896bce42c1181f3335f45cbcac Wed Mar 17 02:43:08 CET 2004 Tim J. Robbins <tjr@FreeBSD.org> Re-add macro versions of getc(), getchar(), putc(), putchar(), feof(), ferror(), fileno() and clearerr(), using the value of __isthreaded to decide between the fast inline single-threaded code and the more general function equivalent. This gives most of the performance benefits of the old unsafe macros while preserving thread safety.
|
/freebsd/include/ |
H A D | stdio.h | diff 567d74a5eced82896bce42c1181f3335f45cbcac Wed Mar 17 02:43:08 CET 2004 Tim J. Robbins <tjr@FreeBSD.org> Re-add macro versions of getc(), getchar(), putc(), putchar(), feof(), ferror(), fileno() and clearerr(), using the value of __isthreaded to decide between the fast inline single-threaded code and the more general function equivalent. This gives most of the performance benefits of the old unsafe macros while preserving thread safety. diff 567d74a5eced82896bce42c1181f3335f45cbcac Wed Mar 17 02:43:08 CET 2004 Tim J. Robbins <tjr@FreeBSD.org> Re-add macro versions of getc(), getchar(), putc(), putchar(), feof(), ferror(), fileno() and clearerr(), using the value of __isthreaded to decide between the fast inline single-threaded code and the more general function equivalent. This gives most of the performance benefits of the old unsafe macros while preserving thread safety.
|