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:instPool
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H
A
D
spunge.h
143
struct SpungeInstance *
instPool
;
member
147
#define SPUNGE_GET_CUR_INSTANCE() (&g_spunge->
instPool
[0])
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H
A
D
spunge_core.c
479
(void)memset_s(&g_spunge->
instPool
[i], sizeof(struct SpungeInstance), 0, sizeof(struct SpungeInstance));
in SpungeAllocInstRes()
480
g_spunge->
instPool
[i].instIndex = (FILLP_INT)i;
in SpungeAllocInstRes()
481
err = SpungeInstInit(&g_spunge->
instPool
[i]);
in SpungeAllocInstRes()
493
g_spunge->
instPool
[j].waitTobeCoreKilled = FILLP_TRUE;
in SpungeAllocInstRes()
617
g_spunge->
instPool
= (struct SpungeInstance *)SpungeAlloc(g_spunge->insNum, sizeof(struct SpungeInstance),
in FtInitGlobalInstPool()
619
if (g_spunge->
instPool
== FILLP_NULL_PTR) {
in FtInitGlobalInstPool()
620
FILLP_LOGERR("Malloc g_spunge->
instPool
failed");
in FtInitGlobalInstPool()
690
if (g_spunge->
instPool
!= FILLP_NULL_PTR) {
in FtFreeGlobalSpunge()
691
SpungeFree(g_spunge->
instPool
, SPUNGE_ALLOC_TYPE_MALLOC);
in FtFreeGlobalSpunge()
692
g_spunge->
instPool
in FtFreeGlobalSpunge()
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H
A
D
spunge_app.c
36
sock->inst = &g_spunge->
instPool
[0]; /* Alloc should be always in the first instance */
in SpungeInitSocket()
H
A
D
api.c
1534
return (FILLP_ULLONG)g_spunge->
instPool
[instInx].curTime;
in FtGetStackTime()
Completed in 4 milliseconds