0xBenchmark: Stop using fork() in native benchmarks.

The barrier function locks up when used in conjunction with multiple
processes. The "P" option uses fork() to launch mulitple parallel
operations.

This change will use "T" (threads) instead of "P" (processes) when
applicable, and also exclude the fork. exec and exit benchmark steps.

Change-Id: I0a29f8386f1bad41645333763038b5914a150497
Signed-off-by: Tony Mansson <tony.mansson@linaro.org>
1 file changed