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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
gthr-tpf.h 48 typedef pthread_once_t __gthread_once_t; typedef
100 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
gthr-single.h 33 typedef int __gthread_once_t; typedef
217 __gthread_once (__gthread_once_t *__once _GLIBCXX_UNUSED, void (*__func) (void) _GLIBCXX_UNUSED)
gthr-default.h 46 typedef pthread_once_t __gthread_once_t; typedef
723 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
gthr-posix.h 46 typedef pthread_once_t __gthread_once_t; typedef
723 __gthread_once (__gthread_once_t *__once, void (*__func) (void))

Completed in 743 milliseconds