Symbol: pthread_self
crypto/libressl/crypto/cryptlib.c
153
return (unsigned long)pthread_self();
crypto/libressl/crypto/cryptlib.c
282
id->val = (unsigned long)pthread_self();
crypto/libressl/crypto/crypto_init.c
41
crypto_init_thread = pthread_self();
crypto/libressl/crypto/crypto_init.c
57
if (pthread_equal(pthread_self(), crypto_init_thread))
crypto/libressl/crypto/err/err.c
659
err_init_thread = pthread_self();
crypto/libressl/crypto/err/err.c
676
if (pthread_equal(pthread_self(), err_init_thread))
crypto/libressl/ssl/ssl_init.c
32
ssl_init_thread = pthread_self();
crypto/libressl/ssl/ssl_init.c
42
if (pthread_equal(pthread_self(), ssl_init_thread))
include/pthread.h
242
pthread_t pthread_self(void);
lib/libc/gen/_pthread_stubs.c
159
WR(stub_self, pthread_self);
lib/libcuse/cuse_lib.c
469
pthread_t curr = pthread_self();
lib/libcuse/cuse_lib.c
616
pthread_t curr = pthread_self();
lib/libdmsg/crypto.c
71
return ((unsigned long)(uintptr_t)pthread_self());
lib/libdmsg/service.c
55
pthread_detach(pthread_self());
lib/libthread_xu/thread/thr_self.c
45
__strong_reference(_pthread_self, pthread_self);
lib/libusb/libusb10_io.c
248
ctx->ctx_handler = pthread_self();
lib/libusb/libusb10_io.c
259
ctx->ctx_handler = pthread_self();
lib/libusb/libusb10_io.c
266
if (ctx->ctx_handler == pthread_self()) {
lib/libusb/libusb10_io.c
277
return (ctx->ctx_handler == pthread_self());
sbin/hammer2/cmd_service.c
225
pthread_detach(pthread_self());
sbin/hammer2/cmd_service.c
502
pthread_detach(pthread_self());
sbin/hammer2/cmd_service.c
540
pthread_detach(pthread_self());
sbin/hammer2/cmd_service.c
702
pthread_detach(pthread_self());
sbin/svc/execute.c
771
pthread_detach(pthread_self());
sbin/udevd/udevd_client.c
103
r = pthread_detach(pthread_self());
sys/platform/vkernel64/platform/cothread.c
95
cotd->pintr = pthread_self();
sys/platform/vkernel64/x86_64/mp.c
403
ap_tids[0] = pthread_self();
test/libpthread/mutex_d.c
1014
assert (pthread_getschedparam (pthread_self(), &policy,
test/libpthread/mutex_d.c
1242
assert (pthread_getschedparam (pthread_self(), &policy,
test/libpthread/mutex_d.c
1446
assert (pthread_getschedparam (pthread_self (), &policy, &param) == 0);
test/libpthread/mutex_d.c
467
pthread_self());
test/libpthread/mutex_d.c
514
pthread_self());
test/libpthread/mutex_d.c
524
signo, pthread_self());
test/libpthread/sigsuspend_d.c
102
self = pthread_self ();
test/pthread/setname/pthread_setname.c
11
pthread_set_name_np(pthread_self(), __func__);
test/pthread/setname/pthread_setname.c
26
pthread_set_name_np(pthread_self(), __func__);
test/pthread/setname/pthread_setname.c
28
pthread_set_name_np(pthread_self(), NULL);
test/pthread/setname/pthread_setname.c
55
pthread_set_name_np(pthread_self(), longname);
tools/tools/netrate/kq_sendrecv/kq_recvserv/kq_recvserv.c
147
pthread_set_name_np(pthread_self(), "main");
tools/tools/netrate/kq_sendrecv/kq_recvserv/kq_recvserv.c
279
error = pthread_setaffinity_np(pthread_self(),
tools/tools/netrate/kq_sendrecv/kq_recvserv/kq_recvserv.c
300
pthread_set_name_np(pthread_self(), name);
tools/tools/netrate/kq_sendrecv/kq_sendcli/kq_sendcli.c
280
pthread_set_name_np(pthread_self(), "main");
tools/tools/netrate/kq_sendrecv/kq_sendcli/kq_sendcli.c
623
pthread_set_name_np(pthread_self(), name);
usr.bin/dsynth/numa.c
126
pthread_setaffinity_np(pthread_self(), sizeof(cpuset), &cpuset);
usr.bin/dsynth/numa.c
67
} else if (pthread_getaffinity_np(pthread_self(),
usr.bin/dsynth/numa.c
98
pthread_setaffinity_np(pthread_self(), sizeof(defset), &defset);
usr.bin/dsynth/subs.c
661
pthread_detach(pthread_self());
usr.sbin/vknetd/vknetd.c
410
pthread_detach(pthread_self());