Home
last modified time | relevance | path

Searched refs:thread (Results 1076 - 1100 of 4167) sorted by relevance

1...<<41424344454647484950>>...167

/foundation/multimedia/image_framework/mock/native/include/
H A Drwlock.h21 #include <thread>
46 std::thread::id writeThreadID_;
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/timer/core/
H A Dtimer_core.h27 #include <thread>
53 std::thread worker_{};
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H A Dmedia_scan_executor.cpp17 #include <thread>
30 thread(&MediaScanExecutor::HandleScanExecution, this).detach(); in Commit()
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_executor.h21 #include <thread>
68 std::thread thread_;
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dprobe_thread.h23 #include <thread>
87 * check whether thread is detecting
99 std::thread thread_;
/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/
H A Dcontent_sensor_manager.cpp21 #include <thread>
87 std::thread(csTask).join(); in Collect()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dtask_pool_impl.h23 #include <thread>
40 // Schedule a task, the task can be ran in any thread.
72 std::thread::id genericThread_; // execute generic task only.
/kernel/linux/linux-5.10/arch/arc/include/asm/
H A Dprocessor.h46 /* Free all resources held by a thread */
47 #define release_thread(thread) do { } while (0)
62 #define TSK_K_ESP(tsk) (tsk->thread.ksp)
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dperf_regs.c23 fp = MACHINE_HAS_VX ? *(freg_t *)(current->thread.fpu.vxrs + idx) in perf_reg_value()
24 : current->thread.fpu.fprs[idx]; in perf_reg_value()
/kernel/linux/linux-5.10/arch/um/include/asm/
H A Dprocessor-generic.h39 } thread; member
100 #define KSTK_REG(tsk, reg) get_thread_reg(reg, &tsk->thread.switch_buf)
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dlbt.h59 _restore_lbt(&current->thread.lbt); in own_lbt_inatomic()
74 _save_lbt(&tsk->thread.lbt); in lose_lbt_inatomic()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dcputhreads.h107 void book3e_start_thread(int thread, unsigned long addr);
108 void book3e_stop_thread(int thread);
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dperf_regs.c23 fp = MACHINE_HAS_VX ? *(freg_t *)(current->thread.fpu.vxrs + idx) in perf_reg_value()
24 : current->thread.fpu.fprs[idx]; in perf_reg_value()
/kernel/linux/linux-6.6/arch/um/include/asm/
H A Dprocessor-generic.h40 } thread; member
99 #define KSTK_REG(tsk, reg) get_thread_reg(reg, &tsk->thread.switch_buf)
/kernel/liteos_a/testsuites/unittest/process/lock/mutex/smoke/
H A Dpthread_mutex_test_001.cpp44 pthread_t thread = pthread_self(); in ThreadFuncTest3() local
46 ret = pthread_detach(thread); in ThreadFuncTest3()
/test/testfwk/arkxtest/testserver/src/service/
H A Dtest_server_service.h21 #include <thread>
79 std::thread thread_;
/test/testfwk/developer_test/aw/cxx/distributed/
H A Ddistributed_agent.h21 #include <thread>
61 std::unique_ptr<std::thread> mpthCmdProcess_;
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_process.h55 struct thread *up_ptr;
59 struct thread *up_curtd;
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
H A DExtractCallbackSfx.h68 HRESULT StartProgressDialog(const UString &title, NWindows::CThread &thread) in StartProgressDialog() argument
70 ProgressDialog.Create(title, thread, NULL); in StartProgressDialog()
/third_party/icu/icu4c/source/test/intltest/
H A Dsimplethread.h12 #include <thread>
28 int32_t start(); // start the thread. Return 0 if successful.
29 void join(); // A thread must be joined before deleting its SimpleThread.
32 // in the thread.
34 std::thread fThread = {};
48 // &TestClass::func); // The function to be run by each thread.
50 // // is set to the thread number, 0 to numberOfThreads-1.
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dtring.c58 void *thread(void *arg) in thread() function
72 pthread_create(&thr, NULL, thread, NULL); in main()
/third_party/ltp/testcases/kernel/mem/hugetlb/hugefork/
H A Dhugefork02.c26 static void do_child(int thread, unsigned long size) in do_child() argument
39 tst_res(TFAIL, "Thread %d, Offset %lu mismatch", thread, k); in do_child()
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dtring.c58 void *thread(void *arg) in thread() function
72 pthread_create(&thr, NULL, thread, NULL); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/
H A D2-4.c15 * 4. Create a new thread.
35 static void *thread(void *tmp PTS_ATTRIBUTE_UNUSED) in thread() function
84 rc = pthread_create(&thread_id, &attr, thread, NULL); in main()
H A D2-3.c15 * 4. Create a new thread.
35 static void *thread(void *tmp PTS_ATTRIBUTE_UNUSED) in thread() function
83 rc = pthread_create(&thread_id, &attr, thread, NULL); in main()

Completed in 12 milliseconds

1...<<41424344454647484950>>...167