Symbol: pthread_self
crypto/krb5/src/util/support/threads.c
152
|| &pthread_self == 0
crypto/openssl/crypto/thread/arch/thread_posix.c
93
return pthread_equal(*(pthread_t *)thread->handle, pthread_self());
crypto/openssl/crypto/threads_pthread.c
768
return pthread_self();
include/pthread.h
283
pthread_t pthread_self(void);
lib/libc/gen/_pthread_stubs.c
256
STUB_FUNC(pthread_self, PJT_SELF, pthread_t)
lib/libcuse/cuse_lib.c
456
pthread_t curr = pthread_self();
lib/libcuse/cuse_lib.c
603
pthread_t curr = pthread_self();
lib/libstdthreads/thrd.c
76
return (pthread_self());
lib/libthr/tests/pthread_sigqueue_test.c
55
self = pthread_self();
lib/libthr/thread/thr_self.c
38
__weak_reference(_Tthr_self, pthread_self);
lib/libusb/libusb10_io.c
257
ctx->ctx_handler = pthread_self();
lib/libusb/libusb10_io.c
268
ctx->ctx_handler = pthread_self();
lib/libusb/libusb10_io.c
275
if (ctx->ctx_handler == pthread_self()) {
lib/libusb/libusb10_io.c
286
return (ctx->ctx_handler == pthread_self());
lib/libusb/libusb10_io.c
324
ctx->ctx_handler = pthread_self();
lib/libusb/libusb10_io.c
345
ctx->ctx_handler = pthread_self();
sbin/ggate/ggatec/ggatec.c
451
sendtd = pthread_self();
tests/sys/fs/fusefs/interrupt.cc
232
self = pthread_self();
tests/sys/fs/fusefs/interrupt.cc
292
self = pthread_self();
tests/sys/fs/fusefs/interrupt.cc
374
self = pthread_self();
tests/sys/fs/fusefs/interrupt.cc
416
self = pthread_self();
tests/sys/fs/fusefs/interrupt.cc
492
self = pthread_self();
tests/sys/fs/fusefs/interrupt.cc
555
self = pthread_self();
tests/sys/fs/fusefs/interrupt.cc
591
self = pthread_self();
tests/sys/fs/fusefs/interrupt.cc
632
self = pthread_self();
tests/sys/fs/fusefs/interrupt.cc
64
printf("Signaled! thread %p\n", pthread_self());
tests/sys/fs/fusefs/interrupt.cc
760
self = pthread_self();
tests/sys/kern/ptrace_test.c
2028
CHILD_REQUIRE(pthread_setschedparam(pthread_self(),
tests/sys/kern/ptrace_test.c
2131
CHILD_REQUIRE(pthread_setschedparam(pthread_self(),
tools/regression/tls/ttls2/ttls2.c
11
printf("thread %p, &i = %p\n", pthread_self(), &i);
tools/regression/tls/ttls2/ttls2.c
13
printf("thread %p, i = %d\n", pthread_self(), i);
tools/regression/tls/ttls2/ttls2.c
22
printf("thread %p, &i = %p\n", pthread_self(), &i);
tools/regression/tls/ttls2/ttls2.c
24
printf("thread %p, i = %d\n", pthread_self(), i);
tools/tools/netmap/nmreplay.c
657
if (pthread_setaffinity_np(pthread_self(), sizeof(cpuset_t), &cpumask) != 0) {
tools/tools/netmap/pkt-gen.c
1849
(void *)pthread_self());
tools/tools/netmap/pkt-gen.c
2206
(void *)pthread_self());
tools/tools/netmap/pkt-gen.c
573
D("received control-C on thread %p", (void *)pthread_self());
tools/tools/nvmf/nvmfd/discovery.c
263
pthread_detach(pthread_self());
tools/tools/nvmf/nvmfd/io.c
282
pthread_setname_np(pthread_self(), "admin queue");
tools/tools/nvmf/nvmfd/io.c
457
pthread_setname_np(pthread_self(), name);
tools/tools/nvmf/nvmfd/io.c
619
pthread_detach(pthread_self());
usr.sbin/bhyve/bhyverun.c
549
pthread_set_name_np(pthread_self(), tname);
usr.sbin/bhyve/bhyverun.c
552
error = pthread_setaffinity_np(pthread_self(),
usr.sbin/bhyve/block_if.c
384
t = pthread_self();
usr.sbin/bhyve/mevent.c
128
if (mevent_pipefd[1] != 0 && pthread_self() != mevent_tid) {
usr.sbin/bhyve/mevent.c
508
mevent_tid = pthread_self();
usr.sbin/bhyve/snapshot.c
1362
pthread_set_name_np(pthread_self(), "checkpoint thread");
usr.sbin/rpc.tlsservd/rpc.tlsservd.c
405
pthread_detach(pthread_self());