OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:init_sem
(Results
1 - 1
of
1
) sorted by null
/external/qemu/distrib/sdl-1.2.15/test/
testsem.c
62
int
init_sem
;
local
77
init_sem
= atoi(argv[1]);
78
sem = SDL_CreateSemaphore(
init_sem
);
80
printf("Running %d threads, semaphore value = %d\n", NUM_THREADS,
init_sem
);
Completed in 58 milliseconds