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:mqarray
(Results
1 - 6
of
6
) sorted by relevance
/kernel/liteos_a/compat/posix/src/
H
A
D
mqueue.c
50
STATIC struct
mqarray
g_queueTable[LOSCFG_BASE_IPC_QUEUE_LIMIT];
96
STATIC INLINE struct
mqarray
*GetMqueueCBByName(const CHAR *name)
in GetMqueueCBByName()
113
STATIC INT32 DoMqueueDelete(struct
mqarray
*mqueueCB)
in DoMqueueDelete()
147
STATIC int SaveMqueueName(const CHAR *mqName, struct
mqarray
*mqueueCB)
in SaveMqueueName()
168
STATIC VOID MqueueCBInit(struct
mqarray
*mqueueCB, const struct mq_attr *attr, INT32 openFlag, UINT32 mode)
in MqueueCBInit()
183
struct
mqarray
*mqueueCB = NULL;
in DoMqueueCreate()
239
STATIC struct mqpersonal *DoMqueueOpen(struct
mqarray
*mqueueCB, INT32 openFlag)
in DoMqueueOpen()
248
/* alloc mqprivate and add to
mqarray
*/
in DoMqueueOpen()
271
struct
mqarray
*mqueueCB = NULL;
in DoMqueueClose()
363
struct
mqarray
*mqueueC
in MqueueRefer()
[all...]
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/
H
A
D
It_posix_queue_204.cpp
43
struct
mqarray
*ptrMqcb = (struct
mqarray
*)NULL;
in PthreadF01()
57
struct
mqarray
*ptrMqcb = (struct
mqarray
*)NULL;
in PthreadF02()
/kernel/liteos_m/kal/posix/src/
H
A
D
mqueue.c
36
STATIC struct
mqarray
g_queueTable[LOSCFG_BASE_IPC_QUEUE_LIMIT];
113
STATIC INLINE struct
mqarray
*GetMqueueCBByName(const CHAR *name)
in GetMqueueCBByName()
131
STATIC INT32 DoMqueueDelete(struct
mqarray
*mqueueCB)
in DoMqueueDelete()
158
STATIC int SaveMqueueName(const CHAR *mqName, struct
mqarray
*mqueueCB)
in SaveMqueueName()
181
struct
mqarray
*mqueueCB = NULL;
in DoMqueueCreate()
233
STATIC struct mqpersonal *DoMqueueOpen(struct
mqarray
*mqueueCB, INT32 openFlag)
in DoMqueueOpen()
242
/* alloc mqprivate and add to
mqarray
*/
in DoMqueueOpen()
264
struct
mqarray
*mqueueCB = NULL;
in mq_open()
316
struct
mqarray
*mqueueCB = NULL;
in mq_close()
374
struct
mqarray
*mqueueC
in OsMqGetAttr()
[all...]
H
A
D
mqueue_impl.h
120
struct
mqarray
{
struct
134
struct
mqarray
*mq_posixdes;
/kernel/liteos_a/compat/posix/include/
H
A
D
mqueue.h
94
struct
mqarray
{
struct
108
struct
mqarray
*mq_posixdes;
431
extern VOID OsMqueueCBDestroy(struct
mqarray
*queueTable);
/kernel/liteos_a/kernel/base/include/
H
A
D
los_ipc_container_pri.h
51
struct
mqarray
queueTable[LOSCFG_BASE_IPC_QUEUE_LIMIT];
Completed in 5 milliseconds