aboutsummaryrefslogtreecommitdiff
path: root/lib/sg_split.c
diff options
context:
space:
mode:
authorJames Yang <[email protected]>2017-11-26 20:21:01 -0800
committerArnaldo Carvalho de Melo <[email protected]>2017-12-05 10:23:44 -0300
commit8085e5ab41dadce558808b4186a6ea9d0862d3c0 (patch)
tree0e126a5c26338d3997f44794f58db0e427e0c80a /lib/sg_split.c
parent25ab5abf5b141d7fd13eed506c7458aa04749c29 (diff)
perf bench futex: Sync waker threads
Waker threads in the futex wake-parallel benchmark are started by a loop using pthread_create(). However, there is no synchronization for when the waker threads wake the waiting threads. Comparison of the waker threads' measurement timestamps show they are not all running concurrently because older waker threads finish their task before newer waker threads even start. This patch uses a barrier to better synchronize the waker threads. Signed-off-by: James Yang <[email protected] Cc: Kim Phillips <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Davidlohr Bueso <[email protected]> [ Disable the wake-parallel test for systems without pthread_barrier_t ] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'lib/sg_split.c')
0 files changed, 0 insertions, 0 deletions