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:weakref
(Results
1 - 9
of
9
) sorted by relevance
/kernel/liteos_a/drivers/mtd/multi_partition/src/
H
A
D
mtd_partition.c
45
static VOID YaffsLockInit(VOID) __attribute__((
weakref
("yaffsfs_OSInitialisation")));
46
static VOID YaffsLockDeinit(VOID) __attribute__((
weakref
("yaffsfs_OsDestroy")));
47
static INT32 Jffs2LockInit(VOID) __attribute__((
weakref
("Jffs2MutexCreate")));
48
static VOID Jffs2LockDeinit(VOID) __attribute__((
weakref
("Jffs2MutexDelete")));
/kernel/linux/linux-5.10/drivers/acpi/
H
A
D
tables.c
768
static void *amlcode __attribute__ ((
weakref
("AmlCode")));
769
static void *dsdt_amlcode __attribute__ ((
weakref
("dsdt_aml_code")));
/kernel/linux/linux-6.6/drivers/acpi/
H
A
D
tables.c
835
static void *amlcode __attribute__ ((
weakref
("AmlCode")));
836
static void *dsdt_amlcode __attribute__ ((
weakref
("dsdt_aml_code")));
/kernel/liteos_a/drivers/block/disk/src/
H
A
D
disk.c
74
VOID *param) __attribute__((
weakref
("osReHookFuncAdd")));
76
static UINT32 OsReHookFuncDelDiskRef(StorageHookFunction handler) __attribute__((
weakref
("osReHookFuncDel")));
/kernel/liteos_a/fs/vfs/vfs_cmd/
H
A
D
vfs_shellcmd.c
272
unsigned int uid, unsigned int gid) __attribute__((
weakref
("nfs_mount")));
/kernel/liteos_a/kernel/base/core/
H
A
D
los_task.c
82
UINT32 param2) __attribute__((
weakref
("OsSetConsoleID")));
/kernel/liteos_a/syscall/
H
A
D
fs_syscall.c
728
unsigned int uid, unsigned int gid) __attribute__((
weakref
("nfs_mount")));
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H
A
D
exported-sql-viewer.py
100
import
weakref
namespace
338
model_cache =
weakref
.WeakValueDictionary()
4880
self.instances_to_shutdown_on_exit =
weakref
.WeakSet()
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H
A
D
exported-sql-viewer.py
100
import
weakref
namespace
339
model_cache =
weakref
.WeakValueDictionary()
4793
self.instances_to_shutdown_on_exit =
weakref
.WeakSet()
Completed in 23 milliseconds