HomeSort by relevance Sort by last modified time
    Searched defs:timer_create (Results 1 - 2 of 2) sorted by null

  /development/ndk/sources/android/libportable/arch-mips/
timer.c 22 int WRAP(timer_create)(clockid_t clockid, struct sigevent *portable_evp, function
35 return REAL(timer_create)(clockid, evp, timerid);
  /bionic/libc/bionic/
posix_timers.cpp 105 // http://pubs.opengroup.org/onlinepubs/9699919799/functions/timer_create.html
106 int timer_create(clockid_t clock_id, sigevent* evp, timer_t* timer_id) { function

Completed in 1319 milliseconds