summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/tests/runqueue-tests/conf
diff options
context:
space:
mode:
authorJoshua Watt <JPEWhacker@gmail.com>2025-07-08 09:42:22 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-07-09 06:40:58 +0100
commit5adeefd63fd499fee13c77fb4c1da8ef2f128377 (patch)
treed295c3a05717233df9940b0c4d53dff8e4c7e4f1 /bitbake/lib/bb/tests/runqueue-tests/conf
parent51d825b367971e8b63e704de4ff4419ba7afaa05 (diff)
downloadpoky-master.tar.gz
bitbake: cooker: Use shared counter for processing parser jobsHEADmaster
Instead of pre-partitioning which jobs will go to which parser processes, pass the list of all jobs to all the parser processes (efficiently via fork()), then used a shared counter of the next index in the list that needs to be processed. This allows the parser processes to run independently of needing to be feed by the parent process, and load balances them much better. (Bitbake rev: 373c4ddaf0e8128cc4f7d47aefa9860bd477a00f) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/tests/runqueue-tests/conf')
0 files changed, 0 insertions, 0 deletions