HomeSort by: relevance | last modified time | path
    Searched refs:thr_self (Results 1 - 5 of 5) 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/lib/libc/include/
reentrant.h 217 #define thr_self() __libc_thr_self() macro
324 #define thr_self() __nothing
  /src/lib/libc/net/
nsdispatch.c 628 drec.thr = thr_self();

Completed in 171 milliseconds