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:unlock
(Results
1 - 25
of
60
) sorted by relevance
1
2
3
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H
A
D
RWMutex.cpp
30
bool RWMutexImpl::
unlock
() { return true; }
in unlock()
function in RWMutexImpl
/third_party/skia/src/gpu/
H
A
D
GrEagerVertexAllocator.cpp
26
void GrEagerDynamicVertexAllocator::
unlock
(int actualCount) {
in unlock()
function in GrEagerDynamicVertexAllocator
48
void GrCpuVertexAllocator::
unlock
(int actualCount) {
in unlock()
function in GrCpuVertexAllocator
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
H
A
D
memalign.c
14
static inline void
unlock
(volatile int *lk)
in unlock()
function
/third_party/skia/third_party/externals/swiftshader/src/Common/
H
A
D
MutexLock.hpp
50
void
unlock
()
in unlock()
function in sw::MutexLock
H
A
D
RecursiveLock.hpp
41
void
unlock
()
in unlock()
function in sw::RecursiveLock
H
A
D
Resource.cpp
107
void Resource::
unlock
()
in unlock()
function in sw::Resource
133
void Resource::
unlock
(Accessor relinquisher)
in unlock()
function in sw::Resource
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H
A
D
UniqueLock.h
56
void
unlock
() {
in unlock()
function in llvm::unique_lock
H
A
D
Mutex.h
112
bool
unlock
() {
in unlock()
function in llvm::sys::SmartMutex
/third_party/vk-gl-cts/framework/delibs/decpp/
H
A
D
deMutex.hpp
102
inline void Mutex::
unlock
(void) throw()
in unlock()
function in de::Mutex
/third_party/ffmpeg/libavutil/
H
A
D
hwcontext_d3d11va.h
95
void (*
unlock
)(void *lock_ctx);
member
/third_party/musl/src/malloc/
H
A
D
memalign.c
15
static inline void
unlock
(volatile int *lk)
in unlock()
function
/third_party/musl/porting/liteos_a/user/src/misc/
H
A
D
pty.c
25
int
unlock
= 0;
in unlockpt()
local
/third_party/musl/src/misc/
H
A
D
pty.c
25
int
unlock
= 0;
in unlockpt()
local
/third_party/musl/libc-test/src/functional/
H
A
D
pthread_mutex_pi.c
67
static void *
unlock
(void *arg)
in unlock()
function
H
A
D
pthread_mutex.c
66
static void *
unlock
(void *arg)
in unlock()
function
/third_party/pulseaudio/src/pulsecore/
H
A
D
authkey.c
76
int
unlock
= 0, ret = -1;
in load()
local
167
int
unlock
= 0, ret;
in pa_authkey_save()
local
/third_party/skia/third_party/externals/swiftshader/src/Main/
H
A
D
FrameBufferOzone.cpp
38
void FrameBufferOzone::
unlock
()
in unlock()
function in sw::FrameBufferOzone
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-mutex.hh
104
void
unlock
() { hb_mutex_impl_unlock ((hb_mutex_impl_t *) m); }
in unlock()
function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H
A
D
Mutex.h
46
bool
unlock
() {
in unlock()
function in llvm::sys::SmartMutex
H
A
D
RWMutex.h
150
bool
unlock
() {
in unlock()
function in llvm::sys::SmartRWMutex
/third_party/skia/third_party/externals/swiftshader/include/Android/hardware/
H
A
D
gralloc.h
37
int (*
unlock
)(gralloc_module_t const*, buffer_handle_t);
member
/third_party/icu/icu4c/source/common/
H
A
D
umutex.h
234
void
unlock
() { fMutex.load(std::memory_order_relaxed)->
unlock
(); }
in unlock()
function in UMutex
/third_party/musl/src/thread/
H
A
D
pthread_cond_timedwait.c
42
static inline void
unlock
(volatile int *l)
in unlock()
function
/third_party/musl/porting/linux/user/src/thread/
H
A
D
pthread_cond_timedwait.c
58
static inline void
unlock
(volatile int *l)
in unlock()
function
/third_party/node/deps/icu-small/source/common/
H
A
D
umutex.h
234
void
unlock
() { fMutex.load(std::memory_order_relaxed)->
unlock
(); }
in unlock()
function in UMutex
Completed in 11 milliseconds
1
2
3