OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timespec_from_ms
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/bionic/
bionic_time_conversions.cpp
45
void
timespec_from_ms
(timespec& ts, const int ms) {
function
poll.cpp
44
timespec_from_ms
(ts, ms);
pthread_cond.cpp
244
timespec_from_ms
(ts, ms);
pthread_mutex.cpp
623
timespec_from_ms
(ts, ms);
/bionic/libc/private/
bionic_time_conversions.h
41
__LIBC_HIDDEN__ void
timespec_from_ms
(timespec& ts, const int ms);
Completed in 46 milliseconds