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:sival_ptr
(Results
1 - 25
of
53
) sorted by relevance
1
2
3
/third_party/ltp/testcases/kernel/syscalls/rt_tgsigqueueinfo/
H
A
D
rt_tgsigqueueinfo01.c
42
sigval_rcv = uinfo->_sifields._rt.SI_SIGVAL.
sival_ptr
;
in sigusr1_handler()
54
uinfo._sifields._rt.SI_SIGVAL.
sival_ptr
= sigval_send;
in send_rcv_func()
116
uinfo._sifields._rt.SI_SIGVAL.
sival_ptr
= sigval_send;
in verify_signal_parent_thread()
133
uinfo._sifields._rt.SI_SIGVAL.
sival_ptr
= sigval_send;
in sender_func()
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
H
A
D
timer_test.cpp
66
se_.sigev_value.
sival_ptr
= this;
in Scaler()
123
Scaler* cd = reinterpret_cast<Scaler*>(value_.
sival_ptr
);
in ScalerFunc()
129
Scaler* cd = reinterpret_cast<Scaler*>(value_.
sival_ptr
);
in ScaNotifyFunc()
156
sev.sigev_value.
sival_ptr
= &timerid;
in HWTEST_F()
/third_party/musl/libc-test/src/functionalext/supplement/time/
H
A
D
timer_settime.c
52
sev.sigev_value.
sival_ptr
= &timerid;
in timer_settime_0100()
106
sev.sigev_value.
sival_ptr
= &timerid;
in timer_settime64_0100()
H
A
D
timer_delete.c
47
sev.sigev_value.
sival_ptr
= &timerid;
in timer_delete_0100()
H
A
D
timer_create.c
44
sev.sigev_value.
sival_ptr
= &timerid;
in timer_create_0100()
H
A
D
timer_getoverrun.c
49
sev.sigev_value.
sival_ptr
= &timerid;
in timer_getoverrun_0100()
H
A
D
timer_gettime.c
53
sev.sigev_value.
sival_ptr
= &timerid;
in timer_gettime_0100()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/
H
A
D
3-1.c
56
struct aiocb *a = info->si_value.
sival_ptr
;
in sig_handler()
124
aiocb->aio_sigevent.sigev_value.
sival_ptr
= aiocb;
in main()
/third_party/rust/crates/nix/test/sys/
H
A
D
test_aio.rs
64
assert_eq!(99, sev.sigev_value.
sival_ptr
as i64);
in test_accessors()
132
assert_eq!(99, sev.sigev_value.
sival_ptr
as i64);
in test_accessors()
259
assert_eq!(99, sev.sigev_value.
sival_ptr
as i64);
in test_accessors()
319
assert_eq!(99, sev.sigev_value.
sival_ptr
as i64);
in test_accessors()
459
assert_eq!(99, sev.sigev_value.
sival_ptr
as i64);
in test_accessors()
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
signal.h
96
void *
sival_ptr
;
member
163
#define si_ptr si_value.
sival_ptr
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
signal.h
96
void *
sival_ptr
;
member
163
#define si_ptr si_value.
sival_ptr
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
signal.h
96
void *
sival_ptr
;
member
163
#define si_ptr si_value.
sival_ptr
/third_party/musl/porting/linux/user/include/
H
A
D
signal.h
97
void *
sival_ptr
;
member
164
#define si_ptr si_value.
sival_ptr
/third_party/musl/include/
H
A
D
signal.h
96
void *
sival_ptr
;
member
163
#define si_ptr si_value.
sival_ptr
/third_party/musl/porting/linux/user/src/mq/
H
A
D
mq_notify.c
65
sev2.sigev_value.
sival_ptr
= (void *)&zeros;
in mq_notify()
/third_party/musl/porting/linux/user/src/time/
H
A
D
timer_create.c
114
ksev.sigev_value.
sival_ptr
= 0;
in timer_create()
/third_party/musl/src/mq/
H
A
D
mq_notify.c
36
sev2.sigev_value.
sival_ptr
= (void *)&zeros;
in start()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/
H
A
D
10-1.c
115
event.sigev_value.
sival_ptr
= NULL;
in main()
H
A
D
1-1.c
107
event.sigev_value.
sival_ptr
= NULL;
in main()
H
A
D
2-1.c
102
event.sigev_value.
sival_ptr
= NULL;
in main()
H
A
D
3-1.c
115
event.sigev_value.
sival_ptr
= NULL;
in main()
H
A
D
14-1.c
126
event.sigev_value.
sival_ptr
= NULL;
in main()
H
A
D
15-1.c
120
event.sigev_value.
sival_ptr
= NULL;
in main()
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
signal.h
100
void *
sival_ptr
;
member
/third_party/musl/src/time/
H
A
D
timer_create.c
163
ksev.sigev_value.
sival_ptr
= 0;
in timer_create()
Completed in 10 milliseconds
1
2
3