Searched defs:thr_self (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libumem/common/
H A Dstub_stand.c73 thr_self(void) function
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap-private.h11 #define pthread_self thr_self
12 #define thr_self thr_self macro
37 #define DBG_LOCK1(st) printf("%d> %s %d:%s\n", thr_self(), st, __LINE__, __FILE__);
38 #define DBG_LOCK2(ld,st) printf("%d> %s ld_lockcount=%d %d:%s\n", thr_self(), st, (ld)->ld_lockcount, __LINE__, __FILE__);
43 extern pthread_t thr_self();
45 if ((ld)->ld_response_lockthread != thr_self()) { \
49 (ld)->ld_response_lockthread = thr_self(); \
66 if ((ld)->ld_lockthread != thr_self()) { \
70 (ld)->ld_lockthread = thr_self(); \
[all...]
/osnet-11/usr/src/lib/libc/port/threads/
H A Dthr.c45 #pragma weak _thr_self = thr_self
1723 #pragma weak _ti_thr_self = thr_self
1724 #pragma weak pthread_self = thr_self
1726 thr_self() function

Completed in 97 milliseconds