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:time_t
(Results
1 - 9
of
9
) sorted by relevance
/drivers/hdf_core/framework/support/posix/src/
H
A
D
osal_time.c
76
ts.tv_sec = (
time_t
)ms / HDF_KILO_UNIT;
in OsalMSleep()
77
ts.tv_nsec = (
time_t
)HDF_KILO_UNIT * HDF_KILO_UNIT * ((long)(ms % HDF_KILO_UNIT));
in OsalMSleep()
89
ts.tv_sec = (
time_t
)us / ((long)HDF_KILO_UNIT * HDF_KILO_UNIT);
in OsalUSleep()
90
ts.tv_nsec = (
time_t
)HDF_KILO_UNIT * ((long)(us % HDF_KILO_UNIT));
in OsalUSleep()
H
A
D
osal_mutex.c
95
time.tv_sec += (
time_t
)ms / HDF_KILO_UNIT;
in OsalMutexTimedLock()
96
time.tv_nsec += (
time_t
)(ms % HDF_KILO_UNIT) * HDF_KILO_UNIT * HDF_KILO_UNIT;
in OsalMutexTimedLock()
H
A
D
osal_sem.c
64
time.tv_sec += (
time_t
)ms / HDF_KILO_UNIT;
in OsalSemWait()
65
time.tv_nsec += (
time_t
)(ms % HDF_KILO_UNIT) * HDF_KILO_UNIT * HDF_KILO_UNIT;
in OsalSemWait()
/drivers/peripheral/audio/hal/hdi_passthrough/src/
H
A
D
audio_common.c
137
time_t
timeLog;
in AudioLogRecord()
H
A
D
audio_adapter_info_common.c
584
time_t
timeSec;
in GetCurrentTime()
/drivers/peripheral/audio/hdi_service/primary_impl/src/
H
A
D
audio_common.c
158
time_t
timeLog = time(NULL);
in AudioLogRecord()
H
A
D
audio_adapter_info_common.c
577
time_t
timeSec;
in GetCurrentTime()
/drivers/peripheral/camera/vdi_base/common/utils/event/
H
A
D
camera_hal_hisysevent.cpp
111
std::
time_t
now = std::chrono::system_clock::to_time_t(begin);
in WriteTimeStatisicEvent()
/drivers/peripheral/thermal/interfaces/hdi_service/src/
H
A
D
thermal_dfx.cpp
87
time_t
t;
in GetCurrentTime()
Completed in 6 milliseconds