Soft'N'Design Software
/
projects
/
benchmarks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
392aae7
)
wait last result before exit
author
Laurent MAZET
<laurent.mazet@thalesgroup.com>
Wed, 5 Nov 2025 10:08:03 +0000
(11:08 +0100)
committer
Laurent MAZET
<laurent.mazet@thalesgroup.com>
Wed, 5 Nov 2025 10:08:03 +0000
(11:08 +0100)
mutex.c
patch
|
blob
|
blame
|
history
diff --git
a/mutex.c
b/mutex.c
index a804a1f98c3a80dcf0c687a599e27c6b165e50c3..ef41367efa192cba1b759147e2c8bd3cbddf50bd 100644
(file)
--- a/
mutex.c
+++ b/
mutex.c
@@
-65,6
+65,8
@@
void *ping (__attribute__((unused)) void *arg)
pthread_mutex_unlock (&test);
}
+ usleep (TIMER);
+
RETURN (current_mode, 0);
}