/haiku/headers/private/kernel/util/ |
H A D | ThreadAutoLock.h | 057fe1910dbe73e3b9c0186405e2cfb8536e6451 Wed Sep 01 17:08:49 UTC 2021 Augustin Cavalier <waddlesplash@gmail.com> kernel: Break thread-related AutoLockers into a separate header.
Including thread.h brings a massive array of things with it from the kernel thread arch headers, team and thread definitions, hash tables, linked lists, Referenceable, etc. that the vast majority of AutoLock.h consumers neither want nor need.
So, put these in a separate header, and adjust all consumers of these lockers to include the new file.
This change exposes the fact that a lot of files were inadvertently making use of headers included indirectly through thread.h. Those will be fixed in the next commit.
|
H A D | AutoLock.h | 057fe1910dbe73e3b9c0186405e2cfb8536e6451 Wed Sep 01 17:08:49 UTC 2021 Augustin Cavalier <waddlesplash@gmail.com> kernel: Break thread-related AutoLockers into a separate header.
Including thread.h brings a massive array of things with it from the kernel thread arch headers, team and thread definitions, hash tables, linked lists, Referenceable, etc. that the vast majority of AutoLock.h consumers neither want nor need.
So, put these in a separate header, and adjust all consumers of these lockers to include the new file.
This change exposes the fact that a lot of files were inadvertently making use of headers included indirectly through thread.h. Those will be fixed in the next commit.
|
/haiku/src/system/kernel/arch/ppc/paging/classic/ |
H A D | PPCVMTranslationMapClassic.cpp | 057fe1910dbe73e3b9c0186405e2cfb8536e6451 Wed Sep 01 17:08:49 UTC 2021 Augustin Cavalier <waddlesplash@gmail.com> kernel: Break thread-related AutoLockers into a separate header.
Including thread.h brings a massive array of things with it from the kernel thread arch headers, team and thread definitions, hash tables, linked lists, Referenceable, etc. that the vast majority of AutoLock.h consumers neither want nor need.
So, put these in a separate header, and adjust all consumers of these lockers to include the new file.
This change exposes the fact that a lot of files were inadvertently making use of headers included indirectly through thread.h. Those will be fixed in the next commit.
|
/haiku/src/system/kernel/arch/ppc/paging/460/ |
H A D | PPCVMTranslationMap460.cpp | 057fe1910dbe73e3b9c0186405e2cfb8536e6451 Wed Sep 01 17:08:49 UTC 2021 Augustin Cavalier <waddlesplash@gmail.com> kernel: Break thread-related AutoLockers into a separate header.
Including thread.h brings a massive array of things with it from the kernel thread arch headers, team and thread definitions, hash tables, linked lists, Referenceable, etc. that the vast majority of AutoLock.h consumers neither want nor need.
So, put these in a separate header, and adjust all consumers of these lockers to include the new file.
This change exposes the fact that a lot of files were inadvertently making use of headers included indirectly through thread.h. Those will be fixed in the next commit.
|
/haiku/src/system/kernel/arch/generic/ |
H A D | generic_vm_physical_page_ops.cpp | 057fe1910dbe73e3b9c0186405e2cfb8536e6451 Wed Sep 01 17:08:49 UTC 2021 Augustin Cavalier <waddlesplash@gmail.com> kernel: Break thread-related AutoLockers into a separate header.
Including thread.h brings a massive array of things with it from the kernel thread arch headers, team and thread definitions, hash tables, linked lists, Referenceable, etc. that the vast majority of AutoLock.h consumers neither want nor need.
So, put these in a separate header, and adjust all consumers of these lockers to include the new file.
This change exposes the fact that a lot of files were inadvertently making use of headers included indirectly through thread.h. Those will be fixed in the next commit.
|
/haiku/src/system/kernel/arch/arm/paging/ |
H A D | arm_physical_page_mapper_large_memory.cpp | 057fe1910dbe73e3b9c0186405e2cfb8536e6451 Wed Sep 01 17:08:49 UTC 2021 Augustin Cavalier <waddlesplash@gmail.com> kernel: Break thread-related AutoLockers into a separate header.
Including thread.h brings a massive array of things with it from the kernel thread arch headers, team and thread definitions, hash tables, linked lists, Referenceable, etc. that the vast majority of AutoLock.h consumers neither want nor need.
So, put these in a separate header, and adjust all consumers of these lockers to include the new file.
This change exposes the fact that a lot of files were inadvertently making use of headers included indirectly through thread.h. Those will be fixed in the next commit.
|
/haiku/src/system/kernel/arch/x86/paging/ |
H A D | x86_physical_page_mapper_large_memory.cpp | 057fe1910dbe73e3b9c0186405e2cfb8536e6451 Wed Sep 01 17:08:49 UTC 2021 Augustin Cavalier <waddlesplash@gmail.com> kernel: Break thread-related AutoLockers into a separate header.
Including thread.h brings a massive array of things with it from the kernel thread arch headers, team and thread definitions, hash tables, linked lists, Referenceable, etc. that the vast majority of AutoLock.h consumers neither want nor need.
So, put these in a separate header, and adjust all consumers of these lockers to include the new file.
This change exposes the fact that a lot of files were inadvertently making use of headers included indirectly through thread.h. Those will be fixed in the next commit.
|
/haiku/src/system/kernel/debug/ |
H A D | core_dump.cpp | 057fe1910dbe73e3b9c0186405e2cfb8536e6451 Wed Sep 01 17:08:49 UTC 2021 Augustin Cavalier <waddlesplash@gmail.com> kernel: Break thread-related AutoLockers into a separate header.
Including thread.h brings a massive array of things with it from the kernel thread arch headers, team and thread definitions, hash tables, linked lists, Referenceable, etc. that the vast majority of AutoLock.h consumers neither want nor need.
So, put these in a separate header, and adjust all consumers of these lockers to include the new file.
This change exposes the fact that a lot of files were inadvertently making use of headers included indirectly through thread.h. Those will be fixed in the next commit.
|
H A D | system_profiler.cpp | 057fe1910dbe73e3b9c0186405e2cfb8536e6451 Wed Sep 01 17:08:49 UTC 2021 Augustin Cavalier <waddlesplash@gmail.com> kernel: Break thread-related AutoLockers into a separate header.
Including thread.h brings a massive array of things with it from the kernel thread arch headers, team and thread definitions, hash tables, linked lists, Referenceable, etc. that the vast majority of AutoLock.h consumers neither want nor need.
So, put these in a separate header, and adjust all consumers of these lockers to include the new file.
This change exposes the fact that a lot of files were inadvertently making use of headers included indirectly through thread.h. Those will be fixed in the next commit.
|
H A D | user_debugger.cpp | 057fe1910dbe73e3b9c0186405e2cfb8536e6451 Wed Sep 01 17:08:49 UTC 2021 Augustin Cavalier <waddlesplash@gmail.com> kernel: Break thread-related AutoLockers into a separate header.
Including thread.h brings a massive array of things with it from the kernel thread arch headers, team and thread definitions, hash tables, linked lists, Referenceable, etc. that the vast majority of AutoLock.h consumers neither want nor need.
So, put these in a separate header, and adjust all consumers of these lockers to include the new file.
This change exposes the fact that a lot of files were inadvertently making use of headers included indirectly through thread.h. Those will be fixed in the next commit.
|
/haiku/src/system/kernel/arch/riscv64/ |
H A D | RISCV64VMTranslationMap.cpp | 057fe1910dbe73e3b9c0186405e2cfb8536e6451 Wed Sep 01 17:08:49 UTC 2021 Augustin Cavalier <waddlesplash@gmail.com> kernel: Break thread-related AutoLockers into a separate header.
Including thread.h brings a massive array of things with it from the kernel thread arch headers, team and thread definitions, hash tables, linked lists, Referenceable, etc. that the vast majority of AutoLock.h consumers neither want nor need.
So, put these in a separate header, and adjust all consumers of these lockers to include the new file.
This change exposes the fact that a lot of files were inadvertently making use of headers included indirectly through thread.h. Those will be fixed in the next commit.
|
/haiku/src/system/kernel/arch/m68k/paging/ |
H A D | m68k_physical_page_mapper_large_memory.cpp | 057fe1910dbe73e3b9c0186405e2cfb8536e6451 Wed Sep 01 17:08:49 UTC 2021 Augustin Cavalier <waddlesplash@gmail.com> kernel: Break thread-related AutoLockers into a separate header.
Including thread.h brings a massive array of things with it from the kernel thread arch headers, team and thread definitions, hash tables, linked lists, Referenceable, etc. that the vast majority of AutoLock.h consumers neither want nor need.
So, put these in a separate header, and adjust all consumers of these lockers to include the new file.
This change exposes the fact that a lot of files were inadvertently making use of headers included indirectly through thread.h. Those will be fixed in the next commit.
|
/haiku/src/system/kernel/arch/m68k/paging/040/ |
H A D | M68KVMTranslationMap040.cpp | 057fe1910dbe73e3b9c0186405e2cfb8536e6451 Wed Sep 01 17:08:49 UTC 2021 Augustin Cavalier <waddlesplash@gmail.com> kernel: Break thread-related AutoLockers into a separate header.
Including thread.h brings a massive array of things with it from the kernel thread arch headers, team and thread definitions, hash tables, linked lists, Referenceable, etc. that the vast majority of AutoLock.h consumers neither want nor need.
So, put these in a separate header, and adjust all consumers of these lockers to include the new file.
This change exposes the fact that a lot of files were inadvertently making use of headers included indirectly through thread.h. Those will be fixed in the next commit.
|
/haiku/src/system/kernel/ |
H A D | cpu.cpp | 057fe1910dbe73e3b9c0186405e2cfb8536e6451 Wed Sep 01 17:08:49 UTC 2021 Augustin Cavalier <waddlesplash@gmail.com> kernel: Break thread-related AutoLockers into a separate header.
Including thread.h brings a massive array of things with it from the kernel thread arch headers, team and thread definitions, hash tables, linked lists, Referenceable, etc. that the vast majority of AutoLock.h consumers neither want nor need.
So, put these in a separate header, and adjust all consumers of these lockers to include the new file.
This change exposes the fact that a lot of files were inadvertently making use of headers included indirectly through thread.h. Those will be fixed in the next commit.
|
H A D | usergroup.cpp | 057fe1910dbe73e3b9c0186405e2cfb8536e6451 Wed Sep 01 17:08:49 UTC 2021 Augustin Cavalier <waddlesplash@gmail.com> kernel: Break thread-related AutoLockers into a separate header.
Including thread.h brings a massive array of things with it from the kernel thread arch headers, team and thread definitions, hash tables, linked lists, Referenceable, etc. that the vast majority of AutoLock.h consumers neither want nor need.
So, put these in a separate header, and adjust all consumers of these lockers to include the new file.
This change exposes the fact that a lot of files were inadvertently making use of headers included indirectly through thread.h. Those will be fixed in the next commit.
|
H A D | image.cpp | 057fe1910dbe73e3b9c0186405e2cfb8536e6451 Wed Sep 01 17:08:49 UTC 2021 Augustin Cavalier <waddlesplash@gmail.com> kernel: Break thread-related AutoLockers into a separate header.
Including thread.h brings a massive array of things with it from the kernel thread arch headers, team and thread definitions, hash tables, linked lists, Referenceable, etc. that the vast majority of AutoLock.h consumers neither want nor need.
So, put these in a separate header, and adjust all consumers of these lockers to include the new file.
This change exposes the fact that a lot of files were inadvertently making use of headers included indirectly through thread.h. Those will be fixed in the next commit.
|
H A D | signal.cpp | 057fe1910dbe73e3b9c0186405e2cfb8536e6451 Wed Sep 01 17:08:49 UTC 2021 Augustin Cavalier <waddlesplash@gmail.com> kernel: Break thread-related AutoLockers into a separate header.
Including thread.h brings a massive array of things with it from the kernel thread arch headers, team and thread definitions, hash tables, linked lists, Referenceable, etc. that the vast majority of AutoLock.h consumers neither want nor need.
So, put these in a separate header, and adjust all consumers of these lockers to include the new file.
This change exposes the fact that a lot of files were inadvertently making use of headers included indirectly through thread.h. Those will be fixed in the next commit.
|
H A D | team.cpp | 057fe1910dbe73e3b9c0186405e2cfb8536e6451 Wed Sep 01 17:08:49 UTC 2021 Augustin Cavalier <waddlesplash@gmail.com> kernel: Break thread-related AutoLockers into a separate header.
Including thread.h brings a massive array of things with it from the kernel thread arch headers, team and thread definitions, hash tables, linked lists, Referenceable, etc. that the vast majority of AutoLock.h consumers neither want nor need.
So, put these in a separate header, and adjust all consumers of these lockers to include the new file.
This change exposes the fact that a lot of files were inadvertently making use of headers included indirectly through thread.h. Those will be fixed in the next commit.
|
H A D | thread.cpp | 057fe1910dbe73e3b9c0186405e2cfb8536e6451 Wed Sep 01 17:08:49 UTC 2021 Augustin Cavalier <waddlesplash@gmail.com> kernel: Break thread-related AutoLockers into a separate header.
Including thread.h brings a massive array of things with it from the kernel thread arch headers, team and thread definitions, hash tables, linked lists, Referenceable, etc. that the vast majority of AutoLock.h consumers neither want nor need.
So, put these in a separate header, and adjust all consumers of these lockers to include the new file.
This change exposes the fact that a lot of files were inadvertently making use of headers included indirectly through thread.h. Those will be fixed in the next commit.
|
/haiku/src/system/kernel/arch/x86/paging/64bit/ |
H A D | X86VMTranslationMap64Bit.cpp | 057fe1910dbe73e3b9c0186405e2cfb8536e6451 Wed Sep 01 17:08:49 UTC 2021 Augustin Cavalier <waddlesplash@gmail.com> kernel: Break thread-related AutoLockers into a separate header.
Including thread.h brings a massive array of things with it from the kernel thread arch headers, team and thread definitions, hash tables, linked lists, Referenceable, etc. that the vast majority of AutoLock.h consumers neither want nor need.
So, put these in a separate header, and adjust all consumers of these lockers to include the new file.
This change exposes the fact that a lot of files were inadvertently making use of headers included indirectly through thread.h. Those will be fixed in the next commit.
|
/haiku/src/system/kernel/arch/x86/paging/32bit/ |
H A D | X86VMTranslationMap32Bit.cpp | 057fe1910dbe73e3b9c0186405e2cfb8536e6451 Wed Sep 01 17:08:49 UTC 2021 Augustin Cavalier <waddlesplash@gmail.com> kernel: Break thread-related AutoLockers into a separate header.
Including thread.h brings a massive array of things with it from the kernel thread arch headers, team and thread definitions, hash tables, linked lists, Referenceable, etc. that the vast majority of AutoLock.h consumers neither want nor need.
So, put these in a separate header, and adjust all consumers of these lockers to include the new file.
This change exposes the fact that a lot of files were inadvertently making use of headers included indirectly through thread.h. Those will be fixed in the next commit.
|
/haiku/src/system/kernel/arch/x86/paging/pae/ |
H A D | X86VMTranslationMapPAE.cpp | 057fe1910dbe73e3b9c0186405e2cfb8536e6451 Wed Sep 01 17:08:49 UTC 2021 Augustin Cavalier <waddlesplash@gmail.com> kernel: Break thread-related AutoLockers into a separate header.
Including thread.h brings a massive array of things with it from the kernel thread arch headers, team and thread definitions, hash tables, linked lists, Referenceable, etc. that the vast majority of AutoLock.h consumers neither want nor need.
So, put these in a separate header, and adjust all consumers of these lockers to include the new file.
This change exposes the fact that a lot of files were inadvertently making use of headers included indirectly through thread.h. Those will be fixed in the next commit.
|
/haiku/src/system/kernel/arch/arm/paging/32bit/ |
H A D | ARMVMTranslationMap32Bit.cpp | 057fe1910dbe73e3b9c0186405e2cfb8536e6451 Wed Sep 01 17:08:49 UTC 2021 Augustin Cavalier <waddlesplash@gmail.com> kernel: Break thread-related AutoLockers into a separate header.
Including thread.h brings a massive array of things with it from the kernel thread arch headers, team and thread definitions, hash tables, linked lists, Referenceable, etc. that the vast majority of AutoLock.h consumers neither want nor need.
So, put these in a separate header, and adjust all consumers of these lockers to include the new file.
This change exposes the fact that a lot of files were inadvertently making use of headers included indirectly through thread.h. Those will be fixed in the next commit.
|
/haiku/src/system/kernel/fs/ |
H A D | vfs.cpp | 057fe1910dbe73e3b9c0186405e2cfb8536e6451 Wed Sep 01 17:08:49 UTC 2021 Augustin Cavalier <waddlesplash@gmail.com> kernel: Break thread-related AutoLockers into a separate header.
Including thread.h brings a massive array of things with it from the kernel thread arch headers, team and thread definitions, hash tables, linked lists, Referenceable, etc. that the vast majority of AutoLock.h consumers neither want nor need.
So, put these in a separate header, and adjust all consumers of these lockers to include the new file.
This change exposes the fact that a lot of files were inadvertently making use of headers included indirectly through thread.h. Those will be fixed in the next commit.
|
/haiku/src/system/kernel/vm/ |
H A D | vm.cpp | 057fe1910dbe73e3b9c0186405e2cfb8536e6451 Wed Sep 01 17:08:49 UTC 2021 Augustin Cavalier <waddlesplash@gmail.com> kernel: Break thread-related AutoLockers into a separate header.
Including thread.h brings a massive array of things with it from the kernel thread arch headers, team and thread definitions, hash tables, linked lists, Referenceable, etc. that the vast majority of AutoLock.h consumers neither want nor need.
So, put these in a separate header, and adjust all consumers of these lockers to include the new file.
This change exposes the fact that a lot of files were inadvertently making use of headers included indirectly through thread.h. Those will be fixed in the next commit.
|