/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()
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_executor.h | 21 #include <thread> 68 std::thread thread_;
|
/foundation/communication/netmanager_base/services/netconnmanager/include/ |
H A D | probe_thread.h | 23 #include <thread> 87 * check whether thread is detecting 99 std::thread thread_;
|
/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/ |
H A D | content_sensor_manager.cpp | 21 #include <thread> 87 std::thread(csTask).join(); in Collect()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | task_pool_impl.h | 23 #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 D | processor.h | 46 /* 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 D | perf_regs.c | 23 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 D | processor-generic.h | 39 } 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 D | lbt.h | 59 _restore_lbt(¤t->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 D | cputhreads.h | 107 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 D | perf_regs.c | 23 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 D | processor-generic.h | 40 } 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 D | pthread_mutex_test_001.cpp | 44 pthread_t thread = pthread_self(); in ThreadFuncTest3() local 46 ret = pthread_detach(thread); in ThreadFuncTest3()
|
/test/testfwk/arkxtest/testserver/src/service/ |
H A D | test_server_service.h | 21 #include <thread> 79 std::thread thread_;
|
/test/testfwk/developer_test/aw/cxx/distributed/ |
H A D | distributed_agent.h | 21 #include <thread>
61 std::unique_ptr<std::thread> mpthCmdProcess_;
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_process.h | 55 struct thread *up_ptr; 59 struct thread *up_curtd;
|
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/ |
H A D | ExtractCallbackSfx.h | 68 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 D | simplethread.h | 12 #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 D | tring.c | 58 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 D | hugefork02.c | 26 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 D | tring.c | 58 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 D | 2-4.c | 15 * 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 D | 2-3.c | 15 * 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()
|