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

  /system/core/libcutils/
sched_policy.c 47 static pthread_once_t the_once = PTHREAD_ONCE_INIT; variable
192 pthread_once(&the_once, __initialize);
224 pthread_once(&the_once, __initialize);
  /bionic/libc/bionic/
stubs.c 43 pthread_once_t the_once = PTHREAD_ONCE_INIT; variable
82 pthread_once(&the_once, __stubs_key_init);

Completed in 138 milliseconds