pthread_self      172 maint/gnulib/lib/glthread/cond.h #  ifndef pthread_self
pthread_self      657 maint/gnulib/lib/glthread/lock.c   pthread_t self = pthread_self ();
pthread_self      678 maint/gnulib/lib/glthread/lock.c   if (lock->owner != pthread_self ())
pthread_self      267 maint/gnulib/lib/glthread/lock.h #  ifndef pthread_self
pthread_self      176 maint/gnulib/lib/glthread/thread.h #  ifndef pthread_self
pthread_self      214 maint/gnulib/lib/glthread/thread.h      (pthread_in_use () ? pthread_self () : gl_null_thread)
pthread_self      216 maint/gnulib/lib/glthread/thread.h      (pthread_in_use () ? pthread_self ().p : NULL)
pthread_self      223 maint/gnulib/lib/glthread/thread.h      (pthread_in_use () ? pthread_self () : gl_null_thread)
pthread_self      225 maint/gnulib/lib/glthread/thread.h      (pthread_in_use () ? *((void **) pthread_self ().__) : NULL)
pthread_self      229 maint/gnulib/lib/glthread/thread.h      (pthread_in_use () ? pthread_self () : (pthread_t) 0)
pthread_self      231 maint/gnulib/lib/glthread/thread.h      (pthread_in_use () ? (void *) pthread_self () : NULL)
pthread_self      108 maint/gnulib/lib/glthread/tls.h #  ifndef pthread_self
pthread_self       80 maint/gnulib/lib/nproc.c     if (pthread_getaffinity_np (pthread_self (), sizeof (set), &set) == 0)
pthread_self      108 maint/gnulib/lib/nproc.c         if (pthread_getaffinity_np (pthread_self (), cpuset_size (set), set)
pthread_self      624 maint/gnulib/lib/pthread.in.h _GL_FUNCDECL_RPL (pthread_self, pthread_t, (void) _GL_ATTRIBUTE_PURE);
pthread_self      625 maint/gnulib/lib/pthread.in.h _GL_CXXALIAS_RPL (pthread_self, pthread_t, (void));
pthread_self      628 maint/gnulib/lib/pthread.in.h _GL_FUNCDECL_SYS (pthread_self, pthread_t, (void) _GL_ATTRIBUTE_PURE);
pthread_self      630 maint/gnulib/lib/pthread.in.h _GL_CXXALIAS_SYS (pthread_self, pthread_t, (void));
pthread_self      633 maint/gnulib/lib/pthread.in.h _GL_CXXALIASWARN (pthread_self);
pthread_self      638 maint/gnulib/lib/pthread.in.h _GL_WARN_ON_USE (pthread_self, "pthread_self is not portable - "
pthread_self      379 maint/gnulib/lib/thrd.c   return pthread_self ();
pthread_self       55 maint/gnulib/tests/test-pthread-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::pthread_self, pthread_t, (void));
pthread_self       84 maint/gnulib/tests/test-pthread-mutex.c # define pthread_self_pointer() (*((void **) pthread_self ().__))
pthread_self       86 maint/gnulib/tests/test-pthread-mutex.c # define pthread_self_pointer() ((void *) (uintptr_t) pthread_self ())
pthread_self       77 maint/gnulib/tests/test-pthread-once2.c # define pthread_self_pointer() (*((void **) pthread_self ().__))
pthread_self       79 maint/gnulib/tests/test-pthread-once2.c # define pthread_self_pointer() ((void *) (uintptr_t) pthread_self ())
pthread_self       78 maint/gnulib/tests/test-pthread-rwlock.c # define pthread_self_pointer() (*((void **) pthread_self ().__))
pthread_self       80 maint/gnulib/tests/test-pthread-rwlock.c # define pthread_self_pointer() ((void *) (uintptr_t) pthread_self ())
pthread_self       76 maint/gnulib/tests/test-pthread-spin.c # define pthread_self_pointer() (*((void **) pthread_self ().__))
pthread_self       78 maint/gnulib/tests/test-pthread-spin.c # define pthread_self_pointer() ((void *) (uintptr_t) pthread_self ())
pthread_self       45 maint/gnulib/tests/test-pthread-thread.c   main_thread_before = pthread_self ();
pthread_self       53 maint/gnulib/tests/test-pthread-thread.c       main_thread_after = pthread_self ();
pthread_self       64 maint/gnulib/tests/test-pthread-tss.c # define pthread_self_pointer() (*((void **) pthread_self ().__))
pthread_self       66 maint/gnulib/tests/test-pthread-tss.c # define pthread_self_pointer() ((void *) (uintptr_t) pthread_self ())
pthread_self       71 maint/gnulib/tests/test-pthread_sigmask2.c   main_thread = pthread_self ();