Searched refs:pthread_self (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_self.c38 __weak_reference(_pthread_self, pthread_self);
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_self.c37 __weak_reference(_pthread_self, pthread_self);
/freebsd-9.3-release/tools/regression/tls/ttls2/
H A Dttls2.c11 printf("thread %p, &i = %p\n", pthread_self(), &i);
13 printf("thread %p, i = %d\n", pthread_self(), i);
21 printf("thread %p, &i = %p\n", pthread_self(), &i);
23 printf("thread %p, i = %d\n", pthread_self(), i);
/freebsd-9.3-release/contrib/bind9/lib/isc/pthreads/include/isc/
H A Dthread.h54 (unsigned long)pthread_self
/freebsd-9.3-release/contrib/ntp/lib/isc/pthreads/include/isc/
H A Dthread.h51 (unsigned long)pthread_self
/freebsd-9.3-release/contrib/gcclibs/libgomp/config/posix95/
H A Dlock.c84 pthread_t me = pthread_self ();
110 pthread_t me = pthread_self ();
/freebsd-9.3-release/contrib/gcc/
H A Dgthr-posix95.h75 __gthrw(pthread_self)
267 pthread_t thread_id = __gthrw_(pthread_self) ();
311 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
347 return (objc_thread_t) __gthrw_(pthread_self) ();
607 pthread_t me = __gthrw_(pthread_self) ();
625 pthread_t me = __gthrw_(pthread_self) ();
H A Dgthr-dce.h98 __gthrw(pthread_self)
201 if (pthread_setprio (__gthrw_(pthread_self) (), sys_priority) >= 0)
216 if ((sys_priority = pthread_getprio (__gthrw_(pthread_self) ())) >= 0)
260 pthread_t self = __gthrw_(pthread_self) ();
H A Dgthr-posix.h120 __gthrw3(pthread_self)
129 __gthrw(pthread_self)
307 pthread_t thread_id = __gthrw_(pthread_self) ();
351 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
387 return (objc_thread_t) __gthrw_(pthread_self) ();
H A Dgthr-posix.c172 pthread_self (void) function
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfmerge.c389 debug(2, "%d: merging %p into %p\n", pthread_self(),
460 pthread_self());
487 debug(2, "%d: merging %p into %p\n", pthread_self(),
506 pthread_self(), (void *)pow2, fifo_len(wq->wq_queue),
522 debug(2, "%d: entering first barrier\n", pthread_self());
526 debug(2, "%d: doing work in first barrier\n", pthread_self());
532 debug(2, "%d: ninqueue is %d, %d on queue\n", pthread_self(),
536 debug(2, "%d: entering second barrier\n", pthread_self());
540 debug(2, "%d: phase 1 complete\n", pthread_self());
564 debug(1, "Thread %d announcing %s\n", pthread_self(), nam
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_misc.c191 uu_panic_thread = pthread_self();
199 if (uu_panic_thread == pthread_self())
/freebsd-9.3-release/contrib/libc++/src/
H A Dmutex.cpp166 pthread_t id = pthread_self();
184 pthread_t id = pthread_self();
/freebsd-9.3-release/contrib/ofed/management/opensm/complib/
H A Dcl_thread.c138 current = pthread_self();
/freebsd-9.3-release/cddl/contrib/opensolaris/head/
H A Dthread.h47 #define thr_self() (unsigned long)pthread_self()
/freebsd-9.3-release/contrib/gcclibs/libmudflap/
H A Dmf-hooks3.c112 pthread_t self = pthread_self ();
183 pthread_self is a bit suspect, but it happens to work. */
H A Dmf-impl.h276 fprintf (stderr, "mf(%u): ", (unsigned) pthread_self ()); \
281 fprintf (stderr, "mf(%u): ", (unsigned) pthread_self ()); \
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devthread_pthread.c99 r.thr = pthread_self();
/freebsd-9.3-release/contrib/ncurses/ncurses/trace/
H A Dlib_trace.c184 if ((pthread_self))
186 fprintf(TraceFP, "%#lx:", (long) (void *) pthread_self());
/freebsd-9.3-release/tools/regression/lib/libc/resolv/
H A Dresolv.c194 pthread_t self = pthread_self();
239 pthread_t self = pthread_self();
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Dapp.c256 main_thread = pthread_self();
598 REQUIRE(main_thread == pthread_self());
860 blockedthread = pthread_self();
880 REQUIRE(blockedthread == pthread_self());
/freebsd-9.3-release/include/
H A Dpthread.h245 pthread_t pthread_self(void);
/freebsd-9.3-release/lib/libkse/test/
H A Dsigsuspend_d.c109 self = pthread_self ();
/freebsd-9.3-release/lib/libusb/
H A Dlibusb10_io.c243 ctx->ctx_handler = pthread_self();
254 ctx->ctx_handler = pthread_self();
261 if (ctx->ctx_handler == pthread_self()) {
272 return (ctx->ctx_handler == pthread_self());
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/
H A Dapp.c250 main_thread = pthread_self();
583 REQUIRE(main_thread == pthread_self());
845 blockedthread = pthread_self();
865 REQUIRE(blockedthread == pthread_self());

Completed in 108 milliseconds

12