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_allQueue
(Results
1 - 9
of
9
) sorted by relevance
/kernel/uniproton/src/core/ipc/include/
H
A
D
prt_queue_external.h
32
#define GET_QUEUE_HANDLE(queueId) (((struct TagQueCb *)
g_allQueue
) + (queueId))
77
extern struct TagQueCb *
g_allQueue
;
/kernel/uniproton/src/core/ipc/queue/
H
A
D
prt_queue_init.c
22
OS_SEC_BSS struct TagQueCb *
g_allQueue
;
variable
50
g_allQueue
= (struct TagQueCb *)addr;
in OsQueueConfigInit()
85
queueCb =
g_allQueue
;
in OsQueueCreate()
/kernel/liteos_a/kernel/base/include/
H
A
D
los_queue_pri.h
110
extern LosQueueCB *
g_allQueue
;
112
#define IPC_ALL_QUEUE
g_allQueue
/kernel/liteos_m/kernel/src/
H
A
D
los_queue.c
46
LITE_OS_SEC_BSS LosQueueCB *
g_allQueue
= NULL ;
variable
74
g_allQueue
= (LosQueueCB *)LOS_MemAlloc(m_aucSysMem0, LOSCFG_BASE_IPC_QUEUE_LIMIT * sizeof(LosQueueCB));
in OsQueueInit()
75
if (
g_allQueue
== NULL) {
in OsQueueInit()
79
(VOID)memset_s(
g_allQueue
, LOSCFG_BASE_IPC_QUEUE_LIMIT * sizeof(LosQueueCB),
in OsQueueInit()
84
queueNode = ((LosQueueCB *)
g_allQueue
) + index;
in OsQueueInit()
796
return (((LosQueueCB *)
g_allQueue
) + (queueID));
in OsGetQueueHandle()
/kernel/liteos_m/testsuites/src/
H
A
D
osTest.c
107
extern LosQueueCB *
g_allQueue
;
121
LosQueueCB *queueNode = ((LosQueueCB *)
g_allQueue
) + index;
in QueueUsedCountGet()
/kernel/liteos_a/kernel/base/ipc/
H
A
D
los_queue.c
50
LITE_OS_SEC_BSS LosQueueCB *
g_allQueue
= NULL;
variable
93
g_allQueue
= OsAllQueueCBInit(&g_freeQueueList);
in OsQueueInit()
94
if (
g_allQueue
== NULL) {
in OsQueueInit()
/kernel/liteos_a/testsuites/kernel/src/
H
A
D
iCunit.c
274
queueCB =
g_allQueue
;
in ICunitRunF()
354
queueCB =
g_allQueue
;
in ICunitRunF()
H
A
D
osTest.c
211
queueCB =
g_allQueue
;
in QueueCountGetTest()
/kernel/liteos_m/kernel/include/
H
A
D
los_queue.h
1116
extern LosQueueCB *
g_allQueue
;
Completed in 9 milliseconds