davidxu 2007-04-05 07:20:31 UTC
FreeBSD src repository
Modified files:
lib/libthr/threadthr_info.c
Log:
If a thread who's name is being set is not the current thread, use macros
THR_THREAD_LOCK and THR_THREAD_UNLOCK instead, this should fix wrong
lock level problem.
davidxu 2006-02-05 02:26:18 UTC
FreeBSD src repository
Modified files:
lib/libthr/threadthr_info.c
Log:
use syscall thr_set_name to implement pthread_set_name_np.
Revision ChangesPath
1.7 +18 -9 src/lib/libthr/thread/thr_info.c
__
davidxu 2006-01-24 02:04:21 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
lib/libthr/threadthr_info.c
Log:
MFC:
Add missing symbol pthread_set_name_np.
Revision ChangesPath
1.4.2.2 +2 -0 src/lib/libthr/thread/thr_info.c
davidxu 2006-01-23 06:11:23 UTC
FreeBSD src repository
Modified files:
lib/libthr/threadthr_info.c
Log:
Add missing symbol pthread_set_name_np.
Revision ChangesPath
1.6 +2 -0 src/lib/libthr/thread/thr_info.c
_