/kernel/linux/linux-5.10/fs/hfs/ |
H A D | catalog.c | 70 memset(rec->thread.reserved, 0, sizeof(rec->thread.reserved)); in hfs_cat_build_thread() 71 rec->thread.ParID = cpu_to_be32(parentid); in hfs_cat_build_thread() 72 hfs_asc2mac(sb, &rec->thread.CName, name); in hfs_cat_build_thread() 200 pr_err("found bad thread record in catalog\n"); in hfs_cat_find_brec() 204 fd->search_key->cat.ParID = rec.thread.ParID; in hfs_cat_find_brec() 205 len = fd->search_key->cat.CName.len = rec.thread.CName.len; in hfs_cat_find_brec() 210 memcpy(fd->search_key->cat.CName.name, rec.thread.CName.name, len); in hfs_cat_find_brec() 219 * The associated thread is also removed unless ('with_thread'==0). 359 /* remove old thread entr in hfs_cat_move() [all...] |
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-dvb.c | 28 pvr2_trace(PVR2_TRACE_DVB_FEED, "dvb feed thread started"); in pvr2_dvb_feed_func() 75 pvr2_trace(PVR2_TRACE_DVB_FEED, "dvb feed thread stopped"); in pvr2_dvb_feed_func() 103 if (adap->thread) { in pvr2_dvb_stream_end() 104 kthread_stop(adap->thread); in pvr2_dvb_stream_end() 105 adap->thread = NULL; in pvr2_dvb_stream_end() 174 adap->thread = kthread_run(pvr2_dvb_feed_thread, adap, "pvrusb2-dvb"); in pvr2_dvb_stream_do_start() 176 if (IS_ERR(adap->thread)) { in pvr2_dvb_stream_do_start() 177 ret = PTR_ERR(adap->thread); in pvr2_dvb_stream_do_start() 178 adap->thread = NULL; in pvr2_dvb_stream_do_start()
|
/kernel/linux/linux-6.6/fs/hfs/ |
H A D | catalog.c | 70 memset(rec->thread.reserved, 0, sizeof(rec->thread.reserved)); in hfs_cat_build_thread() 71 rec->thread.ParID = cpu_to_be32(parentid); in hfs_cat_build_thread() 72 hfs_asc2mac(sb, &rec->thread.CName, name); in hfs_cat_build_thread() 200 pr_err("found bad thread record in catalog\n"); in hfs_cat_find_brec() 204 fd->search_key->cat.ParID = rec.thread.ParID; in hfs_cat_find_brec() 205 len = fd->search_key->cat.CName.len = rec.thread.CName.len; in hfs_cat_find_brec() 210 memcpy(fd->search_key->cat.CName.name, rec.thread.CName.name, len); in hfs_cat_find_brec() 219 * The associated thread is also removed unless ('with_thread'==0). 359 /* remove old thread entr in hfs_cat_move() [all...] |
/kernel/linux/linux-6.6/drivers/char/ipmi/ |
H A D | ipmi_ipmb.c | 57 /* Transmit thread. */ 58 struct task_struct *thread; member 389 if (iidev->thread) { in ipmi_ipmb_stop_thread() 390 struct task_struct *t = iidev->thread; in ipmi_ipmb_stop_thread() 392 iidev->thread = NULL; in ipmi_ipmb_stop_thread() 528 iidev->thread = kthread_run(ipmi_ipmb_thread, iidev, in ipmi_ipmb_probe() 530 if (IS_ERR(iidev->thread)) { in ipmi_ipmb_probe() 531 rv = PTR_ERR(iidev->thread); in ipmi_ipmb_probe() 533 "Could not start kernel thread: error %d\n", rv); in ipmi_ipmb_probe()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | hists_cumulate.c | 12 #include "util/thread.h" 20 struct thread *thread; member 114 thread__put(fake_samples[i].thread); in add_hist_entries() 115 fake_samples[i].thread = thread__get(al.thread); in add_hist_entries() 160 thread__zput(fake_samples[i].thread); in put_fake_samples() 166 #define COMM(he) (thread__comm_str(he->thread))
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | evsel.h | 212 void evsel__compute_deltas(struct evsel *evsel, int cpu, int thread, 376 int evsel__read_counter(struct evsel *evsel, int cpu_map_idx, int thread); 378 int __evsel__read_on_cpu(struct evsel *evsel, int cpu_map_idx, int thread, bool scale); 381 * evsel__read_on_cpu - Read out the results on a CPU and thread 385 * @thread - thread of interest 387 static inline int evsel__read_on_cpu(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_on_cpu() argument 389 return __evsel__read_on_cpu(evsel, cpu_map_idx, thread, false); in evsel__read_on_cpu() 393 * evsel__read_on_cpu_scaled - Read out the results on a CPU and thread, scaled 397 * @thread 399 evsel__read_on_cpu_scaled(struct evsel *evsel, int cpu_map_idx, int thread) evsel__read_on_cpu_scaled() argument [all...] |
/kernel/linux/linux-6.6/kernel/ |
H A D | stop_machine.c | 38 struct task_struct *thread; member 60 if (task != stopper->thread) in print_stop_info() 89 wake_q_add(wakeq, stopper->thread); in __cpu_stop_queue_work() 158 /* Dummy starting state for thread. */ 539 kthread_park(stopper->thread); in stop_machine_park() 544 sched_set_stop_task(cpu, per_cpu(cpu_stopper.thread, cpu)); in cpu_stop_create() 559 kthread_unpark(stopper->thread); in stop_machine_unpark() 563 .store = &cpu_stopper.thread,
|
/third_party/elfutils/libdwfl/ |
H A D | linux-core-attach.c | 168 core_set_initial_registers (Dwfl_Thread *thread, void *thread_arg_voidp) in core_set_initial_registers() argument 215 assert (tid == INTUSE(dwfl_thread_tid) (thread)); in core_set_initial_registers() 240 INTUSE(dwfl_thread_state_register_pc) (thread, pc); in core_set_initial_registers() 260 && __libdwfl_frame_reg_get (thread->unwound, regno, NULL) == 0) in core_set_initial_registers() 278 assert (sizeof (*thread->unwound->regs) == sizeof val64); in core_set_initial_registers() 286 INTUSE(dwfl_thread_state_registers) (thread, regno, 1, &val); in core_set_initial_registers() 288 INTUSE(dwfl_thread_state_register_pc) (thread, val); in core_set_initial_registers()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
H A D | Context.cpp | 27 #include <thread> 181 std::unordered_map<std::thread::id, std::shared_ptr<Thread>> threadsByStdId; 259 ASSERT_MSG(contextsWithLock.count(ctx) == 0, "Attempting to acquire Context lock twice on same thread. This will deadlock"); in Lock() 307 auto thread = std::make_shared<Thread>(id, ctx); in currentThread() local 308 ctx->threads.add(id, thread); in currentThread() 309 thread->setName(name); in currentThread() 310 ctx->threadsByStdId.emplace(std::this_thread::get_id(), thread); in currentThread() local 314 return thread; in currentThread()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/softbus_adapter/ |
H A D | softbus_adapter.h | 20 #include <thread> 48 std::thread eventThread_;
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/ |
H A D | audio_source.h | 20 #include <thread> 56 std::thread readThread_;
|
H A D | file_source.h | 19 #include <thread> 55 std::thread readThread_;
|
/foundation/ai/intelligent_voice_framework/utils/ |
H A D | thread_wrapper.cpp | 31 INTELL_VOICE_LOG_WARN("thread is already started, name:%{public}s", name.c_str()); in Start() 37 thread_ = std::make_unique<ffrt::thread>(name.c_str(), Convert2FfrtQos(qos), &ThreadWrapper::RunInThread, this); in Start() 40 thread_ = std::make_unique<std::thread>(&ThreadWrapper::RunInThread, this); in Start() 44 INTELL_VOICE_LOG_ERROR("failed to create thread"); in Start()
|
/foundation/CastEngine/castengine_wifi_display/services/event/ |
H A D | taskpool.h | 27 #include <thread> 76 std::vector<std::thread> threads_;
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/timepicker/ |
H A D | timepicker_haptic_controller.h | 22 #include <thread> 72 std::unique_ptr<std::thread> playThread_ = nullptr;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_event_subscriber.cpp | 18 #include <thread> 55 std::thread userIdChangedThread(OnUserIdChanged, oldUserId, userId); in OnReceiveEvent()
|
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | msg_handle_loop.h | 15 * Description: API of message queue thread 21 #include <thread> 55 std::thread m_thread;
|
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/ |
H A D | thread_local_data.h | 20 #include <thread> 28 * Tool class, used to save thread local data. 88 std::unordered_map<std::thread::id, T> dataMap_;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_vsync_client_darwin.h | 24 #include <thread> 76 std::unique_ptr<std::thread> vsyncThread_ = nullptr;
|
/foundation/graphic/graphic_3d/3d_widget_adapter/include/ |
H A D | graphics_task.h | 23 #include <thread> 66 std::thread loop_;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
H A D | rs_vsync_client_windows.h | 24 #include <thread> 76 std::unique_ptr<std::thread> vsyncThread_ = nullptr;
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/ |
H A D | msg_handle_loop.h | 19 #include <thread> 54 std::thread m_thread;
|
/foundation/multimedia/image_framework/mock/native/include/ |
H A D | rwlock.h | 21 #include <thread> 46 std::thread::id writeThreadID_;
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/timer/core/ |
H A D | timer_core.h | 27 #include <thread> 53 std::thread worker_{};
|
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/ |
H A D | media_scan_executor.cpp | 17 #include <thread> 30 thread(&MediaScanExecutor::HandleScanExecution, this).detach(); in Commit()
|