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:SafeQueue
(Results
1 - 3
of
3
) sorted by relevance
/commonlibrary/c_utils/base/test/unittest/common/
H
A
D
utils_safe_queue_test.cpp
43
static
SafeQueue
<int> shareQueue;
60
SafeQueue
<int> DemoThreadData::shareQueue;
/commonlibrary/c_utils/base/test/benchmarktest/safe_queue_benchmark_test/
H
A
D
safe_queue_benchmark_test.cpp
70
static
SafeQueue
<int> shareQueue;
101
SafeQueue
<int> DemoThreadData::shareQueue;
105
BENCHMARK_LOGD("
SafeQueue
PutHandleThreadDataTime is called i:%{public}d .", i);
in PutHandleThreadDataTime()
113
BENCHMARK_LOGD("
SafeQueue
GetHandleThreadDataTime is called i:%{public}d.", i);
in GetHandleThreadDataTime()
121
BENCHMARK_LOGD("
SafeQueue
EraseHandleThreadDataTime is called i:%{public}d.", i);
in EraseHandleThreadDataTime()
129
BENCHMARK_LOGD("
SafeQueue
EmptyHandleThreadDataTime is called.");
in EmptyHandleThreadDataTime()
188
BENCHMARK_LOGD("
SafeQueue
GetThreadDatePushedStatus pIn:%{public}d upIn:%{public}d.", pushedIn, unpushedIn);
in GetThreadDatePushedStatus()
193
BENCHMARK_LOGD("
SafeQueue
void GetThreadDateGetedStatus is called.");
in GetThreadDateGetedStatus()
203
BENCHMARK_LOGD("
SafeQueue
GetThreadDateGetedStatus gOut:%{public}d uOut:%{public}d.", getedOut, ungetedOut);
in GetThreadDateGetedStatus()
217
BENCHMARK_LOGD("
SafeQueue
GetThreadDateEraseStatu
in GetThreadDateEraseStatus()
[all...]
/commonlibrary/c_utils/base/include/
H
A
D
safe_queue.h
21
* The file contains the thread-safe abstract class, the <b>
SafeQueue
</b>
108
* to implement the push and pop functionality of <b>
SafeQueue
</b>.
111
class
SafeQueue
: public SafeQueueInner<T> {
class
Completed in 3 milliseconds