Searched defs:game_length (Results 1 - 1 of 1) sorted by relevance

/external/ltp/testcases/realtime/func/sched_football/
H A Dsched_football.c50 * crazy_fans thread, added game_length argument by Darren Hart.
77 static int game_length = DEF_GAME_LENGTH; variable
101 game_length = atoi(v);
132 int referee(int game_length) argument
137 printf("Game On (%d seconds)!\n", game_length);
146 while ((now.tv_sec - start.tv_sec) < game_length) {
172 printf("Running with: players_per_team=%d game_length=%d\n",
173 players_per_team, game_length);
206 result = referee(game_length);

Completed in 32 milliseconds