Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:tls_index
(Results
1 - 4
of
4
) sorted by relevance
/third_party/libuv/src/win/
H
A
D
thread.c
463
key->
tls_index
= TlsAlloc();
in uv_key_create()
464
if (key->
tls_index
== TLS_OUT_OF_INDEXES)
in uv_key_create()
471
if (TlsFree(key->
tls_index
) == FALSE)
in uv_key_delete()
473
key->
tls_index
= TLS_OUT_OF_INDEXES;
in uv_key_delete()
480
value = TlsGetValue(key->
tls_index
);
in uv_key_get()
490
if (TlsSetValue(key->
tls_index
, value) == FALSE)
in uv_key_set()
/third_party/node/deps/uv/src/win/
H
A
D
thread.c
450
key->
tls_index
= TlsAlloc();
in uv_key_create()
451
if (key->
tls_index
== TLS_OUT_OF_INDEXES)
in uv_key_create()
458
if (TlsFree(key->
tls_index
) == FALSE)
in uv_key_delete()
460
key->
tls_index
= TLS_OUT_OF_INDEXES;
in uv_key_delete()
467
value = TlsGetValue(key->
tls_index
);
in uv_key_get()
477
if (TlsSetValue(key->
tls_index
, value) == FALSE)
in uv_key_set()
/third_party/libuv/include/uv/
H
A
D
win.h
287
DWORD
tls_index
;
member
/third_party/node/deps/uv/include/uv/
H
A
D
win.h
285
DWORD
tls_index
;
member
Completed in 5 milliseconds