aboutsummaryrefslogtreecommitdiffstats
path: root/gpu/dgl.c
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/dgl.c')
-rw-r--r--gpu/dgl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/dgl.c b/gpu/dgl.c
index 3029255..c40fec6 100644
--- a/gpu/dgl.c
+++ b/gpu/dgl.c
@@ -229,6 +229,7 @@ void* rt_thread(void* _ctx)
229 229
230 do_exit = job(ctx); 230 do_exit = job(ctx);
231 231
232 fprintf(stdout, "[%d] should yield dgl: %d.\n", ctx->id, litmus_dgl_should_yield_lock(dgl, dgl_size));
232 233
233 xfprintf(stdout, "[%d] unlocking dgl.\n", ctx->id); 234 xfprintf(stdout, "[%d] unlocking dgl.\n", ctx->id);
234 litmus_dgl_unlock(dgl, dgl_size); 235 litmus_dgl_unlock(dgl, dgl_size);