diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2025-07-08 09:42:22 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-07-09 06:40:58 +0100 |
commit | 5adeefd63fd499fee13c77fb4c1da8ef2f128377 (patch) | |
tree | d295c3a05717233df9940b0c4d53dff8e4c7e4f1 /meta/packages/bluez/files | |
parent | 51d825b367971e8b63e704de4ff4419ba7afaa05 (diff) | |
download | poky-master.tar.gz |
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 'meta/packages/bluez/files')
0 files changed, 0 insertions, 0 deletions