OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:varient
(Results
1 - 9
of
9
) 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
/external/qemu/
Makefile.android
183
# A
varient
of end-emulator-library for host programs instead
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java
168
int
varient
= intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT, -1);
local
169
assertNotSame(-1,
varient
);
170
switch (
varient
) {
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTrackerBase.java
[
all
...]
/external/e2fsprogs/lib/ext2fs/
tdb.c
713
/* lock entire database with write lock - nonblocking
varient
*/
731
/* lock entire database with read lock - nonblock
varient
*/
[
all
...]
/sdk/files/typos/
typos-en.txt
[
all
...]
Completed in 371 milliseconds