Home
last modified time | relevance | path

Searched refs:count_nonzero (Results 1 – 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/thread/generic/
DSDL_syssem.c80 SDL_cond *count_nonzero; member
96 sem->count_nonzero = SDL_CreateCond(); in SDL_CreateSemaphore()
97 if ( ! sem->count_lock || ! sem->count_nonzero ) { in SDL_CreateSemaphore()
113 SDL_CondSignal(sem->count_nonzero); in SDL_DestroySemaphore()
116 SDL_DestroyCond(sem->count_nonzero); in SDL_DestroySemaphore()
164 retval = SDL_CondWaitTimeout(sem->count_nonzero, in SDL_SemWaitTimeout()
201 SDL_CondSignal(sem->count_nonzero); in SDL_SemPost()
/external/v8/tools/
Dgc-nvp-trace-processor.py302 def count_nonzero(trace, field): function