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:UV_UNUSED
(Results
1 - 6
of
6
) sorted by relevance
/third_party/node/deps/uv/src/unix/
H
A
D
atomic-ops.h
31
UV_UNUSED
(static int cmpxchgi(int* ptr, int oldval, int newval)) {
in UV_UNUSED()
function
52
UV_UNUSED
(static void cpu_relax(void)) {
in UV_UNUSED()
function
H
A
D
spinlock.h
33
UV_UNUSED
(static void uv_spinlock_init(uv_spinlock_t* spinlock)) {
in UV_UNUSED()
function
37
UV_UNUSED
(static void uv_spinlock_lock(uv_spinlock_t* spinlock)) {
in UV_UNUSED()
function
41
UV_UNUSED
(static void uv_spinlock_unlock(uv_spinlock_t* spinlock)) {
in UV_UNUSED()
function
45
UV_UNUSED
(static int uv_spinlock_trylock(uv_spinlock_t* spinlock)) {
in UV_UNUSED()
function
H
A
D
internal.h
118
# define
UV_UNUSED
(declaration) __attribute__((unused)) declaration
macro
120
# define
UV_UNUSED
(declaration) declaration
macro
309
UV_UNUSED
(static void uv__update_time(uv_loop_t* loop)) {
in UV_UNUSED()
function
315
UV_UNUSED
(static char* uv__basename_r(const char* path)) {
in UV_UNUSED()
function
H
A
D
fs.c
217
UV_UNUSED
(static struct timespec uv__fs_to_timespec(double time)) {
in UV_UNUSED()
function
236
UV_UNUSED
(static struct timeval uv__fs_to_timeval(double time)) {
in UV_UNUSED()
function
/third_party/libuv/src/unix/
H
A
D
internal.h
134
# define
UV_UNUSED
(declaration) __attribute__((unused)) declaration
macro
136
# define
UV_UNUSED
(declaration) declaration
macro
390
UV_UNUSED
(static void uv__update_time(uv_loop_t* loop)) {
in UV_UNUSED()
function
396
UV_UNUSED
(static char* uv__basename_r(const char* path)) {
in UV_UNUSED()
function
406
UV_UNUSED
(static int uv__fstat(int fd, struct stat* s)) {
in UV_UNUSED()
function
416
UV_UNUSED
(static int uv__lstat(const char* path, struct stat* s)) {
in UV_UNUSED()
function
426
UV_UNUSED
(static int uv__stat(const char* path, struct stat* s)) {
in UV_UNUSED()
function
484
UV_UNUSED
(static unsigned int self_increase(unsigned int* ptr)) {
in UV_UNUSED()
function
488
UV_UNUSED
(static unsigned int self_decrease(unsigned int* ptr)) {
in UV_UNUSED()
function
H
A
D
fs.c
237
UV_UNUSED
(static struct timespec uv__fs_to_timespec(double time)) {
in UV_UNUSED()
function
256
UV_UNUSED
(static struct timeval uv__fs_to_timeval(double time)) {
in UV_UNUSED()
function
Completed in 8 milliseconds