All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] oe/utils.py: ThreadPool fixes and improvements
@ 2015-06-23 16:49 Aníbal Limón
  2015-06-23 16:49 ` [PATCH 1/2] oe/utils.py: Fix thread leakage in ThreadPool Aníbal Limón
  2015-06-23 16:49 ` [PATCH 2/2] oe/utils.py: Add support for init/end helper functions in ThreadWorker Aníbal Limón
  0 siblings, 2 replies; 3+ messages in thread
From: Aníbal Limón @ 2015-06-23 16:49 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 6f4304e36df7e416643dd4a7ee3de096f21f1020:

  bitbake: runqueue: Sanity check BB_NUMBER_THREADS (2015-06-23 11:57:58 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib alimon/oe-utils
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=alimon/oe-utils

Aníbal Limón (2):
  oe/utils.py: Fix thread leakage in ThreadPool
  oe/utils.py: Add support for init/end helper functions in
    ThreadWorker.

 meta/classes/sstate.bbclass |  5 +++--
 meta/lib/oe/utils.py        | 39 +++++++++++++++++++++++++++++++--------
 2 files changed, 34 insertions(+), 10 deletions(-)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-06-23 16:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-23 16:49 [PATCH 0/2] oe/utils.py: ThreadPool fixes and improvements Aníbal Limón
2015-06-23 16:49 ` [PATCH 1/2] oe/utils.py: Fix thread leakage in ThreadPool Aníbal Limón
2015-06-23 16:49 ` [PATCH 2/2] oe/utils.py: Add support for init/end helper functions in ThreadWorker Aníbal Limón

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.