Home
last modified time | relevance | path

Searched hist:"0 c3967e7febd9b1c9cbbe632214ed2cc0c30dae7" (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/arm/arm/
H A Dvm_machdep.cdiff 0c3967e7febd9b1c9cbbe632214ed2cc0c30dae7 Wed Nov 14 21:21:54 CET 2007 Marcel Moolenaar <marcel@FreeBSD.org> o Rename cpu_thread_setup() to cpu_thread_alloc() to better
communicate that it relates to (is called by) thread_alloc()
o Add cpu_thread_free() which is called from thread_free()
to counter-act cpu_thread_alloc().

i386: Have cpu_thread_free() call cpu_thread_clean() to
preserve behaviour.
ia64: Have cpu_thread_free() call mtx_destroy() for the
mutex initialized in cpu_thread_alloc().

PR: ia64/118024
diff 0c3967e7febd9b1c9cbbe632214ed2cc0c30dae7 Wed Nov 14 21:21:54 CET 2007 Marcel Moolenaar <marcel@FreeBSD.org> o Rename cpu_thread_setup() to cpu_thread_alloc() to better
communicate that it relates to (is called by) thread_alloc()
o Add cpu_thread_free() which is called from thread_free()
to counter-act cpu_thread_alloc().

i386: Have cpu_thread_free() call cpu_thread_clean() to
preserve behaviour.
ia64: Have cpu_thread_free() call mtx_destroy() for the
mutex initialized in cpu_thread_alloc().

PR: ia64/118024
/freebsd/sys/powerpc/powerpc/
H A Dvm_machdep.cdiff 0c3967e7febd9b1c9cbbe632214ed2cc0c30dae7 Wed Nov 14 21:21:54 CET 2007 Marcel Moolenaar <marcel@FreeBSD.org> o Rename cpu_thread_setup() to cpu_thread_alloc() to better
communicate that it relates to (is called by) thread_alloc()
o Add cpu_thread_free() which is called from thread_free()
to counter-act cpu_thread_alloc().

i386: Have cpu_thread_free() call cpu_thread_clean() to
preserve behaviour.
ia64: Have cpu_thread_free() call mtx_destroy() for the
mutex initialized in cpu_thread_alloc().

PR: ia64/118024
diff 0c3967e7febd9b1c9cbbe632214ed2cc0c30dae7 Wed Nov 14 21:21:54 CET 2007 Marcel Moolenaar <marcel@FreeBSD.org> o Rename cpu_thread_setup() to cpu_thread_alloc() to better
communicate that it relates to (is called by) thread_alloc()
o Add cpu_thread_free() which is called from thread_free()
to counter-act cpu_thread_alloc().

i386: Have cpu_thread_free() call cpu_thread_clean() to
preserve behaviour.
ia64: Have cpu_thread_free() call mtx_destroy() for the
mutex initialized in cpu_thread_alloc().

PR: ia64/118024
/freebsd/sys/amd64/amd64/
H A Dvm_machdep.cdiff 0c3967e7febd9b1c9cbbe632214ed2cc0c30dae7 Wed Nov 14 21:21:54 CET 2007 Marcel Moolenaar <marcel@FreeBSD.org> o Rename cpu_thread_setup() to cpu_thread_alloc() to better
communicate that it relates to (is called by) thread_alloc()
o Add cpu_thread_free() which is called from thread_free()
to counter-act cpu_thread_alloc().

i386: Have cpu_thread_free() call cpu_thread_clean() to
preserve behaviour.
ia64: Have cpu_thread_free() call mtx_destroy() for the
mutex initialized in cpu_thread_alloc().

PR: ia64/118024
diff 0c3967e7febd9b1c9cbbe632214ed2cc0c30dae7 Wed Nov 14 21:21:54 CET 2007 Marcel Moolenaar <marcel@FreeBSD.org> o Rename cpu_thread_setup() to cpu_thread_alloc() to better
communicate that it relates to (is called by) thread_alloc()
o Add cpu_thread_free() which is called from thread_free()
to counter-act cpu_thread_alloc().

i386: Have cpu_thread_free() call cpu_thread_clean() to
preserve behaviour.
ia64: Have cpu_thread_free() call mtx_destroy() for the
mutex initialized in cpu_thread_alloc().

PR: ia64/118024
/freebsd/sys/i386/i386/
H A Dvm_machdep.cdiff 0c3967e7febd9b1c9cbbe632214ed2cc0c30dae7 Wed Nov 14 21:21:54 CET 2007 Marcel Moolenaar <marcel@FreeBSD.org> o Rename cpu_thread_setup() to cpu_thread_alloc() to better
communicate that it relates to (is called by) thread_alloc()
o Add cpu_thread_free() which is called from thread_free()
to counter-act cpu_thread_alloc().

i386: Have cpu_thread_free() call cpu_thread_clean() to
preserve behaviour.
ia64: Have cpu_thread_free() call mtx_destroy() for the
mutex initialized in cpu_thread_alloc().

PR: ia64/118024
diff 0c3967e7febd9b1c9cbbe632214ed2cc0c30dae7 Wed Nov 14 21:21:54 CET 2007 Marcel Moolenaar <marcel@FreeBSD.org> o Rename cpu_thread_setup() to cpu_thread_alloc() to better
communicate that it relates to (is called by) thread_alloc()
o Add cpu_thread_free() which is called from thread_free()
to counter-act cpu_thread_alloc().

i386: Have cpu_thread_free() call cpu_thread_clean() to
preserve behaviour.
ia64: Have cpu_thread_free() call mtx_destroy() for the
mutex initialized in cpu_thread_alloc().

PR: ia64/118024
/freebsd/sys/kern/
H A Dkern_thread.cdiff 0c3967e7febd9b1c9cbbe632214ed2cc0c30dae7 Wed Nov 14 21:21:54 CET 2007 Marcel Moolenaar <marcel@FreeBSD.org> o Rename cpu_thread_setup() to cpu_thread_alloc() to better
communicate that it relates to (is called by) thread_alloc()
o Add cpu_thread_free() which is called from thread_free()
to counter-act cpu_thread_alloc().

i386: Have cpu_thread_free() call cpu_thread_clean() to
preserve behaviour.
ia64: Have cpu_thread_free() call mtx_destroy() for the
mutex initialized in cpu_thread_alloc().

PR: ia64/118024
diff 0c3967e7febd9b1c9cbbe632214ed2cc0c30dae7 Wed Nov 14 21:21:54 CET 2007 Marcel Moolenaar <marcel@FreeBSD.org> o Rename cpu_thread_setup() to cpu_thread_alloc() to better
communicate that it relates to (is called by) thread_alloc()
o Add cpu_thread_free() which is called from thread_free()
to counter-act cpu_thread_alloc().

i386: Have cpu_thread_free() call cpu_thread_clean() to
preserve behaviour.
ia64: Have cpu_thread_free() call mtx_destroy() for the
mutex initialized in cpu_thread_alloc().

PR: ia64/118024
/freebsd/sys/sys/
H A Dproc.hdiff 0c3967e7febd9b1c9cbbe632214ed2cc0c30dae7 Wed Nov 14 21:21:54 CET 2007 Marcel Moolenaar <marcel@FreeBSD.org> o Rename cpu_thread_setup() to cpu_thread_alloc() to better
communicate that it relates to (is called by) thread_alloc()
o Add cpu_thread_free() which is called from thread_free()
to counter-act cpu_thread_alloc().

i386: Have cpu_thread_free() call cpu_thread_clean() to
preserve behaviour.
ia64: Have cpu_thread_free() call mtx_destroy() for the
mutex initialized in cpu_thread_alloc().

PR: ia64/118024
diff 0c3967e7febd9b1c9cbbe632214ed2cc0c30dae7 Wed Nov 14 21:21:54 CET 2007 Marcel Moolenaar <marcel@FreeBSD.org> o Rename cpu_thread_setup() to cpu_thread_alloc() to better
communicate that it relates to (is called by) thread_alloc()
o Add cpu_thread_free() which is called from thread_free()
to counter-act cpu_thread_alloc().

i386: Have cpu_thread_free() call cpu_thread_clean() to
preserve behaviour.
ia64: Have cpu_thread_free() call mtx_destroy() for the
mutex initialized in cpu_thread_alloc().

PR: ia64/118024