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:INMAIN
(Results
1 - 21
of
21
) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cleanup_push/
H
A
D
1-2.c
37
#define
INMAIN
1 /* Control going to or is already for Main */
macro
46
sem1 =
INMAIN
;
in a_cleanup_func()
59
sem1 =
INMAIN
;
in a_thread_func()
63
while (sem1 ==
INMAIN
)
in a_thread_func()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_init/
H
A
D
2-1.c
32
#define
INMAIN
1 /* Control going to or is already for Main */
macro
60
sem1 =
INMAIN
;
in main()
73
while (sem1 ==
INMAIN
)
in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cleanup_pop/
H
A
D
1-2.c
31
#define
INMAIN
1
macro
50
sem1 =
INMAIN
;
in a_thread_func()
54
while (sem1 ==
INMAIN
)
in a_thread_func()
H
A
D
1-1.c
31
#define
INMAIN
1
macro
50
sem1 =
INMAIN
;
in a_thread_func()
54
while (sem1 ==
INMAIN
)
in a_thread_func()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_testcancel/
H
A
D
2-1.c
28
#define
INMAIN
1 /* Control going to or is already for Main */
macro
42
sem1 =
INMAIN
;
in a_thread_func()
46
while (sem1 ==
INMAIN
)
in a_thread_func()
76
* a_thread_func() to set sem1=
INMAIN
.) */
in main()
H
A
D
1-1.c
39
#define
INMAIN
1 /* Control going to or is already for Main */
macro
62
sem1 =
INMAIN
;
in a_thread_func()
107
* a_thread_func() to set sem1=
INMAIN
.) */
in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/
H
A
D
1-2.c
34
#define
INMAIN
1 /* Control going to or is already for Main */
macro
56
sem1 =
INMAIN
;
in a_thread_func()
59
* sets sem1==
INMAIN
. Sleeping for 3 secs. to give time for the
in a_thread_func()
61
while (sem1 ==
INMAIN
)
in a_thread_func()
H
A
D
1-1.c
34
#define
INMAIN
1 /* Control going to or is already for Main */
macro
56
sem1 =
INMAIN
;
in a_thread_func()
H
A
D
1-3.c
40
#define
INMAIN
1 /* Control going to or is already for Main */
macro
63
sem1 =
INMAIN
;
in a_thread_func()
108
* a_thread_func() to set sem1=
INMAIN
.) */
in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setcancelstate/
H
A
D
1-1.c
32
#define
INMAIN
1 /* Control going to or is already for Main */
macro
48
sem1 =
INMAIN
;
in a_thread_func()
52
while (sem1 ==
INMAIN
)
in a_thread_func()
81
* a_thread_func() to set sem1=
INMAIN
.) */
in main()
H
A
D
1-2.c
32
#define
INMAIN
1 /* Control going to or is already for Main */
macro
46
sem1 =
INMAIN
;
in a_thread_func()
50
while (sem1 ==
INMAIN
)
in a_thread_func()
80
* a_thread_func() to set sem1=
INMAIN
.) */
in main()
H
A
D
2-1.c
27
#define
INMAIN
1 /* Control going to or is already for Main */
macro
43
sem1 =
INMAIN
;
in a_thread_func()
47
while (sem1 ==
INMAIN
)
in a_thread_func()
76
* a_thread_func() to set sem1=
INMAIN
.) */
in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/
H
A
D
1-1.c
11
Using two global values of sem1 (INTHREAD and
INMAIN
), we are going to
14
INTHREAD and keeps looping until sem1 gets changed back to
INMAIN
, the
16
a_thread_func() sets sem1 to
INMAIN
and keeps looping until sem1 gets
45
#define
INMAIN
1
macro
66
sem1 =
INMAIN
;
in a_thread_func()
68
while (sem1 ==
INMAIN
)
in a_thread_func()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_unlock/
H
A
D
3-1.c
36
#define
INMAIN
1
macro
61
sem =
INMAIN
;
in fn_chld()
62
while (sem ==
INMAIN
)
in fn_chld()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigpause/
H
A
D
2-1.c
22
4. Now, from the new thread, set sem back to
INMAIN
to allow main to continue
40
#define
INMAIN
0
macro
45
static int sem =
INMAIN
;
82
sem =
INMAIN
;
in a_thread_func()
H
A
D
3-1.c
29
#define
INMAIN
1
macro
68
sem =
INMAIN
;
in a_thread_func()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
H
A
D
1-1.c
29
#define
INMAIN
1 /* Control going to or is already for Main */
macro
36
sem =
INMAIN
;
in a_thread_func()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
H
A
D
2-1.c
33
#define
INMAIN
1 /* Control going to or is already for Main */
macro
40
sem =
INMAIN
;
in a_thread_func()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setcanceltype/
H
A
D
1-2.c
39
#define
INMAIN
1 /* Control going to or is already for Main */
macro
62
sem1 =
INMAIN
;
in a_thread_func()
107
* a_thread_func() to set sem1=
INMAIN
.) */
in main()
H
A
D
1-1.c
35
#define
INMAIN
1 /* Control going to or is already for Main */
macro
59
sem1 =
INMAIN
;
in a_thread_func()
99
* a_thread_func() to set sem1=
INMAIN
.) */
in main()
H
A
D
2-1.c
35
#define
INMAIN
1 /* Control going to or is already for Main */
macro
57
sem1 =
INMAIN
;
in a_thread_func()
102
* a_thread_func() to set sem1=
INMAIN
.) */
in main()
Completed in 5 milliseconds