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:_POSIX_CPUTIME
(Results
1 - 20
of
20
) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_getcpuclockid/
H
A
D
6-1.c
20
#if !defined(
_POSIX_CPUTIME
) ||
_POSIX_CPUTIME
== -1
in main()
21
printf("
_POSIX_CPUTIME
unsupported\n");
in main()
H
A
D
1-2.c
25
#if !defined(
_POSIX_CPUTIME
) ||
_POSIX_CPUTIME
== -1
in main()
26
printf("
_POSIX_CPUTIME
unsupported\n");
in main()
34
printf("
_POSIX_CPUTIME
unsupported\n");
in main()
H
A
D
1-1.c
34
#if !defined(
_POSIX_CPUTIME
) ||
_POSIX_CPUTIME
== -1
in main()
35
printf("
_POSIX_CPUTIME
unsupported\n");
in main()
42
printf("
_POSIX_CPUTIME
unsupported\n");
in main()
H
A
D
5-1.c
22
#if !defined(
_POSIX_CPUTIME
) ||
_POSIX_CPUTIME
== -1
in main()
23
printf("
_POSIX_CPUTIME
unsupported\n");
in main()
H
A
D
2-1.c
24
#if !defined(
_POSIX_CPUTIME
) ||
_POSIX_CPUTIME
== -1
in main()
25
printf("
_POSIX_CPUTIME
unsupported\n");
in main()
32
printf("
_POSIX_CPUTIME
unsupported\n");
in main()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H
A
D
features.h
39
#define
_POSIX_CPUTIME
1
macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_getres/
H
A
D
7-1.c
20
#if
_POSIX_CPUTIME
!= -1
in main()
24
printf("
_POSIX_CPUTIME
not supported\n");
in main()
51
printf("
_POSIX_CPUTIME
not supported\n");
in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_setclock/
H
A
D
1-3.c
32
#if
_POSIX_CPUTIME
== -1
in main()
33
printf("
_POSIX_CPUTIME
unsupported\n");
in main()
42
printf("
_POSIX_CPUTIME
unsupported\n");
in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_gettime/
H
A
D
4-1.c
12
This is only supported if
_POSIX_CPUTIME
is defined.
32
#if
_POSIX_CPUTIME
== -1
in main()
33
printf("
_POSIX_CPUTIME
unsupported\n");
in main()
40
printf("
_POSIX_CPUTIME
unsupported\n");
in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/
H
A
D
10-1.c
33
#if
_POSIX_CPUTIME
== -1
in main()
34
printf("
_POSIX_CPUTIME
not defined\n");
in main()
/third_party/musl/porting/liteos_a/user/include/
H
A
D
unistd.h
267
#define
_POSIX_CPUTIME
_POSIX_VERSION
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
unistd.h
243
#define
_POSIX_CPUTIME
_POSIX_VERSION
macro
/third_party/musl/porting/linux/user/include/
H
A
D
unistd.h
270
#define
_POSIX_CPUTIME
_POSIX_VERSION
macro
/third_party/musl/porting/liteos_m/user/include/
H
A
D
unistd.h
267
#define
_POSIX_CPUTIME
_POSIX_VERSION
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
unistd.h
243
#define
_POSIX_CPUTIME
_POSIX_VERSION
macro
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
unistd.h
249
#define
_POSIX_CPUTIME
_POSIX_VERSION
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
unistd.h
243
#define
_POSIX_CPUTIME
_POSIX_VERSION
macro
/third_party/musl/include/
H
A
D
unistd.h
309
#define
_POSIX_CPUTIME
_POSIX_VERSION
macro
/third_party/musl/libc-test/src/api/
H
A
D
unistd.c
45
A(
_POSIX_CPUTIME
>= 0)
in f()
/third_party/rust/crates/nix/src/
H
A
D
unistd.rs
2264
_POSIX_CPUTIME
= libc::_SC_CPUTIME,
Completed in 15 milliseconds