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:sem
(Results
1 - 5
of
5
) sorted by relevance
/developtools/hdc/hdcd_user_permit/src/
H
A
D
connection.cpp
65
sem_post(&
sem
);
in OnAbilityConnectDone()
73
sem_wait(&
sem
);
in GetShowDialogResult()
74
sem_destroy(&
sem
);
in GetShowDialogResult()
H
A
D
connection.h
34
sem_init(&
sem
, 0, 0);
in HdcdConnection()
45
sem_t
sem
;
member in OHOS::HDC::AUTH::HdcdConnection
/developtools/profiler/device/plugins/ftrace_plugin/test/app/
H
A
D
busy_workers.cpp
107
for (auto&
sem
: workerSems_) {
in StopWorkers()
108
sem
->Up();
in StopWorkers()
130
auto
sem
= workerSems_[id];
in Work()
local
131
if (!
sem
) {
in Work()
136
sem
->Down();
in Work()
/developtools/profiler/device/services/plugin_service/src/
H
A
D
plugin_service.cpp
232
auto
sem
= GetSemaphoreFactory().Create(0);
in StopPluginSession()
local
233
CHECK_NOTNULL(
sem
, false, "create Semaphore for stop %s FAILED!", pluginName.c_str());
in StopPluginSession()
235
waitSemphores_[cmd->command_id()] =
sem
;
in StopPluginSession()
238
if (!
sem
->TimedWait(30)) {
in StopPluginSession()
538
auto
sem
= GetSemaphore(request.command_id());
in AppendResult()
local
539
if (
sem
) {
in AppendResult()
540
sem
->Post();
in AppendResult()
/developtools/profiler/hiebpf/include/
H
A
D
vmlinux.h
2581
struct rw_semaphore
sem
;
member
27808
struct rw_semaphore
sem
;
member
51452
struct rw_
sem
aphore
sem
;
global()
member
51879
struct
sem
{
global()
struct
[all...]
Completed in 455 milliseconds