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
defs:nsec
(Results
1 - 6
of
6
) sorted by relevance
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H
A
D
thread_sampler_utils.cpp
38
uint64_t
nsec
= time % SEC_TO_NANOSEC;
in TimeFormat()
local
/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
H
A
D
log_timestamp.h
102
void SetTimeStamp(uint32_t sec, uint32_t
nsec
)
in SetTimeStamp()
argument
/base/startup/init/ueventd/standard/
H
A
D
ueventd_parameter.c
75
long long
nsec
= (long long)now.tv_usec * 1000 + (timeout % 1000) * 1000000; // 1000 unit 1000000 unit
nsec
in ThreadRun()
local
/base/hiviewdfx/hilog_lite/interfaces/native/innerkits/hilog/
H
A
D
hiview_log.h
323
unsigned int
nsec
;
member
/base/powermgr/powermgr_lite/utils/include/
H
A
D
power_mgr_time_util.h
44
static inline int64_t NsecToUsec(int64_t
nsec
)
in NsecToUsec()
argument
49
static inline int64_t NsecToMsec(int64_t
nsec
)
in NsecToMsec()
argument
/base/startup/init/services/modules/bootchart/
H
A
D
bootchart.c
181
long
nsec
= now.tv_usec * 1000 + (timeout % 1000) * 1000000; // 1000 unit 1000000 unit
nsec
in BootchartThreadMain()
local
Completed in 3 milliseconds