Searched hist:"60 e198f2cbf2e26b584370c0d32c37cb3dce556c" (Results 1 – 8 of 8) sorted by relevance
/haiku/src/system/kernel/scheduler/ |
H A D | scheduler_modes.h | 60e198f2cbf2e26b584370c0d32c37cb3dce556c Sun Dec 22 23:56:44 UTC 2013 Pawel Dziepak <pdziepak@quarnos.org> scheduler: Encapsulate PackageEntry fields
Apart from the refactoring this commit takes the opportunity and removes unnecessary read locks when choosing a package and a core from idle lists. The data structures are accessed in a thread safe way and it does not really matter whether the obtained data becomes outdated just when we release the lock or during our search for the appropriate package/core.
|
H A D | scheduler_common.h | 60e198f2cbf2e26b584370c0d32c37cb3dce556c Sun Dec 22 23:56:44 UTC 2013 Pawel Dziepak <pdziepak@quarnos.org> scheduler: Encapsulate PackageEntry fields
Apart from the refactoring this commit takes the opportunity and removes unnecessary read locks when choosing a package and a core from idle lists. The data structures are accessed in a thread safe way and it does not really matter whether the obtained data becomes outdated just when we release the lock or during our search for the appropriate package/core.
|
H A D | low_latency.cpp | 60e198f2cbf2e26b584370c0d32c37cb3dce556c Sun Dec 22 23:56:44 UTC 2013 Pawel Dziepak <pdziepak@quarnos.org> scheduler: Encapsulate PackageEntry fields
Apart from the refactoring this commit takes the opportunity and removes unnecessary read locks when choosing a package and a core from idle lists. The data structures are accessed in a thread safe way and it does not really matter whether the obtained data becomes outdated just when we release the lock or during our search for the appropriate package/core.
|
H A D | scheduler_cpu.h | 60e198f2cbf2e26b584370c0d32c37cb3dce556c Sun Dec 22 23:56:44 UTC 2013 Pawel Dziepak <pdziepak@quarnos.org> scheduler: Encapsulate PackageEntry fields
Apart from the refactoring this commit takes the opportunity and removes unnecessary read locks when choosing a package and a core from idle lists. The data structures are accessed in a thread safe way and it does not really matter whether the obtained data becomes outdated just when we release the lock or during our search for the appropriate package/core.
|
H A D | power_saving.cpp | 60e198f2cbf2e26b584370c0d32c37cb3dce556c Sun Dec 22 23:56:44 UTC 2013 Pawel Dziepak <pdziepak@quarnos.org> scheduler: Encapsulate PackageEntry fields
Apart from the refactoring this commit takes the opportunity and removes unnecessary read locks when choosing a package and a core from idle lists. The data structures are accessed in a thread safe way and it does not really matter whether the obtained data becomes outdated just when we release the lock or during our search for the appropriate package/core.
|
H A D | scheduler_cpu.cpp | 60e198f2cbf2e26b584370c0d32c37cb3dce556c Sun Dec 22 23:56:44 UTC 2013 Pawel Dziepak <pdziepak@quarnos.org> scheduler: Encapsulate PackageEntry fields
Apart from the refactoring this commit takes the opportunity and removes unnecessary read locks when choosing a package and a core from idle lists. The data structures are accessed in a thread safe way and it does not really matter whether the obtained data becomes outdated just when we release the lock or during our search for the appropriate package/core.
|
H A D | scheduler_thread.h | 60e198f2cbf2e26b584370c0d32c37cb3dce556c Sun Dec 22 23:56:44 UTC 2013 Pawel Dziepak <pdziepak@quarnos.org> scheduler: Encapsulate PackageEntry fields
Apart from the refactoring this commit takes the opportunity and removes unnecessary read locks when choosing a package and a core from idle lists. The data structures are accessed in a thread safe way and it does not really matter whether the obtained data becomes outdated just when we release the lock or during our search for the appropriate package/core.
|
H A D | scheduler.cpp | 60e198f2cbf2e26b584370c0d32c37cb3dce556c Sun Dec 22 23:56:44 UTC 2013 Pawel Dziepak <pdziepak@quarnos.org> scheduler: Encapsulate PackageEntry fields
Apart from the refactoring this commit takes the opportunity and removes unnecessary read locks when choosing a package and a core from idle lists. The data structures are accessed in a thread safe way and it does not really matter whether the obtained data becomes outdated just when we release the lock or during our search for the appropriate package/core.
|