Home
last modified time | relevance | path

Searched refs:thr_self (Results 1 – 25 of 711) sorted by relevance

12345678910>>...29

/dports/math/spooles-mpich/spooles.2.2/Lock/src/
H A Dutil.c36 thr_self(), lock->mutex) ; in Lock_lock()
43 thr_self(), lock->mutex) ; in Lock_lock()
94 thr_self(), lock->mutex) ; in Lock_unlock()
101 thr_self(), lock->mutex) ; in Lock_unlock()
/dports/math/spooles-mpich/spooles.2.2_SHARED/Lock/src/
H A Dutil.c36 thr_self(), lock->mutex) ; in Lock_lock()
43 thr_self(), lock->mutex) ; in Lock_lock()
94 thr_self(), lock->mutex) ; in Lock_unlock()
101 thr_self(), lock->mutex) ; in Lock_unlock()
/dports/math/spooles/spooles.2.2_SHARED/Lock/src/
H A Dutil.c36 thr_self(), lock->mutex) ; in Lock_lock()
43 thr_self(), lock->mutex) ; in Lock_lock()
94 thr_self(), lock->mutex) ; in Lock_unlock()
101 thr_self(), lock->mutex) ; in Lock_unlock()
/dports/math/spooles/spooles.2.2/Lock/src/
H A Dutil.c36 thr_self(), lock->mutex) ; in Lock_lock()
43 thr_self(), lock->mutex) ; in Lock_lock()
94 thr_self(), lock->mutex) ; in Lock_unlock()
101 thr_self(), lock->mutex) ; in Lock_unlock()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/stdio/
H A Dflockfile.c76 if (_LOCKOWNER(fp) == thr_self()) { in ftrylockfile()
79 _LOCKOWNER(fp) = thr_self(); in ftrylockfile()
105 if (_LOCKOWNER(fp) == thr_self()) { in __flockfile_internal()
116 _LOCKOWNER(fp) = thr_self(); in __flockfile_internal()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/LibC/Stdio/
H A Dflockfile.c85 if (_LOCKOWNER(fp) == thr_self()) { in ftrylockfile()
88 _LOCKOWNER(fp) = thr_self(); in ftrylockfile()
114 if (_LOCKOWNER(fp) == thr_self()) { in __flockfile_internal()
125 _LOCKOWNER(fp) = thr_self(); in __flockfile_internal()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dgthr-solaris.h78 __gthrw(thr_self) in __gthrw()
200 if (__gthrw_(thr_setprio) (__gthrw_(thr_self) (), sys_priority) == 0) in __gthread_objc_thread_set_priority()
215 if (__gthrw_(thr_getprio) (__gthrw_(thr_self) (), &sys_priority) == 0) in __gthread_objc_thread_get_priority()
253 return (objc_thread_t) __gthrw_(thr_self) (); in __gthread_objc_thread_id()
504 thread_t me = __gthrw_(thr_self) (); in __gthread_recursive_mutex_lock()
522 thread_t me = __gthrw_(thr_self) (); in __gthread_recursive_mutex_trylock()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libobjc/
H A Dthr-solaris.c98 if (thr_setprio(thr_self(), sys_priority) == 0) in __objc_thread_set_priority()
110 if (thr_getprio(thr_self(), &sys_priority) == 0) in __objc_thread_get_priority()
145 return (objc_thread_t)thr_self(); in __objc_thread_id()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libobjc/
H A Dthr-solaris.c98 if (thr_setprio(thr_self(), sys_priority) == 0) in __objc_thread_set_priority()
110 if (thr_getprio(thr_self(), &sys_priority) == 0) in __objc_thread_get_priority()
145 return (objc_thread_t)thr_self(); in __objc_thread_id()
/dports/security/beecrypt/beecrypt-4.2.1/c++/lang/
H A DObject.cxx224 bc_threadid_t self = thr_self(); in lock()
314 bc_threadid_t self = thr_self(); in lockInterruptibly()
420 bc_threadid_t self = thr_self(); in tryLock()
454 bc_threadid_t self = thr_self(); in unlock()
498 bc_threadid_t self = thr_self(); in notify()
539 bc_threadid_t self = thr_self(); in notifyAll()
581 bc_threadid_t self = thr_self(); in wait()
882 bc_threadid_t self = thr_self(); in lock()
967 bc_threadid_t self = thr_self(); in lockInterruptibly()
1067 bc_threadid_t self = thr_self(); in tryLock()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgthr-solaris.h66 #pragma weak thr_self macro
178 if (thr_setprio (thr_self (), sys_priority) == 0) in __gthread_objc_thread_set_priority()
193 if (thr_getprio (thr_self (), &sys_priority) == 0) in __gthread_objc_thread_get_priority()
231 return (objc_thread_t) thr_self (); in __gthread_objc_thread_id()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgthr-solaris.h66 #pragma weak thr_self macro
178 if (thr_setprio (thr_self (), sys_priority) == 0) in __gthread_objc_thread_set_priority()
193 if (thr_getprio (thr_self (), &sys_priority) == 0) in __gthread_objc_thread_get_priority()
231 return (objc_thread_t) thr_self (); in __gthread_objc_thread_id()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/ptmalloc/sysdeps/solaris/
H A Dmalloc-machine.h44 #define tsd_setspecific(key, data) (key[(unsigned)thr_self() % 256] = (data))
45 #define tsd_getspecific(key, vptr) (vptr = key[(unsigned)thr_self() % 256])
/dports/devel/ptmalloc2/ptmalloc2/sysdeps/solaris/
H A Dmalloc-machine.h44 #define tsd_setspecific(key, data) (key[(unsigned)thr_self() % 256] = (data))
45 #define tsd_getspecific(key, vptr) (vptr = key[(unsigned)thr_self() % 256])
/dports/devel/ptmalloc/ptmalloc3/sysdeps/solaris/
H A Dmalloc-machine.h44 #define tsd_setspecific(key, data) (key[(unsigned)thr_self() % 256] = (data))
45 #define tsd_getspecific(key, vptr) (vptr = key[(unsigned)thr_self() % 256])
/dports/devel/ivykis/ivykis-0.42.4/src/
H A Div_tid_posix.c51 thr_self(&thr); in iv_get_thread_id()
54 thread_id = thr_self(); in iv_get_thread_id()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/ivykis/src/
H A Div_tid_posix.c51 thr_self(&thr); in iv_get_thread_id()
54 thread_id = thr_self(); in iv_get_thread_id()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/solaris/
H A DthreadCritical_solaris.cpp48 thread_t owner = thr_self(); in ThreadCritical()
65 assert(global_mut_owner == thr_self(), "must have correct owner"); in ~ThreadCritical()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/os/solaris/
H A DthreadCritical_solaris.cpp48 thread_t owner = thr_self(); in ThreadCritical()
65 assert(global_mut_owner == thr_self(), "must have correct owner"); in ~ThreadCritical()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/solaris/
H A DthreadCritical_solaris.cpp48 thread_t owner = thr_self(); in ThreadCritical()
65 assert(global_mut_owner == thr_self(), "must have correct owner"); in ~ThreadCritical()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/os/solaris/
H A DthreadCritical_solaris.cpp48 thread_t owner = thr_self(); in ThreadCritical()
65 assert(global_mut_owner == thr_self(), "must have correct owner"); in ~ThreadCritical()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/os/solaris/
H A DthreadCritical_solaris.cpp48 thread_t owner = thr_self(); in ThreadCritical()
65 assert(global_mut_owner == thr_self(), "must have correct owner"); in ~ThreadCritical()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/os/solaris/vm/
H A DthreadCritical_solaris.cpp48 thread_t owner = thr_self(); in ThreadCritical()
65 assert(global_mut_owner == thr_self(), "must have correct owner"); in ~ThreadCritical()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/os/solaris/vm/
H A DthreadCritical_solaris.cpp48 thread_t owner = thr_self(); in ThreadCritical()
65 assert(global_mut_owner == thr_self(), "must have correct owner"); in ~ThreadCritical()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_solaris.cpp222 CHECK_NE(owner_, (uptr)thr_self()); in Lock()
225 owner_ = (uptr)thr_self(); in Lock()
229 CHECK(owner_ == (uptr)thr_self()); in Unlock()
235 CHECK_EQ((uptr)thr_self(), owner_); in CheckLocked()

12345678910>>...29