davidxu 2006-03-07 08:28:07 UTC
FreeBSD src repository
Modified files:
lib/librt aio.c mq.c sigev_thread.c sigev_thread.h
timer.c
Log:
1. Always call user callback function in newly created thread, it seems
POSIX implies that the user callback function must be executed in clean
environment.
2. Use newly introduced pthread stubs in libc.
Revision Changes Path
1.4 +0 -3 src/lib/librt/aio.c
1.5 +0 -2 src/lib/librt/mq.c
1.5 +159 -378 src/lib/librt/sigev_thread.c
1.3 +11 -27 src/lib/librt/sigev_thread.h
1.4 +0 -2 src/lib/librt/timer.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"