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:barrier
(Results
1 - 25
of
54
) sorted by relevance
1
2
3
/kernel/linux/linux-5.10/tools/build/feature/
H
A
D
test-pthread-barrier.c
7
pthread_barrier_t
barrier
;
in main()
local
/kernel/linux/linux-6.6/tools/build/feature/
H
A
D
test-pthread-barrier.c
7
pthread_barrier_t
barrier
;
in main()
local
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H
A
D
loop5.c
5
#define
barrier
() __asm__ __volatile__("": : :"memory")
macro
H
A
D
test_pkt_access.c
17
#define
barrier
() __asm__ __volatile__("": : :"memory")
macro
/kernel/linux/linux-5.10/include/linux/
H
A
D
compiler-intel.h
16
#define
barrier
() __memory_barrier()
macro
H
A
D
compiler.h
84
# define
barrier
() __asm__ __volatile__("": : :"memory")
macro
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
H
A
D
barriers.h
5
#define
barrier
() __asm__ __volatile__("" : : : "memory")
macro
/kernel/linux/linux-5.10/tools/virtio/asm/
H
A
D
barrier.h
4
#define
barrier
() asm volatile("" ::: "memory")
macro
/kernel/linux/linux-6.6/tools/virtio/asm/
H
A
D
barrier.h
4
#define
barrier
() asm volatile("" ::: "memory")
macro
/kernel/linux/linux-5.10/arch/um/include/shared/
H
A
D
user.h
55
#define
barrier
() __asm__ __volatile__("": : :"memory")
macro
/kernel/linux/linux-6.6/arch/um/include/shared/
H
A
D
user.h
57
#define
barrier
() __asm__ __volatile__("": : :"memory")
macro
/kernel/linux/linux-5.10/arch/powerpc/boot/
H
A
D
io.h
98
static inline void
barrier
(void)
in barrier()
function
/kernel/linux/linux-6.6/arch/powerpc/boot/
H
A
D
io.h
98
static inline void
barrier
(void)
in barrier()
function
/kernel/linux/linux-5.10/tools/virtio/ringtest/
H
A
D
main.h
91
#define
barrier
() asm volatile("" ::: "memory")
macro
[all...]
/kernel/linux/linux-6.6/tools/virtio/ringtest/
H
A
D
main.h
92
#define
barrier
() asm volatile("" ::: "memory")
macro
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/futex/functional/
H
A
D
futex_wait_timeout.c
27
static pthread_barrier_t
barrier
;
variable
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/dscr/
H
A
D
dscr_explicit_test.c
92
pthread_barrier_t *
barrier
;
member
136
pthread_barrier_t
barrier
;
in dscr_explicit_random_test()
local
H
A
D
dscr_default_test.c
76
pthread_barrier_t *
barrier
;
member
125
pthread_barrier_t
barrier
;
in dscr_default_random_test()
local
/kernel/linux/linux-5.10/tools/include/linux/
H
A
D
compiler.h
41
#define
barrier
() __asm__ __volatile__("": : :"memory")
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
compiler.h
85
# define
barrier
() __asm__ __volatile__("": : :"memory")
macro
/kernel/linux/linux-6.6/tools/perf/tests/
H
A
D
sigtrap.c
124
pthread_barrier_t *
barrier
= (pthread_barrier_t *)arg;
in test_thread()
local
137
static int run_test_threads(pthread_t *threads, pthread_barrier_t *
barrier
)
in run_test_threads()
argument
148
static int run_stress_test(int fd, pthread_t *threads, pthread_barrier_t *
barrier
)
in run_stress_test()
argument
178
pthread_barrier_t
barrier
;
in test__sigtrap()
local
[all...]
/kernel/linux/linux-6.6/tools/include/linux/
H
A
D
compiler.h
39
#define
barrier
() __asm__ __volatile__("": : :"memory")
macro
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/
H
A
D
gzip_vas.c
32
#define
barrier
()
macro
/kernel/linux/linux-5.10/drivers/md/
H
A
D
raid1.h
104
atomic_t *
barrier
;
member
/kernel/linux/linux-5.10/drivers/ide/
H
A
D
ide-disk.c
529
int
barrier
;
in update_flush()
local
Completed in 10 milliseconds
1
2
3