mirror of
https://github.com/drasko/codezero.git
synced 2026-01-11 02:06:37 +01:00
13 lines
139 B
C
13 lines
139 B
C
/*
|
|
* Copyright (C) 2010 B Labs Ltd.
|
|
*
|
|
* l4_mutex performance tests
|
|
*
|
|
* Author: Bahadir Balban
|
|
*/
|
|
|
|
void perf_measure_mutex(void)
|
|
{
|
|
|
|
}
|