freebsd-dev/lib/libthr
Mike Makonnen 509d72c4b9 o Make the defenition of _set_curthread() match its declaration
in thr_private.h

o Lock down the ldt_entries array and ldt_free, which points to
  the next free slot. As noted in the comments, it's necessary
  to special case the initial_thread because %gs is not setup
  for it yet. This is ok because that early in the program there
  won't be any reentrancy issues anyways.

Approved by:	re/blanket libthr
2003-05-21 08:21:24 +00:00
..
arch o Make the defenition of _set_curthread() match its declaration 2003-05-21 08:21:24 +00:00
sys - Adjust the makefiles so we have a per architecture makefile. 2003-04-01 07:07:38 +00:00
thread Insert a debugging aid: 2003-05-21 03:41:07 +00:00
Makefile - Adjust the makefiles so we have a per architecture makefile. 2003-04-01 07:07:38 +00:00