Home
last modified time | relevance | path

Searched refs:gettid (Results 101 - 125 of 162) sorted by relevance

1234567

/third_party/musl/porting/liteos_m/kernel/include/
H A Dunistd.h192 pid_t gettid(void);
/third_party/musl/include/
H A Dunistd.h257 pid_t gettid(void);
/third_party/rust/crates/rustix/src/backend/linux_raw/thread/
H A Dsyscalls.rs209 pub(crate) fn gettid() -> Pid {
/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dhdi_source.c765 ScheduleThreadInServer(getpid(), gettid()); in ThreadFuncCapturerTimer()
799 AUDIO_INFO_LOG("Thread OS_ReadHdi shutting down, pid %{public}d, tid %{public}d", getpid(), gettid()); in ThreadFuncCapturerTimer()
803 UnscheduleThreadInServer(getpid(), gettid()); in ThreadFuncCapturerTimer()
H A Dmodule_split_stream_sink.c747 ScheduleReportData(getpid(), gettid(), "audio_server"); in ThreadFunc()
818 ScheduleReportData(getpid(), gettid(), "pulseaudio"); in ThreadFuncWriteHDI()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_canvas_drawing_render_node_drawable.cpp224 auto realTid = gettid(); in CheckAndSetThreadIdx()
753 auto realTid = gettid(); in GetCurrentContext()
932 auto realTid = gettid(); in GetCurrentContextAndImage()
H A Drs_surface_render_node_drawable.cpp399 auto realTid = gettid(); in OnDraw()
774 pid_t threadId = gettid(); in DealWithSelfDrawingNodeBuffer()
/foundation/ability/ability_runtime/test/unittest/app_running_manager_test/
H A Dapp_running_manager_test.cpp350 TAG_LOGI(AAFwkTag::TEST, "Running in thread %{public}d.", gettid()); in HWTEST_F()
649 TAG_LOGI(AAFwkTag::TEST, "Running in thread %{public}d.", gettid()); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image.cpp393 auto cache = RSImageCache::Instance().GetRenderDrawingImageCacheByPixelMapId(uniqueId_, gettid()); in UploadGpu()
414 RSImageCache::Instance().CacheRenderDrawingImageByPixelMapId(uniqueId_, image, gettid()); in UploadGpu()
/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
H A Djs_plugin_callback.cpp375 if (getpid() != gettid()) { in OnRequestCallBack()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
H A Drs_sub_thread.cpp60 tid = gettid(); in Start()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_animation.cpp530 auto modifierManager = RSModifierManagerMap::Instance()->GetModifierManager(gettid()); in StartCustomAnimation()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread.cpp275 tid_ = gettid(); in RenderLoop()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_thread_test.cpp134 auto tid = gettid(); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Drefbase.cpp149 getpid(), gettid()); in GetNewTrace()
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H A Drs_uni_render_thread_ext_test.cpp134 auto tid = gettid(); in HWTEST_F()
/foundation/resourceschedule/ffrt/src/eu/
H A Dco_routine.cpp492 if (GetBboxEnableState() != gettid()) {
/foundation/resourceschedule/qos_manager/test/unittest/phone/
H A Dconcurrent_task_controller_test.cpp236 int tid = gettid(); in HWTEST_F()
/third_party/skia/src/core/
H A DSkTraceEventCommon.h250 std::string tid = std::to_string(gettid()); \
/third_party/rust/crates/nix/test/
H A Dtest_unistd.rs225 use nix::unistd::gettid;
229 let tid: ::libc::pid_t = gettid().into(); in test_gettid()
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_process_in_client.cpp1333 processProxy_->RegisterThreadPriority(gettid(), in RecordProcessCallbackFuc()
1577 processProxy_->RegisterThreadPriority(gettid(), in ProcessCallbackFuc()
1619 processProxy_->RegisterThreadPriority(gettid(), in ProcessCallbackFucIndependent()
/third_party/libuv/src/unix/
H A Dcore.c94 # define gettid() syscall(SYS_gettid) macro
1596 pid_t pid = gettid(); in uv_thread_getpriority()
1629 pid_t pid = gettid(); in set_nice_for_calling_thread()
/foundation/ability/ability_runtime/frameworks/native/ability/native/form_runtime/
H A Djs_form_extension.cpp226 ConnectionManager::GetInstance().ReportConnectionLeakEvent(getpid(), gettid()); in OnStop()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/pnp_server/
H A Daudio_socket_thread.cpp76 addr.nl_pid = ((uint32_t)gettid() << MOVE_NUM) | (uint32_t)getpid(); in AudioPnpUeventOpen()
/foundation/communication/netmanager_ext/frameworks/native/vpnextension/src/
H A Djs_vpn_extension.cpp287 ConnectionManager::GetInstance().ReportConnectionLeakEvent(getpid(), gettid()); in OnStop()

Completed in 29 milliseconds

1234567