HomeSort by relevance Sort by last modified time
    Searched full:varient (Results 1 - 13 of 13) sorted by null

  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_SemTryWait.3 12 \fBSDL_SemTryWait\fP is a non-blocking varient of \fI\fBSDL_SemWait\fP\fR\&. If the value of the semaphore pointed to by \fBsem\fR is positive it will atomically decrement the semaphore value and return 0, otherwise it will return \fBSDL_MUTEX_TIMEOUT\fR instead of suspending the thread\&.
SDL_SemWaitTimeout.3 12 \fBSDL_SemWaitTimeout()\fP is a varient of \fISDL_SemWait\fR with a maximum timeout value\&. If the value of the semaphore pointed to by \fBsem\fR is positive (greater than zero) it will atomically decrement the semaphore value and return 0, otherwise it will wait up to \fBtimeout\fR milliseconds trying to lock the semaphore\&. This function is to be avoided if possible since on some platforms it is implemented by polling the semaphore every millisecond in a busy loop\&.
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlsemtrywait.html 127 > is a non-blocking varient of
sdlsemwaittimeout.html 127 > is a varient of
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 169 int varient = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT, -1); local
170 assertNotSame(-1, varient);
171 switch (varient) {
    [all...]
  /external/qemu/
Makefile.android 260 # A varient of end-emulator-library for host programs instead
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTrackerBase.java     [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c 711 /* lock entire database with write lock - nonblocking varient */
729 /* lock entire database with read lock - nonblock varient */
    [all...]
  /sdk/files/typos/
typos-en.txt     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libdxerr8.a     [all...]
libdxerr9.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/
libdxerr8.a     [all...]
libdxerr9.a     [all...]

Completed in 786 milliseconds