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:cpu_relax
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/third_party/externals/oboe/include/oboe/
H
A
D
StabilizedCallback.h
57
*
cpu_relax
is an architecture specific method of telling the CPU that you don't want it to
61
#define
cpu_relax
() asm volatile("rep; nop" ::: "memory");
macro
64
#define
cpu_relax
() asm volatile("":::"memory")
macro
67
#define
cpu_relax
() asm volatile("yield" ::: "memory")
macro
70
#error "
cpu_relax
is not defined for this architecture"
/third_party/node/deps/uv/src/unix/
H
A
D
atomic-ops.h
26
UV_UNUSED(static void
cpu_relax
(void));
52
UV_UNUSED(static void
cpu_relax
(void)) {
in UV_UNUSED()
argument
H
A
D
spinlock.h
38
while (!uv_spinlock_trylock(spinlock))
cpu_relax
();
in UV_UNUSED()
H
A
D
async.c
103
cpu_relax
();
in uv__async_spin()
/third_party/skia/third_party/externals/oboe/src/common/
H
A
D
StabilizedCallback.cpp
99
for (int i = 0; i < opsPerStep; i++)
cpu_relax
();
in generateLoad()
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H
A
D
tinjpage.c
52
#define
cpu_relax
() asm volatile("rep ; nop" ::: "memory")
macro
54
#define
cpu_relax
() mb()
macro
529
cpu_relax
();
in waitfor()
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H
A
D
tinjpage.c
52
#define
cpu_relax
() asm volatile("rep ; nop" ::: "memory")
macro
54
#define
cpu_relax
() mb()
macro
529
cpu_relax
();
in waitfor()
Completed in 5 milliseconds