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:semaphore_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/ai/ai_engine/services/server/server_executor/source/
H
A
D
future.cpp
36
semaphore_
= ISemaphore::MakeShared(0);
in Future()
50
semaphore_
->Wait(timeOut);
in GetResponse()
92
semaphore_
->Signal();
in SetResponse()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/
H
A
D
sync_operation.cpp
32
semaphore_
(nullptr),
in SyncOperation()
71
semaphore_
= std::make_unique<SemaphoreUtils>(0);
in Initialize()
213
if (isBlockSync_ && (
semaphore_
!= nullptr)) {
in WaitIfNeed()
215
semaphore_
->WaitSemaphore();
in WaitIfNeed()
221
if (isBlockSync_ && (
semaphore_
!= nullptr)) {
in NotifyIfNeed()
223
semaphore_
->SendSemaphore();
in NotifyIfNeed()
H
A
D
sync_operation.h
190
std::unique_ptr<SemaphoreUtils>
semaphore_
;
member in DistributedDB::SyncOperation
/foundation/ai/ai_engine/services/server/server_executor/include/
H
A
D
future.h
82
std::shared_ptr<ISemaphore>
semaphore_
;
member in OHOS::AI::Future
/foundation/multimedia/av_session/frameworks/js/napi/session/include/
H
A
D
napi_async_callback.h
75
sem_t
semaphore_
= {};
member in OHOS::AVSession::final
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H
A
D
napi_async_callback.cpp
28
int res = sem_init(&
semaphore_
, 0, 1);
in NapiAsyncCallback()
37
sem_destroy(&
semaphore_
);
in ~NapiAsyncCallback()
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/test/unittest/
H
A
D
vulkan_loader_unit_test.cpp
101
static inline VkSemaphore
semaphore_
= VK_NULL_HANDLE;
member in vulkan::loader::VulkanLoaderUnitTest
974
VkResult err = vkCreateSemaphore(device_, &semaphoreCreateInfo, nullptr, &
semaphore_
);
in HWTEST_F()
991
pAcquireInfo.semaphore =
semaphore_
;
in HWTEST_F()
1035
EXPECT_NE(
semaphore_
, VK_NULL_HANDLE);
in HWTEST_F()
1036
presentInfo.pWaitSemaphores = &
semaphore_
;
in HWTEST_F()
Completed in 4 milliseconds