HomeSort by relevance Sort by last modified time
    Searched defs:thr_self (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/lib/libumem/common/
stub_stand.c 75 thr_self(void) function
  /onnv/onnv-gate/usr/src/lib/libldap4/include/
ldap-private.h 14 #define pthread_self thr_self
15 #define thr_self thr_self macro
40 #define DBG_LOCK1(st) printf("%d> %s %d:%s\n", thr_self(), st, __LINE__, __FILE__);
41 #define DBG_LOCK2(ld,st) printf("%d> %s ld_lockcount=%d %d:%s\n", thr_self(), st, (ld)->ld_lockcount, __LINE__, __FILE__);
46 extern pthread_t thr_self();
48 if ((ld)->ld_response_lockthread != thr_self()) { \
52 (ld)->ld_response_lockthread = thr_self(); \
69 if ((ld)->ld_lockthread != thr_self()) { \
73 (ld)->ld_lockthread = thr_self(); \
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/threads/
thr.c 44 #pragma weak _thr_self = thr_self
1719 thr_self() function
    [all...]

Completed in 180 milliseconds