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/
pthread-timers.c 48 // www.opengroup.org/onlinepubs/000095399/functions/timer_create.html
341 int timer_create(clockid_t clock_id, struct sigevent* evp, timer_t* timer_id) { function

Completed in 51 milliseconds