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_flag
(Results
1 - 8
of
8
) sorted by relevance
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/core/swtmr/smp/
H
A
D
It_smp_los_swtmr_034.c
42
static volatile UINT32
g_flag
= 0;
variable
63
LOS_AtomicAdd(&
g_flag
, index);
in TaskF01()
64
while (
g_flag
!= g_mStop) { // wait for all swtmr create
in TaskF01()
98
g_flag
= 0;
in Testcase()
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/core/task/smp/
H
A
D
It_smp_los_task_037.c
41
static volatile int
g_flag
= 0;
variable
65
g_flag
= 1;
in TaskF01()
104
while (
g_flag
!= 1) {
in Testcase()
H
A
D
It_smp_los_task_101.c
40
static volatile int
g_flag
= 0;
variable
50
while (
g_flag
== 0) {
in TaskF01()
112
g_flag
= 1;
in Testcase()
H
A
D
It_smp_los_task_102.c
40
static volatile int
g_flag
= 0;
variable
49
while (
g_flag
== 0) {
in TaskF01()
121
g_flag
= 1;
in Testcase()
/third_party/musl/porting/linux/user/src/hook/
H
A
D
musl_preinit_common.h
48
volatile bool
g_flag
= atomic_load_explicit(&__hook_enable_hook_flag, memory_order_acquire);
in __get_global_hook_flag()
local
49
return
g_flag
;
in __get_global_hook_flag()
/third_party/musl/src/hook/linux/
H
A
D
musl_preinit_common.h
70
volatile bool
g_flag
= atomic_load_explicit(&__hook_enable_hook_flag, memory_order_acquire);
in __get_global_hook_flag()
local
71
return
g_flag
;
in __get_global_hook_flag()
/third_party/musl/porting/linux/user/src/sigchain/
H
A
D
sigchain.c
66
static once_flag
g_flag
= ONCE_FLAG_INIT;
variable
88
call_once(&
g_flag
, create_pthread_key);
in get_handling_signal_key()
/third_party/musl/src/sigchain/linux/
H
A
D
sigchain.c
69
static once_flag
g_flag
= ONCE_FLAG_INIT;
variable
263
call_once(&
g_flag
, create_pthread_key);
in sigchain_register()
Completed in 5 milliseconds