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:msgPool
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H
A
D
spunge_message.h
96
void SpungeMsgPoolDestroy(DympoolType *
msgPool
);
H
A
D
spunge.h
95
DympoolType *
msgPool
;
member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H
A
D
spunge_message.c
32
if ((inst == FILLP_NULL_PTR) || (value == FILLP_NULL_PTR) || (inst->
msgPool
== FILLP_NULL_PTR)) {
in SpungePostMsg()
37
err = DympAlloc(inst->
msgPool
, (void **)&msg, FILLP_FALSE);
in SpungePostMsg()
905
void SpungeMsgPoolDestroy(DympoolType *
msgPool
)
in SpungeMsgPoolDestroy()
argument
907
DympDestroyPool(
msgPool
);
in SpungeMsgPoolDestroy()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H
A
D
spunge_core.c
275
inst->
msgPool
= SpungeMsgCreatePool(FILLP_MSG_ITEM_INIT_NUM, (int)g_spunge->resConf.maxMsgItemNum);
in SpungeInstMsgBoxInit()
276
if (inst->
msgPool
== FILLP_NULL_PTR) {
in SpungeInstMsgBoxInit()
281
DympSetConsSafe(inst->
msgPool
, FILLP_TRUE);
in SpungeInstMsgBoxInit()
282
DympSetProdSafe(inst->
msgPool
, FILLP_TRUE);
in SpungeInstMsgBoxInit()
551
if (inst->
msgPool
!= FILLP_NULL_PTR) {
in SpungeFreeInstanceResource()
552
SpungeMsgPoolDestroy(inst->
msgPool
);
in SpungeFreeInstanceResource()
553
inst->
msgPool
= FILLP_NULL_PTR;
in SpungeFreeInstanceResource()
Completed in 5 milliseconds