Skip to content

Commit

Permalink
Updated test.c
Browse files Browse the repository at this point in the history
  • Loading branch information
sanketr committed Feb 26, 2012
1 parent 6d7f449 commit 90d0d6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test.c
Expand Up @@ -35,7 +35,6 @@ void* doSomething(void* threadid){
for(j=0; j < MAXITERATIONS;j++){
pthread_mutex_lock(&gLock[i]);
pthread_mutex_unlock(&gLock[i]);
usleep(10000);
}
sleep(1000000);
printf("Thread done\n");
Expand Down

0 comments on commit 90d0d6d

Please sign in to comment.