Fix filename
authorTomas Mudrunka <tomas@mudrunka.cz>
Thu, 1 Jul 2021 09:20:29 +0000 (11:20 +0200)
committerTomas Mudrunka <tomas@mudrunka.cz>
Thu, 1 Jul 2021 09:20:29 +0000 (11:20 +0200)
c/pthread_pause.c

index 81620a5bad30145e450c49a00626bb4845752e76..7d6ed6af01a57daef4c91d417ef3eb08df15dc04 100644 (file)
@@ -1,7 +1,7 @@
-//Filename: pause.c
+//Filename: pthread_pause.c
 //Author: Tomas 'Harvie' Mudrunka 2021
-//Build: CFLAGS=-lpthread make pause; ./pause
-//Test: valgrind --tool=helgrind ./pause
+//Build: CFLAGS=-lpthread make pthread_pause; ./pthread_pause
+//Test: valgrind --tool=helgrind ./pthread_pause
 
 //I've wrote this code as excercise to solve following stack overflow question:
 // https://stackoverflow.com/questions/9397068/how-to-pause-a-pthread-any-time-i-want/68119116#68119116
This page took 0.137074 seconds and 4 git commands to generate.