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:mtx_
(Results
1 - 20
of
20
) sorted by relevance
/developtools/profiler/hiebpf/include/
H
A
D
ringbuffer.h
44
std::lock_guard<std::mutex> lk {
mtx_
};
in operator bool()
49
std::lock_guard<std::mutex> lk {
mtx_
};
in GetFreeSize()
54
std::lock_guard<std::mutex> lk {
mtx_
};
in GetDataSize()
59
std::lock_guard<std::mutex> lk {
mtx_
};
in GetCapacity()
73
std::lock_guard<std::mutex> lk {
mtx_
};
in Peek()
138
std::mutex
mtx_
;
member in RingBuffer
H
A
D
hiebpf_data_file.h
138
std::mutex
mtx_
{};
H
A
D
bpf_event_receiver.h
329
std::mutex
mtx_
{};
/developtools/profiler/hiebpf/src/
H
A
D
ringbuffer.cpp
81
std::lock_guard<std::mutex> lk {
mtx_
};
in Read()
122
std::lock_guard<std::mutex> lk {
mtx_
};
in Write()
165
std::lock_guard<std::mutex> lk {
mtx_
};
in Get()
203
std::lock_guard<std::mutex> lk {
mtx_
};
in Put()
245
std::lock_guard<std::mutex> lk {
mtx_
};
in Put()
H
A
D
hiebpf_data_file.cpp
37
std::lock_guard<std::mutex> lk {
mtx_
};
in Reserve()
H
A
D
bpf_event_receiver.cpp
32
std::unique_lock lk {
mtx_
};
in DoWork()
/developtools/profiler/device/base/src/
H
A
D
schedule_task_manager.cpp
55
std::lock_guard<std::mutex> guard(
mtx_
);
in Shutdown()
103
std::lock_guard<std::mutex> guard(
mtx_
);
in ScheduleTask()
113
std::lock_guard<std::mutex> guard(
mtx_
);
in UnscheduleTask()
/developtools/profiler/device/plugins/native_daemon/include/
H
A
D
hook_service.h
39
std::mutex
mtx_
;
member in OHOS::Developtools::NativeDaemon::HookService
H
A
D
stack_preprocess.h
225
std::mutex
mtx_
;
member in StackPreprocess
/developtools/profiler/device/base/include/
H
A
D
schedule_task_manager.h
70
std::mutex
mtx_
;
member in ScheduleTaskManager
/developtools/profiler/device/plugins/api/src/
H
A
D
plugin_watcher.h
42
std::mutex
mtx_
;
member in PluginWatcher
H
A
D
plugin_watcher.cpp
98
std::lock_guard<std::mutex> guard(
mtx_
);
in WatchPlugins()
115
std::unique_lock<std::mutex> guard(
mtx_
, std::adopt_lock);
in MonitorIsSet()
/developtools/profiler/device/plugins/ffrt_profiler/service/include/
H
A
D
ffrt_profiler_socket_service.h
41
std::mutex
mtx_
;
member in OHOS::Developtools::Profiler::FfrtProfilerSocketService
/developtools/profiler/device/plugins/network_profiler/service/include/
H
A
D
network_profiler_socket_service.h
41
std::mutex
mtx_
;
member in OHOS::Developtools::Profiler::NetworkProfilerSocketService
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/src/
H
A
D
native_memory_profiler_sa_service.cpp
131
std::lock_guard<std::mutex> guard(
mtx_
);
in StopHook()
178
std::lock_guard<std::mutex> guard(
mtx_
);
in StartHook()
303
std::lock_guard<std::mutex> guard(
mtx_
);
in FillTaskConfigContext()
345
std::lock_guard<std::mutex> guard(
mtx_
);
in ProtocolProc()
/developtools/profiler/device/plugins/native_daemon/src/
H
A
D
hook_service.cpp
86
std::lock_guard<std::mutex> lock(
mtx_
);
in ProtocolProc()
H
A
D
stack_preprocess.cpp
242
std::lock_guard<std::mutex> guard(
mtx_
);
in HandleNoStackEvent()
308
std::lock_guard<std::mutex> guard(
mtx_
);
in TakeResultsFromShmem()
320
std::lock_guard<std::mutex> guard(
mtx_
);
in TakeResultsFromShmem()
417
std::lock_guard<std::mutex> guard(
mtx_
);
in TakeResults()
464
std::lock_guard<std::mutex> guard(
mtx_
);
in TakeResults()
531
std::lock_guard<std::mutex> guard(
mtx_
);
in ReportThreadNameMap()
672
std::lock_guard<std::mutex> guard(
mtx_
);
in GetCallStackId()
796
std::lock_guard<std::mutex> guard(
mtx_
);
in SetAllocStatisticsFrame()
818
std::lock_guard<std::mutex> guard(
mtx_
);
in SetAllocStatisticsFrame()
1167
std::lock_guard<std::mutex> guard(
mtx_
);
in SetMapsInfo()
[all...]
/developtools/profiler/device/plugins/ffrt_profiler/service/src/
H
A
D
ffrt_profiler_socket_service.cpp
67
std::lock_guard<std::mutex> lock(
mtx_
);
in ProtocolProc()
/developtools/profiler/device/plugins/network_profiler/service/src/
H
A
D
network_profiler_socket_service.cpp
67
std::lock_guard<std::mutex> lock(
mtx_
);
in ProtocolProc()
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/include/
H
A
D
native_memory_profiler_sa_service.h
68
std::mutex
mtx_
;
member in OHOS::Developtools::NativeDaemon::NativeMemoryProfilerSaService
Completed in 9 milliseconds