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:criticalSection
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Common/
H
A
D
Resource.cpp
40
criticalSection
.lock();
in lock()
45
criticalSection
.unlock();
in lock()
49
criticalSection
.lock();
in lock()
56
criticalSection
.unlock();
in lock()
63
criticalSection
.lock();
in lock()
78
criticalSection
.unlock();
in lock()
91
criticalSection
.unlock();
in lock()
95
criticalSection
.lock();
in lock()
102
criticalSection
.unlock();
in lock()
109
criticalSection
in unlock()
[all...]
H
A
D
Resource.hpp
100
MutexLock
criticalSection
;
member in sw::Resource
/third_party/vk-gl-cts/framework/delibs/dethread/win32/
H
A
D
deMutexWin32.c
49
CRITICAL_SECTION*
criticalSection
= (CRITICAL_SECTION*)deMalloc(sizeof(CRITICAL_SECTION));
in deMutex_create()
local
50
if (!
criticalSection
)
in deMutex_create()
56
if (!InitializeCriticalSectionAndSpinCount(
criticalSection
, CRITICAL_SECTION_SPIN_COUNT))
in deMutex_create()
58
deFree(
criticalSection
);
in deMutex_create()
62
return (deMutex)
criticalSection
;
in deMutex_create()
/third_party/skia/third_party/externals/swiftshader/src/Main/
H
A
D
SwiftConfig.hpp
105
MutexLock
criticalSection
; // Protects reading and writing the configuration settings
member in sw::SwiftConfig
H
A
D
SwiftConfig.cpp
114
criticalSection
.lock();
in getConfiguration()
116
criticalSection
.unlock();
in getConfiguration()
189
criticalSection
.lock();
in respond()
217
criticalSection
.unlock();
in respond()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H
A
D
Blitter.hpp
118
MutexLock
criticalSection
;
member in sw::Blitter
H
A
D
Blitter.cpp
1422
criticalSection
.lock();
in blitReactor()
1431
criticalSection
.unlock();
in blitReactor()
1438
criticalSection
.unlock();
in blitReactor()
Completed in 5 milliseconds