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:waitSet
(Results
1 - 7
of
7
) sorted by relevance
/kernel/liteos_a/testsuites/unittest/extended/signal/full/
H
A
D
signal_test_012.cpp
49
sigset_t
waitSet
;
in TestSigTimeWaitMultiPthread()
local
50
retValue = sigemptyset(&
waitSet
);
in TestSigTimeWaitMultiPthread()
54
retValue = sigaddset(&
waitSet
, SIGALRM);
in TestSigTimeWaitMultiPthread()
61
retValue = sigwait(&
waitSet
, &receivedSignal);
in TestSigTimeWaitMultiPthread()
/kernel/linux/linux-5.10/drivers/media/usb/gspca/gl860/
H
A
D
gl860.c
94
sd->
waitSet
= 1;
in sd_s_ctrl()
479
sd->
waitSet
= 1;
in sd_callback()
488
sd->
waitSet
= 1;
in sd_callback()
494
if (sd->
waitSet
)
in sd_callback()
H
A
D
gl860.h
66
u8
waitSet
;
member
H
A
D
gl860-mi2020.c
650
sd->
waitSet
= 1;
in mi2020_camera_settings()
653
sd->
waitSet
= 0;
in mi2020_camera_settings()
/kernel/linux/linux-6.6/drivers/media/usb/gspca/gl860/
H
A
D
gl860.c
94
sd->
waitSet
= 1;
in sd_s_ctrl()
479
sd->
waitSet
= 1;
in sd_callback()
488
sd->
waitSet
= 1;
in sd_callback()
494
if (sd->
waitSet
)
in sd_callback()
H
A
D
gl860.h
66
u8
waitSet
;
member
H
A
D
gl860-mi2020.c
650
sd->
waitSet
= 1;
in mi2020_camera_settings()
653
sd->
waitSet
= 0;
in mi2020_camera_settings()
Completed in 5 milliseconds