Home
last modified time | relevance | path

Searched defs:tls (Results 1 – 25 of 95) sorted by relevance

1234

/third_party/glfw/src/
Dposix_thread.c40 GLFWbool _glfwPlatformCreateTls(_GLFWtls* tls) in _glfwPlatformCreateTls()
55 void _glfwPlatformDestroyTls(_GLFWtls* tls) in _glfwPlatformDestroyTls()
62 void* _glfwPlatformGetTls(_GLFWtls* tls) in _glfwPlatformGetTls()
68 void _glfwPlatformSetTls(_GLFWtls* tls, void* value) in _glfwPlatformSetTls()
Dwin32_thread.c39 GLFWbool _glfwPlatformCreateTls(_GLFWtls* tls) in _glfwPlatformCreateTls()
54 void _glfwPlatformDestroyTls(_GLFWtls* tls) in _glfwPlatformDestroyTls()
61 void* _glfwPlatformGetTls(_GLFWtls* tls) in _glfwPlatformGetTls()
67 void _glfwPlatformSetTls(_GLFWtls* tls, void* value) in _glfwPlatformSetTls()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/
Dstatic-policy.json51 "tls": true, boolean
73 "tls": true, boolean
93 "tls": true, boolean
104 "tls": true, boolean
132 "tls": true, boolean
145 "tls": true, boolean
159 "tls": true, boolean
172 "tls": true, boolean
181 "tls": true, boolean
194 "tls": true, boolean
/third_party/rust/crates/rustix/src/backend/linux_raw/runtime/
Dmod.rs2 pub(crate) mod tls; module
Dsyscalls.rs63 pub(crate) mod tls { module
/third_party/musl/libc-test/src/functional/
Dtls_init_dso.c2 __thread char *tls = buf; variable
/third_party/rust/rust/library/std/src/sys/sgx/abi/
Dmod.rs14 pub mod tls; module
65 let tls = Box::new(tls::Tls::new()); in entry() localVariable
/third_party/mesa3d/src/virtio/vulkan/
Dvn_common.c302 struct vn_tls *tls = vn_tls_get(); in vn_tls_get_ring() local
368 vn_tls_free(void *tls) in vn_tls_free()
397 struct vn_tls *tls = tss_get(vn_tls_key); in vn_tls_get() local
/third_party/ltp/lib/
Dcloner.c61 size_t stack_size, void *stack, pid_t *ptid, void *tls, pid_t *ctid) in ltp_clone_()
98 void *tls; in ltp_clone7() local
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-metrics-proxy/
Dmetrics-proxy-policy.json29 "tls":true, boolean
53 "tls":true, boolean
/third_party/cups/config-scripts/
Dcups-tls.m412 AC_ARG_WITH([tls], AS_HELP_STRING([--with-tls=...], [use cdsa (macOS), gnutls, or openssl for TLS s… optwith
/third_party/musl/src/linux/
Dclone.c29 void *tls = 0; in clone() local
/third_party/openhitls/testcode/framework/tls/resource/src/
Dtls_res.c119 static int GetTlsIdFromResList(ResList *resList, const void *tls) in GetTlsIdFromResList()
202 int GetCtxIdFromSsl(const void *tls) in GetCtxIdFromSsl()
/third_party/pulseaudio/src/tests/
Dthread-test.c34 static pa_tls *tls = NULL; variable
/third_party/musl/porting/liteos_a/user/src/linux/
Dclone.c43 void *tls; in clone() local
/third_party/musl/src/linux/liteos_a/
Dclone.c58 void *tls; in clone() local
/third_party/ltp/include/lapi/
Dsched.h57 uint64_t __attribute__((aligned(8))) tls; member
71 uint64_t __attribute__((aligned(8))) tls; member
/third_party/ltp/testcases/kernel/syscalls/clone3/
Dclone302.c33 unsigned long tls; member
/third_party/musl/porting/linux/user/src/linux/
Dclone.c57 void *tls; in clone() local
/third_party/musl/src/linux/linux/
Dclone.c72 void *tls; in clone() local
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-binance/
Dpolicy.json31 "tls": true, boolean
/third_party/rust/rust/src/tools/miri/src/shims/
Dmod.rs16 pub mod tls; module
/third_party/nghttp2/src/
Dtls.cc52 namespace tls { namespace
/third_party/vk-gl-cts/framework/delibs/dethread/
DdeThreadTest.c67 deThreadLocal tls = *(deThreadLocal*)arg; in threadTestThr4() local
140 deThreadLocal tls; in deThread_selfTest() local
/third_party/musl/ldso/linux/
Ddynlink_rand.h70 struct tls_module tls; member

1234