haiku/headers/private/support
Axel Dörfler c80084b025 JobQueue: fixed incorrect requeuing.
* A dependent job was requeued even if it wasn't part of the queue
  before. The code relied on dependent jobs being already enqueued;
  but that cannot be guaranteed.
* If a job failed, its dependent jobs are now also set to failed, so
  that they won't be requeued at a later point.
* This caused some of the "Launching xxx failed: Operation not allowed"
  messages in the boot process. Those actually weren't harmless, and
  could mess up the natural job order.
2015-10-18 13:11:26 +02:00
..
CompressionAlgorithm.h Add B[Zlib]CompressionAlgorithm 2014-06-30 21:55:41 +02:00
DataPositionIOWrapper.h Add private BDataPositionIOWrapper 2014-07-13 17:57:56 +02:00
JobPrivate.h JobQueue: fixed incorrect requeuing. 2015-10-18 13:11:26 +02:00
JobQueue.h JobQueue: fixed leak, notification, added Pop() variant. 2015-06-03 16:22:44 +02:00
ObjectListPrivate.h Make BObjectList<> publically available: 2011-01-20 12:09:16 +00:00
StringPrivate.h kernel: atomic_*() functions rework 2013-11-05 22:32:59 +01:00
Uuid.h Move PUuid from shared to support 2013-06-27 21:57:39 +02:00
ZlibCompressionAlgorithm.h BZlibCompressionAlgorithm: Basic support for gzip format 2014-07-01 21:54:58 +02:00