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:init_lock
(Results
1 - 4
of
4
) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/
H
A
D
init.c
50
static CRYPTO_RWLOCK *
init_lock
= NULL;
variable
65
|| (
init_lock
= CRYPTO_THREAD_lock_new()) == NULL)
in DEFINE_RUN_ONCE_STATIC()
83
CRYPTO_THREAD_lock_free(
init_lock
);
in DEFINE_RUN_ONCE_STATIC()
84
init_lock
= NULL;
in DEFINE_RUN_ONCE_STATIC()
379
CRYPTO_THREAD_lock_free(
init_lock
);
in OPENSSL_cleanup()
380
init_lock
= NULL;
in OPENSSL_cleanup()
590
if (!CRYPTO_THREAD_write_lock(
init_lock
))
in OPENSSL_init_crypto()
596
CRYPTO_THREAD_unlock(
init_lock
);
in OPENSSL_init_crypto()
/third_party/openssl/crypto/
H
A
D
init.c
50
static CRYPTO_RWLOCK *
init_lock
= NULL;
variable
65
|| (
init_lock
= CRYPTO_THREAD_lock_new()) == NULL)
in DEFINE_RUN_ONCE_STATIC()
83
CRYPTO_THREAD_lock_free(
init_lock
);
in DEFINE_RUN_ONCE_STATIC()
84
init_lock
= NULL;
in DEFINE_RUN_ONCE_STATIC()
379
CRYPTO_THREAD_lock_free(
init_lock
);
in OPENSSL_cleanup()
380
init_lock
= NULL;
in OPENSSL_cleanup()
590
if (!CRYPTO_THREAD_write_lock(
init_lock
))
in OPENSSL_init_crypto()
596
CRYPTO_THREAD_unlock(
init_lock
);
in OPENSSL_init_crypto()
/third_party/glslang/glslang/MachineIndependent/
H
A
D
ShaderLang.cpp
85
std::mutex
init_lock
;
member
423
const std::lock_guard<std::mutex> lock(
init_lock
);
in SetupBuiltinSymbolTable()
1313
const std::lock_guard<std::mutex> lock(
init_lock
);
1373
const std::lock_guard<std::mutex> lock(
init_lock
);
/third_party/mesa3d/src/mesa/main/
H
A
D
context.c
250
static void
init_lock
(void) {
in init_lock()
function
265
call_once(&init_once,
init_lock
);
in _mesa_initialize()
Completed in 7 milliseconds