Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Nov 1999 22:14:24 -0800
From:      Jake Burkholder <jburkhol@home.com>
To:        arch@freebsd.org
Subject:   thread references
Message-ID:  <19991129061424.556731FD0@io.yi.org>

next in thread | raw e-mail | index | archive | help
If you can get to a solaris box, I think the following man pages
are worth reading:

_lwp_create(2)
_lwp_cond_signal(2)
_lwp_cond_wait(2)
_lwp_continue(2)
_lwp_makecontext(2)
_lwp_wait(2)
getcontext(2)
makecontext(3c)
ucontext(5)

as well as /usr/include/sys/lwp.h

I'd also like to point everyone to pages 350 through 352 of Volume 2
of the Intel Architecture Software Developer's manual, which describe
in detail exactly what happens on entry to the kernel. The psuedo-code
for the int instruction is quite long, inter-priviledge-level-interrupt
is us.  http://developer.intel.com/design/pentiumIII/xeon/manuals/

Thank you.





To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-arch" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991129061424.556731FD0>