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:adbg
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/util/
H
A
D
u_async_debug.c
38
struct util_async_debug_callback *
adbg
= data;
in u_async_debug_message()
local
47
simple_mtx_lock(&
adbg
->lock);
in u_async_debug_message()
48
if (
adbg
->count >=
adbg
->max) {
in u_async_debug_message()
49
size_t new_max = MAX2(16,
adbg
->max * 2);
in u_async_debug_message()
51
if (new_max <
adbg
->max ||
in u_async_debug_message()
52
new_max > SIZE_MAX / sizeof(*
adbg
->messages)) {
in u_async_debug_message()
58
realloc(
adbg
->messages, new_max * sizeof(*
adbg
->messages));
in u_async_debug_message()
64
adbg
in u_async_debug_message()
78
u_async_debug_init(struct util_async_debug_callback *
adbg
)
u_async_debug_init()
argument
89
u_async_debug_cleanup(struct util_async_debug_callback *
adbg
)
u_async_debug_cleanup()
argument
99
_u_async_debug_drain(struct util_async_debug_callback *
adbg
, struct util_debug_callback *dst)
_u_async_debug_drain()
argument
[all...]
H
A
D
u_async_debug.h
60
u_async_debug_init(struct util_async_debug_callback *
adbg
);
62
u_async_debug_cleanup(struct util_async_debug_callback *
adbg
);
65
_u_async_debug_drain(struct util_async_debug_callback *
adbg
,
69
u_async_debug_drain(struct util_async_debug_callback *
adbg
,
in u_async_debug_drain()
argument
74
if (
adbg
->count)
in u_async_debug_drain()
75
_u_async_debug_drain(
adbg
, dst);
in u_async_debug_drain()
Completed in 2 milliseconds