HomeSort by relevance Sort by last modified time
    Searched defs:event_lock (Results 1 - 6 of 6) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgavideo.h 47 #define LOCK_DISPLAY() SDL_mutexP(event_lock)
48 #define UNLOCK_DISPLAY() SDL_mutexV(event_lock)
95 SDL_mutex *event_lock; member in struct:SDL_PrivateVideoData
121 #define event_lock (this->hidden->event_lock) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
gus.h 466 spinlock_t event_lock; member in struct:snd_gus_card
trident.h 408 spinlock_t event_lock; member in struct:snd_trident
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
gus.h 466 spinlock_t event_lock; member in struct:snd_gus_card
trident.h 408 spinlock_t event_lock; member in struct:snd_trident
  /external/kernel-headers/original/linux/
input.h 1309 spinlock_t event_lock; member in struct:input_dev
    [all...]

Completed in 1201 milliseconds