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:get_id
(Results
1 - 25
of
45
) sorted by relevance
1
2
/foundation/multimedia/image_framework/mock/native/src/
H
A
D
rwlock.cpp
28
if (std::this_thread::
get_id
() != writeThreadID_) {
in LockRead()
50
if (std::this_thread::
get_id
() != writeThreadID_) {
in UnLockRead()
58
if (std::this_thread::
get_id
() != writeThreadID_) {
in LockWrite()
69
writeThreadID_ = std::this_thread::
get_id
();
in LockWrite()
75
if (std::this_thread::
get_id
() != writeThreadID_) {
in UnLockWrite()
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H
A
D
thread_local_data.h
67
auto it = dataMap_.find(std::this_thread::
get_id
());
in Current()
78
dataMap_[std::this_thread::
get_id
()] = data;
in Save()
84
(void)dataMap_.erase(std::this_thread::
get_id
());
in Discard()
H
A
D
event_runner.cpp
72
auto threadId = std::this_thread::
get_id
();
in ReclaimCurrentThread()
106
auto threadId = thread->
get_id
();
in Deposit()
314
threadId_ = std::this_thread::
get_id
();
554
return std::this_thread::
get_id
() == innerRunner_->GetThreadId();
in IsCurrentRunnerThread()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H
A
D
task_queue.cpp
37
std::thread::id thisId = std::this_thread::
get_id
();
in GetTaskAutoLock()
61
if (lockThread_ == std::this_thread::
get_id
()) {
in ReleaseLock()
H
A
D
task_pool_impl.cpp
235
return genericThread_ == std::this_thread::
get_id
();
in IsGenericWorker()
242
genericThread_ = std::this_thread::
get_id
();
in BecomeGenericWorker()
H
A
D
notification_chain.cpp
275
eventRunningThread_ = std::this_thread::
get_id
();
in EnterEventAction()
290
(eventRunningThread_ == std::this_thread::
get_id
())) {
in KillWait()
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/cmd/
H
A
D
rs_canvas_node_cmd_test.cpp
148
std::thread::id thisThreadId = std::this_thread::
get_id
();
in HWTEST_F()
157
std::thread::id threadId = std::this_thread::
get_id
();
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H
A
D
rs_canvas_node_command_test.cpp
107
std::thread::id thisThreadId = std::this_thread::
get_id
();
in HWTEST_F()
116
std::thread::id threadId = std::this_thread::
get_id
();
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
task_executor_impl.cpp
278
if (itSync->second == std::this_thread::
get_id
()) {
in OnPreSyncTask()
280
ACE_DCHECK(itSync->second != std::this_thread::
get_id
() && "DEAD LOCK HAPPENED !!!");
in OnPreSyncTask()
287
syncTaskTable_.emplace(std::this_thread::
get_id
(), it->second.threadId);
in OnPreSyncTask()
294
syncTaskTable_.erase(std::this_thread::
get_id
());
in OnPostSyncTask()
330
.threadId = std::this_thread::
get_id
(),
in FillTaskTypeTable()
/foundation/communication/ipc/ipc/native/src/napi_common/source/
H
A
D
napi_remote_object_holder.cpp
41
jsThreadId_ = std::this_thread::
get_id
();
in NAPIRemoteObjectHolder()
106
if (jsThreadId_ == std::this_thread::
get_id
()) {
in ~NAPIRemoteObjectHolder()
/foundation/resourceschedule/ffrt/test/ut/testcase/
H
A
D
ut_dependency.cpp
76
printf("id is %" PRIu64 "\n", ffrt::this_task::
get_id
());
in HWTEST_F()
120
printf("id is %" PRIu64 "\n", ffrt::this_task::
get_id
());
in HWTEST_F()
146
printf("id is %" PRIu64 "\n", ffrt::this_task::
get_id
());
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/benchmarks/
H
A
D
rs_recording_thread.cpp
167
RSMarshallingHelper::BeginNoSharedMem(std::this_thread::
get_id
());
in FinishRecordingOneFrameTask()
221
RSMarshallingHelper::BeginNoSharedMem(std::this_thread::
get_id
());
in RecordingToFile()
/foundation/multimedia/player_framework/services/utils/
H
A
D
task_queue.cpp
57
if (std::this_thread::
get_id
() == thread_->
get_id
()) {
/foundation/graphic/graphic_3d/lume/metaobject/src/
H
A
D
polling_task_queue.cpp
84
execThread_ = std::this_thread::
get_id
();
H
A
D
threaded_task_queue.cpp
105
execThread_ = std::this_thread::
get_id
();
in ProcessTasks()
H
A
D
task_queue.h
55
if (std::this_thread::
get_id
() != execThread_) {
in CancelTask()
/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H
A
D
mdns_socket_listener.cpp
204
if (std::this_thread::
get_id
() == thread_.
get_id
()) {
in Start()
218
if (std::this_thread::
get_id
() == thread_.
get_id
()) {
in Stop()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H
A
D
sqlite_multi_ver_data_storage.cpp
133
if (std::this_thread::
get_id
() == writeHolderId_) {
in StartWrite()
144
writeHolderId_ = std::this_thread::
get_id
();
in StartWrite()
167
writeHolderId_ = std::this_thread::
get_id
();
in StartWrite()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H
A
D
rs_single_frame_composer_test.cpp
120
RSSingleFrameComposer::SetSingleFrameFlag(std::this_thread::
get_id
());
in HWTEST_F()
/foundation/filemanagement/dfs_service/utils/system/include/
H
A
D
dfsu_thread.h
125
return thread_->
get_id
() == id;
in operator ==()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H
A
D
rs_single_frame_composer.cpp
89
std::thread::id ipcThreadId = std::this_thread::
get_id
();
in IsShouldSingleFrameComposer()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H
A
D
event_loop_impl.cpp
167
loopThread_ = std::this_thread::
get_id
();
in Run()
310
return std::this_thread::
get_id
() == loopThread_;
in IsInLoopThread()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H
A
D
drawing_sample_replayer.cpp
66
RSMarshallingHelper::BeginNoSharedMem(std::this_thread::
get_id
());
in ReadCmds()
/foundation/window/window_manager/wm/src/
H
A
D
input_transfer_station.cpp
135
auto curThreadId = std::this_thread::
get_id
();
in AddInputWindow()
/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/
H
A
D
ipcprocessskeleton_fuzzer.cpp
483
std::thread::id threadId = std::this_thread::
get_id
();
in AttachThreadLockInfoTest()
892
std::thread::id threadId = std::this_thread::
get_id
();
in AddToDeleteDataThreadToIdleTest()
907
std::thread::id threadId = std::this_thread::
get_id
();
in AddToPopDataInfoToThreadTest()
Completed in 13 milliseconds
1
2