HomeSort by: relevance | last modified time | path
    Searched refs:thr_self (Results 1 - 21 of 21) sorted by relevancy

  /src/lib/libc/stdio/
flockfile.c 76 if (_LOCKOWNER(fp) == thr_self()) {
79 _LOCKOWNER(fp) = thr_self();
105 if (_LOCKOWNER(fp) == thr_self()) {
116 _LOCKOWNER(fp) = thr_self();
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_solaris.cc 212 CHECK_NE(owner_, (uptr)thr_self());
215 owner_ = (uptr)thr_self();
219 CHECK(owner_ == (uptr)thr_self());
225 CHECK_EQ((uptr)thr_self(), owner_);
sanitizer_linux.cc 473 thr_self(&Tid);
478 return thr_self();
  /src/external/bsd/openldap/dist/libraries/libldap/
thr_thr.c 170 return thr_self();
  /src/external/cddl/osnet/dist/head/
thread.h 51 #define thr_self() (unsigned long)pthread_self() macro
  /src/lib/libc/include/
reentrant.h 217 #define thr_self() __libc_thr_self() macro
324 #define thr_self() __nothing
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
lock.c 444 thread_t self = thr_self ();
458 if (lock->owner != thr_self ())
lock.h 517 # pragma weak thr_self macro
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
lock.c 443 thread_t self = thr_self ();
457 if (lock->owner != thr_self ())
lock.h 516 # pragma weak thr_self macro
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
lock.c 443 thread_t self = thr_self ();
457 if (lock->owner != thr_self ())
lock.h 516 # pragma weak thr_self macro
  /src/external/bsd/unbound/dist/util/
locks.h 212 #define ub_thread_self() thr_self()
  /src/lib/libc/net/
nsdispatch.c 628 drec.thr = thr_self();
  /src/external/gpl2/gettext/dist/gettext-runtime/tests/
test-lock.c 158 return (void *) thr_self ();
  /src/external/cddl/osnet/dist/lib/libzpool/common/sys/
zfs_context.h 226 #define curthread ((void *)(uintptr_t)thr_self())
577 #define CPU_SEQID (thr_self() & (max_ncpus - 1))
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_linux.cpp 565 thr_self(&Tid);
568 return thr_self();
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_linux.cpp 505 thr_self(&Tid);
508 return thr_self();
  /src/external/cddl/osnet/dist/lib/libzpool/common/
kernel.c 735 (void) printf("%lu ", thr_self());
  /src/external/gpl2/gettext/dist/gettext-runtime/
configure 23690 thr_self(); function
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/
configure 24348 thr_self(); function
    [all...]

Completed in 93 milliseconds