Searched refs:__thread1 (Results 1 - 3 of 3) sorted by relevance

/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
H A Dpthread.h270 extern int pthread_equal (pthread_t __thread1, pthread_t __thread2) __THROW;
1111 __NTH (pthread_equal (pthread_t __thread1, pthread_t __thread2)) argument
1113 return __thread1 == __thread2;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dpthread.h270 extern int pthread_equal (pthread_t __thread1, pthread_t __thread2) __THROW;
1111 __NTH (pthread_equal (pthread_t __thread1, pthread_t __thread2)) argument
1113 return __thread1 == __thread2;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dpthread.h270 extern int pthread_equal (pthread_t __thread1, pthread_t __thread2) __THROW;
1111 __NTH (pthread_equal (pthread_t __thread1, pthread_t __thread2)) argument
1113 return __thread1 == __thread2;

Completed in 45 milliseconds