Searched defs:clockID (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/libroot/posix/pthread/
H A Dpthread_condattr.c90 pthread_condattr_setclock(pthread_condattr_t *_condAttr, clockid_t clockID) argument
/haiku/src/system/libroot/posix/time/
H A Dclock_support.cpp23 clock_getres(clockid_t clockID, struct timespec* resolution) argument
55 clock_gettime(clockid_t clockID, struct timespec* time) argument
86 clock_settime(clockid_t clockID, const struct timespec* time) argument
105 clock_nanosleep(clockid_t clockID, int flags, const struct timespec* time, struct timespec* remainingTime) argument
[all...]
H A Dtimer_support.cpp87 timer_create(clockid_t clockID, struct sigevent* event, timer_t* _timer) argument
/haiku/src/system/kernel/
H A DUserTimer.cpp1231 create_timer(clockid_t clockID, int32 timerID, Team* team, Thread* thread, argument
1474 user_timer_get_clock(clockid_t clockID, bigtime_t& _time) argument
1605 _user_get_clock(clockid_t clockID, bigtime_t* userTime) argument
1624 _user_set_clock(clockid_t clockID, bigtime_t time) argument
1690 _user_create_timer(clockid_t clockID, thread_id threadID, uint32 flags, const struct sigevent* userEvent, const thread_creation_attributes* userThreadAttributes) argument
[all...]

Completed in 46 milliseconds