Home
last modified time | relevance | path

Searched refs:tls_index (Results 1 – 2 of 2) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dstrobemeta.h264 struct tls_index { struct
308 struct tls_index tls_index; in calc_location() local
312 bpf_probe_read_user(&tls_index, sizeof(struct tls_index), in calc_location()
315 if (tls_index.module > 0) { in calc_location()
319 dtv += tls_index.module; in calc_location()
326 ? tls_ptr + tls_index.offset in calc_location()
/external/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_magnifier.cc31 static const DWORD tls_index = TlsAlloc(); in GetTlsIndex() local
32 RTC_DCHECK(tls_index != TLS_OUT_OF_INDEXES); in GetTlsIndex()
33 return tls_index; in GetTlsIndex()