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:__NR_futex
(Results
1 - 25
of
34
) sorted by relevance
1
2
/third_party/ltp/testcases/kernel/syscalls/futex/
H
A
D
futex_utils.h
13
#if
__NR_futex
!= __LTP__NR_INVALID_SYSCALL && __NR_futex_time64 != __LTP__NR_INVALID_SYSCALL
22
#if (
__NR_futex
!= __LTP__NR_INVALID_SYSCALL)
in futex_variant()
H
A
D
futex_wait04.c
17
#if (
__NR_futex
!= __LTP__NR_INVALID_SYSCALL)
H
A
D
futex_wake01.c
31
#if (
__NR_futex
!= __LTP__NR_INVALID_SYSCALL)
H
A
D
futex_cmp_requeue02.c
36
#if (
__NR_futex
!= __LTP__NR_INVALID_SYSCALL)
H
A
D
futex_wait01.c
33
#if (
__NR_futex
!= __LTP__NR_INVALID_SYSCALL)
H
A
D
futex_wait03.c
17
#if (
__NR_futex
!= __LTP__NR_INVALID_SYSCALL)
H
A
D
futex_wait02.c
19
#if (
__NR_futex
!= __LTP__NR_INVALID_SYSCALL)
H
A
D
futex_wake03.c
17
#if (
__NR_futex
!= __LTP__NR_INVALID_SYSCALL)
H
A
D
futex_wait_bitset01.c
25
#if (
__NR_futex
!= __LTP__NR_INVALID_SYSCALL)
H
A
D
futex_wake04.c
39
#if (
__NR_futex
!= __LTP__NR_INVALID_SYSCALL)
H
A
D
futex_wake02.c
19
#if (
__NR_futex
!= __LTP__NR_INVALID_SYSCALL)
H
A
D
futex_cmp_requeue01.c
45
#if (
__NR_futex
!= __LTP__NR_INVALID_SYSCALL)
/third_party/rust/crates/rustix/src/backend/linux_raw/thread/
H
A
D
syscalls.rs
251
__NR_futex
,
276
__NR_futex
,
in futex_old()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H
A
D
futex.h
62
#define SYS_futex
__NR_futex
/third_party/musl/porting/liteos_a/kernel/include/bits/
H
A
D
syscall.h
217
#define
__NR_futex
240
macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H
A
D
syscall.h
217
#define
__NR_futex
240
macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H
A
D
syscall.h
217
#define
__NR_futex
240
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H
A
D
syscall.h
217
#define
__NR_futex
240
macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H
A
D
syscall.h
217
#define
__NR_futex
240
macro
/third_party/musl/porting/liteos_m/user/include/bits/
H
A
D
syscall.h
217
#define
__NR_futex
240
macro
/third_party/ltp/include/
H
A
D
tst_timer.h
265
return tst_syscall(
__NR_futex
, uaddr, futex_op, val, to, uaddr2, val3);
in sys_futex()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H
A
D
general.rs
1937
pub const
__NR_futex
: u32 = 98;
consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H
A
D
general.rs
1936
pub const
__NR_futex
: u32 = 98;
consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H
A
D
general.rs
2078
pub const
__NR_futex
: u32 = 221;
consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H
A
D
general.rs
2178
pub const
__NR_futex
: u32 = 5194;
consts
Completed in 81 milliseconds
1
2