Bug 365770 - Race condition in IOConsolePartitioner causes console
output to be lost or not cleared

Due to the race condition when calling

  outStream.print("First");
  console.clearConsole();
  outStream.print("Second");

from a single thread the actual console content could be "FirstSecond"
or "" where only "Second" is correct.

Change-Id: Ifeaed46e11652c53297c1aac3ff4fa1dd07e401b
Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
3 files changed