Searched refs:tls (Results 1 - 25 of 83) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreadLocal.inc25 DWORD* tls = reinterpret_cast<DWORD*>(&data);
26 *tls = TlsAlloc();
27 assert(*tls != TLS_OUT_OF_INDEXES);
31 DWORD* tls = reinterpret_cast<DWORD*>(&data);
32 TlsFree(*tls);
36 DWORD* tls = reinterpret_cast<DWORD*>(&data);
37 return TlsGetValue(*tls);
41 DWORD* tls = reinterpret_cast<DWORD*>(&data);
42 int errorcode = TlsSetValue(*tls, const_cast<void*>(d));
/freebsd-11-stable/tools/regression/tls/ttls3/
H A DMakefile9 tls-lib: elftls.S
14 tls-test-lib: tls-lib tls-test-lib.c
15 gcc -c -o tls-test.o ${.CURDIR}/tls-test-lib.c
16 ld $(LDFLAGS) tls-test.o libtls.so.1 -rpath=${.OBJDIR} -soname libtls-test.so.1 -o libtls-test.so.1
18 ttls3: tls-test-lib tls-test.c
19 gcc $(CFLAGS) -rdynamic -o ttls3 ${.CURDIR}/tls
[all...]
/freebsd-11-stable/lib/libc/tests/tls/dso/
H A DMakefile3 TESTSRC= ${SRCTOP}/contrib/netbsd-tests/lib/libc/tls/${.CURDIR:T}
11 LIBDIR= ${TESTSBASE}/lib/libc/tls
/freebsd-11-stable/lib/libc/tests/tls_dso/
H A DMakefile8 LIBDIR= ${TESTSBASE}/lib/libc/tls
9 SHLIBDIR= ${TESTSBASE}/lib/libc/tls
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/tls/
H A Dt_tls_static_helper.c38 #include <sys/tls.h>
H A Dt_tls_static.c41 #include <sys/tls.h>
H A Dt_tls_dlopen.c43 #include <sys/tls.h>
H A Dt_tls_dynamic.c42 #include <sys/tls.h>
/freebsd-11-stable/sys/arm/include/
H A Dpcpu.h115 void *tls; local
118 __asm __volatile("mrc p15, 0, %0, c13, c0, 2" : "=r" (tls));
119 return (tls);
123 set_tls(void *tls) argument
134 : : "r" (tls));
/freebsd-11-stable/crypto/heimdal/base/
H A Dheimbase.c394 struct ar_tls *tls = ptr; local
395 if (tls->head)
396 heim_release(tls->head);
397 free(tls);
440 struct ar_tls *tls; local
442 tls = autorel_tls();
443 if (tls == NULL)
451 HEIMDAL_MUTEX_lock(&tls->tls_mutex);
452 if (tls->current != ptr)
455 if (tls
490 struct ar_tls *tls = autorel_tls(); local
517 struct ar_tls *tls = autorel_tls(); local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/tls_dso/
H A Dh_tls_dynamic.c39 #include <sys/tls.h>
/freebsd-11-stable/lib/libc/mips/
H A Dstatic_tls.h36 #include <machine/tls.h>
/freebsd-11-stable/lib/libc/gen/
H A Dtls.c26 * $FreeBSD: stable/11/lib/libc/gen/tls.c 328965 2018-02-07 06:24:34Z mmel $
68 void _rtld_free_tls(void *tls, size_t tcbsize, size_t tcbalign);
70 void __libc_free_tls(void *tls, size_t tcbsize, size_t tcbalign);
173 * www.akkadia.org/drepper/tls.pdf
222 Elf_Addr **tls; local
224 tls = (Elf_Addr **)tcb;
225 dtv = tls[0];
254 char *tls_block, *tls; local
282 tls = (char *)tcb + TLS_TCB_SIZE + post_size;
291 dtv[2] = (Elf_Addr)(tls
348 char *tls; local
431 void *tls; local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/libexec/ld.elf_so/helper_dso1/
H A Dh_helper_dso1.c32 #include <sys/tls.h>
/freebsd-11-stable/contrib/apr-util/ldap/
H A Dapr_ldap_option.c228 int tls = * (const int *)invalue; local
233 if (tls == APR_LDAP_SSL) {
247 else if (tls == APR_LDAP_STARTTLS) {
252 else if (tls == APR_LDAP_STOPTLS) {
258 if (tls != APR_LDAP_NONE) {
275 if (tls == APR_LDAP_SSL) {
283 if (tls == APR_LDAP_STARTTLS) {
290 else if (tls == APR_LDAP_STOPTLS) {
302 if (tls == APR_LDAP_SSL) {
312 else if (tls
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/tls/dso/
H A Dh_tls_dlopen.c40 #include <sys/tls.h>
/freebsd-11-stable/lib/libthr/arch/mips/include/
H A Dpthread_md.h38 #include <machine/tls.h>
/freebsd-11-stable/lib/libc/tests/
H A DMakefile23 TESTS_SUBDIRS+= tls
/freebsd-11-stable/usr.sbin/wpa/
H A DMakefile.inc18 ${WPA_DISTDIR}/src/tls \
/freebsd-11-stable/libexec/rtld-elf/mips/
H A Drtld_machdep.h34 #include <machine/tls.h>
H A Dreloc.c43 #include <machine/tls.h>
643 char *tls; local
652 tls = (char *) allocate_tls(objs, NULL, TLS_TCB_SIZE, 8);
654 sysarch(MIPS_SET_TLS, tls);
660 Elf_Addr** tls; local
663 sysarch(MIPS_GET_TLS, &tls);
665 p = tls_get_addr_common(tls, ti->ti_module, ti->ti_offset + TLS_DTP_OFFSET);
/freebsd-11-stable/crypto/openssl/ssl/
H A Dheartbeat_test.c365 SETUP_HEARTBEAT_TEST_FIXTURE(tls);
384 SETUP_HEARTBEAT_TEST_FIXTURE(tls);
404 SETUP_HEARTBEAT_TEST_FIXTURE(tls);
419 SETUP_HEARTBEAT_TEST_FIXTURE(tls);
/freebsd-11-stable/contrib/ntp/libparse/
H A Dclk_trimtsip.c349 int tls = t->t_gpsutc = (u_short) getshort((unsigned char *)&mb(12)); /* current leap correction (GPS-UTC) */ local
366 (tlsf != tls) && /* something will change */
370 if (tlsf > tls)
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_tls.c92 return (sc->tt.tls && sc->cryptocaps & FW_CAPS_CONFIG_TLSKEYS);
98 struct tls_ofld_info *tls_ofld = &toep->tls;
106 struct tls_ofld_info *tls_ofld = &toep->tls;
114 struct tls_ofld_info *tls_ofld = &toep->tls;
166 struct tls_ofld_info *tls_ofld = &toep->tls;
248 struct tls_ofld_info *tls_ofld = &toep->tls;
469 struct tls_ofld_info *tls_ofld = &toep->tls;
500 struct tls_ofld_info *tls_ofld = &toep->tls;
582 struct tls_ofld_info *tls_ofld = &toep->tls;
733 struct tls_ofld_info *tls_ofld = &toep->tls;
[all...]
/freebsd-11-stable/usr.sbin/sendmail/
H A DMakefile22 timers.c tlsh.c tls.c trace.c udb.c usersmtp.c util.c version.c

Completed in 156 milliseconds

1234