OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:msecs
(Results
51 - 75
of
99
) sorted by null
1
2
3
4
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/
pthread.h
219
unsigned
msecs
);
221
/* same as pthread_mutex_lock(), but will wait up to '
msecs
' milli-seconds
226
int pthread_mutex_lock_timeout_np(pthread_mutex_t *mutex, unsigned
msecs
);
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/
pthread.h
208
unsigned
msecs
);
210
/* same as pthread_mutex_lock(), but will wait up to '
msecs
' milli-seconds
215
int pthread_mutex_lock_timeout_np(pthread_mutex_t *mutex, unsigned
msecs
);
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
pthread.h
213
unsigned
msecs
);
215
/* same as pthread_mutex_lock(), but will wait up to '
msecs
' milli-seconds
220
int pthread_mutex_lock_timeout_np(pthread_mutex_t *mutex, unsigned
msecs
);
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
pthread.h
219
unsigned
msecs
);
221
/* same as pthread_mutex_lock(), but will wait up to '
msecs
' milli-seconds
226
int pthread_mutex_lock_timeout_np(pthread_mutex_t *mutex, unsigned
msecs
);
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
pthread.h
219
unsigned
msecs
);
221
/* same as pthread_mutex_lock(), but will wait up to '
msecs
' milli-seconds
226
int pthread_mutex_lock_timeout_np(pthread_mutex_t *mutex, unsigned
msecs
);
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
pthread.h
219
unsigned
msecs
);
221
/* same as pthread_mutex_lock(), but will wait up to '
msecs
' milli-seconds
226
int pthread_mutex_lock_timeout_np(pthread_mutex_t *mutex, unsigned
msecs
);
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/
pthread.h
219
unsigned
msecs
);
221
/* same as pthread_mutex_lock(), but will wait up to '
msecs
' milli-seconds
226
int pthread_mutex_lock_timeout_np(pthread_mutex_t *mutex, unsigned
msecs
);
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/
pthread.h
219
unsigned
msecs
);
221
/* same as pthread_mutex_lock(), but will wait up to '
msecs
' milli-seconds
226
int pthread_mutex_lock_timeout_np(pthread_mutex_t *mutex, unsigned
msecs
);
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/
pthread.h
219
unsigned
msecs
);
221
/* same as pthread_mutex_lock(), but will wait up to '
msecs
' milli-seconds
226
int pthread_mutex_lock_timeout_np(pthread_mutex_t *mutex, unsigned
msecs
);
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
pthread.h
219
unsigned
msecs
);
221
/* same as pthread_mutex_lock(), but will wait up to '
msecs
' milli-seconds
226
int pthread_mutex_lock_timeout_np(pthread_mutex_t *mutex, unsigned
msecs
);
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
pthread.h
219
unsigned
msecs
);
221
/* same as pthread_mutex_lock(), but will wait up to '
msecs
' milli-seconds
226
int pthread_mutex_lock_timeout_np(pthread_mutex_t *mutex, unsigned
msecs
);
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
pthread.h
219
unsigned
msecs
);
221
/* same as pthread_mutex_lock(), but will wait up to '
msecs
' milli-seconds
226
int pthread_mutex_lock_timeout_np(pthread_mutex_t *mutex, unsigned
msecs
);
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
pthread.h
208
unsigned
msecs
);
210
/* same as pthread_mutex_lock(), but will wait up to '
msecs
' milli-seconds
215
int pthread_mutex_lock_timeout_np(pthread_mutex_t *mutex, unsigned
msecs
);
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
pthread.h
213
unsigned
msecs
);
215
/* same as pthread_mutex_lock(), but will wait up to '
msecs
' milli-seconds
220
int pthread_mutex_lock_timeout_np(pthread_mutex_t *mutex, unsigned
msecs
);
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
pthread.h
219
unsigned
msecs
);
221
/* same as pthread_mutex_lock(), but will wait up to '
msecs
' milli-seconds
226
int pthread_mutex_lock_timeout_np(pthread_mutex_t *mutex, unsigned
msecs
);
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
pthread.h
219
unsigned
msecs
);
221
/* same as pthread_mutex_lock(), but will wait up to '
msecs
' milli-seconds
226
int pthread_mutex_lock_timeout_np(pthread_mutex_t *mutex, unsigned
msecs
);
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
pthread.h
219
unsigned
msecs
);
221
/* same as pthread_mutex_lock(), but will wait up to '
msecs
' milli-seconds
226
int pthread_mutex_lock_timeout_np(pthread_mutex_t *mutex, unsigned
msecs
);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py
293
msecs
= _subprocess.INFINITE
295
msecs
= max(0, int(timeout * 1000 + 0.5))
297
res = _subprocess.WaitForSingleObject(int(self._handle),
msecs
)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py
293
msecs
= _subprocess.INFINITE
295
msecs
= max(0, int(timeout * 1000 + 0.5))
297
res = _subprocess.WaitForSingleObject(int(self._handle),
msecs
)
/external/qemu/
cpus.c
439
static void qemu_signal_lock(unsigned int
msecs
)
445
if (!qemu_mutex_timedlock(&qemu_global_mutex,
msecs
))
/development/ndk/platforms/android-3/include/
pthread.h
188
unsigned
msecs
);
/external/chromium_org/tools/cygprofile/
mergetraces.py
29
secs
msecs
pid:threadid func
109
msecs
= int (fields[1])
115
converted_calls.append((secs,
msecs
, fields[2], (callee - startAddr)))
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
pthread.h
188
unsigned
msecs
);
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
pthread.h
188
unsigned
msecs
);
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
pthread.h
188
unsigned
msecs
);
Completed in 982 milliseconds
1
2
3
4