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:g_mem_lock
(Results
1 - 8
of
8
) sorted by relevance
/third_party/musl/src/malloc/liteos_a/user_debug/
H
A
D
memory_check.c
36
int
g_mem_lock
[2];
variable
116
lock(
g_mem_lock
);
in delete_node()
119
unlock(
g_mem_lock
);
in delete_node()
129
unlock(
g_mem_lock
);
in delete_node()
133
unlock(
g_mem_lock
);
in delete_node()
207
lock(
g_mem_lock
);
in insert_node()
210
unlock(
g_mem_lock
);
in insert_node()
222
unlock(
g_mem_lock
);
in insert_node()
446
lock(
g_mem_lock
);
in check_heap_integrity()
448
unlock(
g_mem_lock
);
in check_heap_integrity()
[all...]
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
H
A
D
memory_check.c
21
int
g_mem_lock
[2];
variable
101
lock(
g_mem_lock
);
in delete_node()
104
unlock(
g_mem_lock
);
in delete_node()
114
unlock(
g_mem_lock
);
in delete_node()
118
unlock(
g_mem_lock
);
in delete_node()
192
lock(
g_mem_lock
);
in insert_node()
195
unlock(
g_mem_lock
);
in insert_node()
207
unlock(
g_mem_lock
);
in insert_node()
431
lock(
g_mem_lock
);
in check_heap_integrity()
433
unlock(
g_mem_lock
);
in check_heap_integrity()
[all...]
H
A
D
memalign.c
74
lock(
g_mem_lock
);
in __memalign()
79
unlock(
g_mem_lock
);
in __memalign()
/third_party/musl/src/malloc/oldmalloc/
H
A
D
malloc.c
219
lock(
g_mem_lock
);
in expand_heap()
247
unlock(
g_mem_lock
);
in expand_heap()
299
lock(
g_mem_lock
);
in trim()
310
unlock(
g_mem_lock
);
in trim()
470
lock(
g_mem_lock
);
in realloc()
476
unlock(
g_mem_lock
);
in realloc()
535
lock(
g_mem_lock
);
in __bin_chunk()
541
unlock(
g_mem_lock
);
in __bin_chunk()
569
lock(
g_mem_lock
);
in __bin_chunk()
575
unlock(
g_mem_lock
);
in __bin_chunk()
[all...]
H
A
D
malloc_impl.h
115
hidden extern int
g_mem_lock
[];
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
H
A
D
malloc.c
212
lock(
g_mem_lock
);
in expand_heap()
236
unlock(
g_mem_lock
);
in expand_heap()
286
lock(
g_mem_lock
);
in trim()
293
unlock(
g_mem_lock
);
in trim()
437
lock(
g_mem_lock
);
in realloc()
441
unlock(
g_mem_lock
);
in realloc()
496
lock(
g_mem_lock
);
in __bin_chunk()
500
unlock(
g_mem_lock
);
in __bin_chunk()
526
lock(
g_mem_lock
);
in __bin_chunk()
530
unlock(
g_mem_lock
);
in __bin_chunk()
[all...]
H
A
D
malloc_impl.h
94
hidden extern int
g_mem_lock
[];
/third_party/musl/src/malloc/
H
A
D
memalign.c
75
lock(
g_mem_lock
);
in __memalign()
80
unlock(
g_mem_lock
);
in __memalign()
Completed in 6 milliseconds