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:ksev
(Results
1 - 2
of
2
) sorted by relevance
/third_party/musl/porting/linux/user/src/time/
H
A
D
timer_create.c
69
struct ksigevent
ksev
, *ksevp=0;
in timer_create()
local
78
ksev
.sigev_value = evp->sigev_value;
in timer_create()
79
ksev
.sigev_signo = evp->sigev_signo;
in timer_create()
80
ksev
.sigev_notify = evp->sigev_notify;
in timer_create()
82
ksev
.sigev_tid = evp->sigev_notify_thread_id;
in timer_create()
84
ksev
.sigev_tid = 0;
in timer_create()
85
ksevp = &
ksev
;
in timer_create()
114
ksev
.sigev_value.sival_ptr = 0;
in timer_create()
115
ksev
.sigev_signo = SIGTIMER;
in timer_create()
116
ksev
in timer_create()
[all...]
/third_party/musl/src/time/
H
A
D
timer_create.c
118
struct ksigevent
ksev
, *ksevp=0;
in timer_create()
local
127
ksev
.sigev_value = evp->sigev_value;
in timer_create()
128
ksev
.sigev_signo = evp->sigev_signo;
in timer_create()
129
ksev
.sigev_notify = evp->sigev_notify;
in timer_create()
131
ksev
.sigev_tid = evp->sigev_notify_thread_id;
in timer_create()
133
ksev
.sigev_tid = 0;
in timer_create()
134
ksevp = &
ksev
;
in timer_create()
163
ksev
.sigev_value.sival_ptr = 0;
in timer_create()
164
ksev
.sigev_signo = SIGTIMER;
in timer_create()
165
ksev
in timer_create()
[all...]
Completed in 1 milliseconds