/haiku/src/system/libroot/os/arch/ppc/ |
H A D | thread.c | 794df3bf254c03b363a5d196456a429b89a71855 Sat Aug 20 23:57:11 UTC 2005 Marcus Overhagen <marcusoverhagen@gmail.com> This removes the inline assembly code for find_thread from OS.h, sorry for triggering a complete rebuild. To avoid doing a syscall for find_thread(0), the assembly version is now in libroot. For BeOS R5 compatibility, _kfind_thread_ is retained. This will fix some compile problems, and provides a cleaner OS.h for future Haiku versions.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14014 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | Jamfile | 794df3bf254c03b363a5d196456a429b89a71855 Sat Aug 20 23:57:11 UTC 2005 Marcus Overhagen <marcusoverhagen@gmail.com> This removes the inline assembly code for find_thread from OS.h, sorry for triggering a complete rebuild. To avoid doing a syscall for find_thread(0), the assembly version is now in libroot. For BeOS R5 compatibility, _kfind_thread_ is retained. This will fix some compile problems, and provides a cleaner OS.h for future Haiku versions.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14014 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/system/libroot/os/arch/x86/ |
H A D | thread.c | 794df3bf254c03b363a5d196456a429b89a71855 Sat Aug 20 23:57:11 UTC 2005 Marcus Overhagen <marcusoverhagen@gmail.com> This removes the inline assembly code for find_thread from OS.h, sorry for triggering a complete rebuild. To avoid doing a syscall for find_thread(0), the assembly version is now in libroot. For BeOS R5 compatibility, _kfind_thread_ is retained. This will fix some compile problems, and provides a cleaner OS.h for future Haiku versions.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14014 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/system/libroot/os/ |
H A D | thread.c | 794df3bf254c03b363a5d196456a429b89a71855 Sat Aug 20 23:57:11 UTC 2005 Marcus Overhagen <marcusoverhagen@gmail.com> This removes the inline assembly code for find_thread from OS.h, sorry for triggering a complete rebuild. To avoid doing a syscall for find_thread(0), the assembly version is now in libroot. For BeOS R5 compatibility, _kfind_thread_ is retained. This will fix some compile problems, and provides a cleaner OS.h for future Haiku versions.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14014 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/system/runtime_loader/ |
H A D | Jamfile | 794df3bf254c03b363a5d196456a429b89a71855 Sat Aug 20 23:57:11 UTC 2005 Marcus Overhagen <marcusoverhagen@gmail.com> This removes the inline assembly code for find_thread from OS.h, sorry for triggering a complete rebuild. To avoid doing a syscall for find_thread(0), the assembly version is now in libroot. For BeOS R5 compatibility, _kfind_thread_ is retained. This will fix some compile problems, and provides a cleaner OS.h for future Haiku versions.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14014 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/headers/os/kernel/ |
H A D | OS.h | 794df3bf254c03b363a5d196456a429b89a71855 Sat Aug 20 23:57:11 UTC 2005 Marcus Overhagen <marcusoverhagen@gmail.com> This removes the inline assembly code for find_thread from OS.h, sorry for triggering a complete rebuild. To avoid doing a syscall for find_thread(0), the assembly version is now in libroot. For BeOS R5 compatibility, _kfind_thread_ is retained. This will fix some compile problems, and provides a cleaner OS.h for future Haiku versions.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14014 a95241bf-73f2-0310-859d-f6bbb57e9c96
|