Home
last modified time | relevance | path

Searched refs:thread1 (Results 1 – 12 of 12) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dpthread_equal.c24 __pthread_equal (pthread_t thread1, pthread_t thread2) in __pthread_equal() argument
26 return thread1 == thread2; in __pthread_equal()
A Dforward.c109 FORWARD (pthread_equal, (pthread_t thread1, pthread_t thread2),
110 (thread1, thread2), 1)
A DpthreadP.h506 extern int __pthread_equal (pthread_t thread1, pthread_t thread2);
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Dforward.c99 FORWARD (pthread_equal, (pthread_t thread1, pthread_t thread2),
100 (thread1, thread2), 1)
A Dinternals.h368 extern int __pthread_equal (pthread_t thread1, pthread_t thread2);
A Dpthread.c860 int __pthread_equal(pthread_t thread1, pthread_t thread2) in strong_alias()
862 return thread1 == thread2; in strong_alias()
/l4re-core-master/uclibc/lib/libpthread/src/
A Dforward.c100 FORWARD (pthread_equal, (pthread_t thread1, pthread_t thread2),
101 (thread1, thread2), 1)
A Dinternals.h395 extern int __pthread_equal (pthread_t thread1, pthread_t thread2);
A Dpthread.c949 __pthread_equal(pthread_t thread1, pthread_t thread2) in strong_alias()
951 return thread1 == thread2; in strong_alias()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dforward.c124 FORWARD (pthread_equal, (pthread_t thread1, pthread_t thread2),
125 (thread1, thread2), 1)
A Dpthread.c677 int pthread_equal(pthread_t thread1, pthread_t thread2) in libpthread_hidden_def()
679 return thread1 == thread2; in libpthread_hidden_def()
A Dlinuxthreads.texi1465 @deftypefun int pthread_equal (pthread_t thread1, pthread_t thread2)
1469 A non-zero value is returned if @var{thread1} and @var{thread2} refer to

Completed in 18 milliseconds