OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:abstime
(Results
76 - 100
of
114
) sorted by null
1
2
3
4
5
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
semaphore.h
58
/* Similar to `sem_wait' but wait only until
ABSTIME
.
pthread.h
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
semaphore.h
58
/* Similar to `sem_wait' but wait only until
ABSTIME
.
pthread.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
semaphore.h
58
/* Similar to `sem_wait' but wait only until
ABSTIME
.
pthread.h
[
all
...]
/external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c
910
struct timespec
abstime
= { 0, 0 };
local
928
clock_gettime(CLOCK_MONOTONIC, &
abstime
);
933
abstime
.tv_nsec += nano_sec;
934
if (
abstime
.tv_nsec > NSEC_PER_SEC)
936
abstime
.tv_sec += (
abstime
.tv_nsec / NSEC_PER_SEC);
937
abstime
.tv_nsec =
abstime
.tv_nsec % NSEC_PER_SEC;
939
abstime
.tv_sec += sec;
942
&gki_cb.os.thread_evt_mutex[rtask], &
abstime
);
[
all
...]
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
semaphore.h
143
const struct timespec *
abstime
);