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:mutex_buf
(Results
1 - 1
of
1
) sorted by relevance
/third_party/curl/lib/vtls/
H
A
D
mbedtls_threadlock.c
48
static MBEDTLS_MUTEX_T *
mutex_buf
= NULL;
variable
54
mutex_buf
= calloc(1, NUMT * sizeof(MBEDTLS_MUTEX_T));
in Curl_mbedtlsthreadlock_thread_setup()
55
if(!
mutex_buf
)
in Curl_mbedtlsthreadlock_thread_setup()
60
if(pthread_mutex_init(&
mutex_buf
[i], NULL))
in Curl_mbedtlsthreadlock_thread_setup()
63
mutex_buf
[i] = CreateMutex(0, FALSE, 0);
in Curl_mbedtlsthreadlock_thread_setup()
64
if(
mutex_buf
[i] == 0)
in Curl_mbedtlsthreadlock_thread_setup()
76
if(!
mutex_buf
)
in Curl_mbedtlsthreadlock_thread_cleanup()
81
if(pthread_mutex_destroy(&
mutex_buf
[i]))
in Curl_mbedtlsthreadlock_thread_cleanup()
84
if(!CloseHandle(
mutex_buf
[i]))
in Curl_mbedtlsthreadlock_thread_cleanup()
88
free(
mutex_buf
);
in Curl_mbedtlsthreadlock_thread_cleanup()
[all...]
Completed in 1 milliseconds