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:MAX_MSG
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/functional/mqueues/
H
A
D
send_rev_2.c
31
#define
MAX_MSG
3
macro
35
static char r_msg_ptr_1[
MAX_MSG
][MSG_SIZE];
36
static char r_msg_ptr_2[
MAX_MSG
][MSG_SIZE];
45
for (i = 0; i <
MAX_MSG
; i++) {
in send_1()
63
for (i = 0; i <
MAX_MSG
; i++) {
in send_2()
80
for (i = 0; i <
MAX_MSG
; i++) {
in receive_1()
97
for (i = 0; i <
MAX_MSG
; i++) {
in receive_2()
116
mqstat.mq_maxmsg =
MAX_MSG
;
in main()
H
A
D
send_rev_1.c
26
#define
MAX_MSG
3
macro
31
char r_msg_ptr[
MAX_MSG
][MSG_SIZE];
in main()
40
mqstat.mq_maxmsg =
MAX_MSG
;
in main()
61
for (i = 0; i <
MAX_MSG
&& ret_code == PTS_PASS; i++) {
in main()
79
for (i = 0; i <
MAX_MSG
&& ret_code == PTS_PASS; i++) {
in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/mqueues/
H
A
D
multi_send_rev_1.c
29
#define
MAX_MSG
3
macro
48
for (i = 0; i <
MAX_MSG
; i++) {
in msend()
63
char r_msg_ptr[
MAX_MSG
][MSG_SIZE];
in mreceive()
70
for (i = 0; i <
MAX_MSG
; i++) {
in mreceive()
109
mqstat.mq_maxmsg =
MAX_MSG
;
in main()
H
A
D
multi_send_rev_2.c
30
#define
MAX_MSG
5
macro
35
static char r_msg_ptr[Max_Threads][
MAX_MSG
][MSG_SIZE];
44
for (i = 0; i <
MAX_MSG
; i++) {
in msend()
62
for (i = 0; i <
MAX_MSG
; i++) {
in mreceive()
98
mqstat.mq_maxmsg =
MAX_MSG
;
in main()
Completed in 2 milliseconds