Searched defs:absTime (Results 1 - 3 of 3) sorted by relevance
/kernel/liteos_a/compat/posix/src/ |
H A D | pthread_cond.c | 249 pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, const struct timespec *absTime) pthread_cond_timedwait() argument
|
/kernel/liteos_a/kernel/base/ipc/ |
H A D | los_futex.c | 500 STATIC INT32 OsFutexWaitParamCheck(const UINT32 *userVaddr, UINT32 flags, UINT32 absTime) in OsFutexWaitParamCheck() argument 636 INT32 OsFutexWait(const UINT32 *userVaddr, UINT32 flags, UINT32 val, UINT32 absTime) in OsFutexWait() argument
|
/kernel/liteos_a/syscall/ |
H A D | process_syscall.c | 1276 SysFutex(const unsigned int *uAddr, unsigned int flags, int val, unsigned int absTime, const unsigned int *newUserAddr) SysFutex() argument
|
Completed in 4 milliseconds