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:GET_QUEUE_INDEX
(Results
1 - 6
of
6
) sorted by relevance
/kernel/liteos_a/kernel/base/include/
H
A
D
los_queue_pri.h
130
#define
GET_QUEUE_INDEX
(queueID) ((queueID) & ((1U << QUEUE_SPLIT_BIT) - 1))
macro
143
#define GET_QUEUE_HANDLE(queueID) (((LosQueueCB *)IPC_ALL_QUEUE) +
GET_QUEUE_INDEX
(queueID))
/kernel/liteos_a/kernel/base/ipc/
H
A
D
los_queue.c
169
if (
GET_QUEUE_INDEX
(queueID) >= LOSCFG_BASE_IPC_QUEUE_LIMIT) {
in OsQueueReadParameterCheck()
193
if (
GET_QUEUE_INDEX
(queueID) >= LOSCFG_BASE_IPC_QUEUE_LIMIT) {
in OsQueueWriteParameterCheck()
420
if (
GET_QUEUE_INDEX
(queueID) >= LOSCFG_BASE_IPC_QUEUE_LIMIT) {
in LOS_QueueDelete()
455
queueCB->queueID = SET_QUEUE_ID(GET_QUEUE_COUNT(queueCB->queueID) + 1,
GET_QUEUE_INDEX
(queueCB->queueID));
in LOS_QueueDelete()
480
if (
GET_QUEUE_INDEX
(queueID) >= LOSCFG_BASE_IPC_QUEUE_LIMIT) {
in LOS_QueueInfoGet()
H
A
D
los_queue_debug.c
69
QueueDebugCB *queueDebug = &g_queueDebugArray[
GET_QUEUE_INDEX
(queueID)];
in OsQueueDbgTimeUpdate()
76
QueueDebugCB *queueDebug = &g_queueDebugArray[
GET_QUEUE_INDEX
(queueID)];
in OsQueueDbgUpdate()
/kernel/liteos_m/kal/posix/src/
H
A
D
mqueue_impl.h
94
#define
GET_QUEUE_INDEX
(queueID) ((queueID) & ((1U << QUEUE_SPLIT_BIT) - 1))
macro
H
A
D
mqueue.c
105
if ((
GET_QUEUE_INDEX
(queueID) >= LOSCFG_BASE_IPC_QUEUE_LIMIT) || (tmpQueueCB->queueID != queueID)) {
in GetMqueueCBByID()
189
if (g_queueTable[
GET_QUEUE_INDEX
(mqueueID)].mqcb == NULL) {
in DoMqueueCreate()
190
mqueueCB = &(g_queueTable[
GET_QUEUE_INDEX
(mqueueID)]);
in DoMqueueCreate()
/kernel/liteos_a/compat/posix/src/
H
A
D
mqueue.c
88
if ((
GET_QUEUE_INDEX
(queueID) >= LOSCFG_BASE_IPC_QUEUE_LIMIT) || (tmpQueueCB->queueID != queueID)) {
in GetMqueueCBByID()
196
if (IPC_QUEUE_TABLE[
GET_QUEUE_INDEX
(mqueueID)].mqcb == NULL) {
in DoMqueueCreate()
197
mqueueCB = &(IPC_QUEUE_TABLE[
GET_QUEUE_INDEX
(mqueueID)]);
in DoMqueueCreate()
Completed in 4 milliseconds