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:mutex_type
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H
A
D
ValueMap.h
58
using
mutex_type
= MutexT;
80
static
mutex_type
*getMutex(const ExtraDataT &/*Data*/) { return nullptr; }
in getMutex()
263
typename Config::
mutex_type
*M = Config::getMutex(Copy.Map->Data);
264
std::unique_lock<typename Config::
mutex_type
> Guard;
266
Guard = std::unique_lock<typename Config::
mutex_type
>(*M);
276
typename Config::
mutex_type
*M = Config::getMutex(Copy.Map->Data);
277
std::unique_lock<typename Config::
mutex_type
> Guard;
279
Guard = std::unique_lock<typename Config::
mutex_type
>(*M);
/third_party/skia/third_party/externals/angle2/src/common/
H
A
D
SynchronizedValue.h
27
using
mutex_type
= Lockable;
79
using type = StrictLockPtr<typename SV::value_type, typename SV::
mutex_type
>;
85
using type = ConstStrictLockPtr<typename SV::value_type, typename SV::
mutex_type
>;
96
using
mutex_type
= Lockable;
175
using type = UniqueLockPtr<typename SV::value_type, typename SV::
mutex_type
>;
181
using type = ConstUniqueLockPtr<typename SV::value_type, typename SV::
mutex_type
>;
189
using
mutex_type
= Lockable;
/third_party/musl/src/internal/
H
A
D
pthread_impl.h
259
static inline int __is_mutex_destroyed(int
mutex_type
)
in __is_mutex_destroyed()
argument
261
return
mutex_type
== PTHREAD_MUTEX_DESTROYED;
in __is_mutex_destroyed()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
H
A
D
s-c.c
108
int
mutex_type
;
member
340
ret = pthread_mutexattr_settype(&ma, test_scenar[s].
mutex_type
);
in do_threads_test()
Completed in 5 milliseconds