Searched refs:thread2 (Results 1 – 12 of 12) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | pthread_equal.c | 24 __pthread_equal (pthread_t thread1, pthread_t thread2) in __pthread_equal() argument 26 return thread1 == thread2; in __pthread_equal()
|
A D | forward.c | 109 FORWARD (pthread_equal, (pthread_t thread1, pthread_t thread2), 110 (thread1, thread2), 1)
|
A D | pthreadP.h | 506 extern int __pthread_equal (pthread_t thread1, pthread_t thread2);
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/ |
A D | forward.c | 99 FORWARD (pthread_equal, (pthread_t thread1, pthread_t thread2), 100 (thread1, thread2), 1)
|
A D | internals.h | 368 extern int __pthread_equal (pthread_t thread1, pthread_t thread2);
|
A D | pthread.c | 860 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 D | forward.c | 100 FORWARD (pthread_equal, (pthread_t thread1, pthread_t thread2), 101 (thread1, thread2), 1)
|
A D | internals.h | 395 extern int __pthread_equal (pthread_t thread1, pthread_t thread2);
|
A D | pthread.c | 949 __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 D | forward.c | 124 FORWARD (pthread_equal, (pthread_t thread1, pthread_t thread2), 125 (thread1, thread2), 1)
|
A D | pthread.c | 677 int pthread_equal(pthread_t thread1, pthread_t thread2) in libpthread_hidden_def() 679 return thread1 == thread2; in libpthread_hidden_def()
|
A D | linuxthreads.texi | 1465 @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 30 milliseconds