/test/ostest/wukong/common/include/ |
H A D | wukong_logger.h | 23 #include <thread> 103 // log printer thread.
|
/test/testfwk/arkxtest/testserver/test/unittest/ |
H A D | test_server_client_test.cpp | 17 #include <thread>
|
/test/xts/dcts/distributedhardware/distributedcameratest/ |
H A D | stream_customer.h | 21 #include <thread>
|
/third_party/ffmpeg/libavcodec/ |
H A D | dnxhdenc.h | 60 struct DNXHDEncContext *thread[MAX_THREADS]; member
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_dynamic.c | 58 usb_quirk_ioctl_w(unsigned long cmd, caddr_t data, int fflag, struct thread *td) in usb_quirk_ioctl_w()
|
/third_party/musl/src/thread/mipsn32/ |
H A D | clone.s | 6 # Save function pointer and argument pointer on new thread stack
|
/third_party/musl/src/thread/mips64/ |
H A D | clone.s | 6 # Save function pointer and argument pointer on new thread stack
|
/third_party/musl/src/thread/powerpc64/ |
H A D | clone.s | 14 # create initial stack frame for new thread
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
H A D | pthread_attr_setstack.c | 33 pthread_t thread; in pthread_attr_setstack_0100() local
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | core-error.c | 33 #include <pulsecore/thread.h> 60 /* This might not be thread safe, but we hope for the best */ in pa_cstrerror()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | GsymCreator.h | 16 #include <thread> 46 /// in GsymCreator are thread safe. This allows multiple threads to create and
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | ThreadPool.h | 9 // This file defines a crude C++11 based thread pool. 17 #include "llvm/Support/thread.h" 77 std::vector<llvm::thread> Threads; 90 /// Keep track of the number of thread actually busy 94 /// Signal for the destruction of the pool, asking thread to exit.
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceTLS.h | 14 /// This assumes std::thread is written in terms of pthread. Define 99 #define ICE_ATTRIBUTE_TLS __declspec(thread)
|
/third_party/rust/crates/rustix/tests/time/ |
H A D | monotonic.rs | 1 #[cfg(feature = "thread")] 2 use rustix::thread::nanosleep; 18 /// With the "thread" feature, we can sleep so that we're guaranteed that time 20 #[cfg(feature = "thread")] 32 /// With the "thread" feature, we can sleep so that we're guaranteed that time 34 #[cfg(feature = "thread")]
|
/foundation/filemanagement/user_file_service/test/unittest/ |
H A D | external_notify_test.cpp | 17 #include <thread> 942 std::thread execthread1(RegisterDirNotify, parentUri, "WatcherTest", myObserver1.GetRefPtr()); in HWTEST_F() 971 std::thread execthread1(RegisterDirNotify, parentUri, "WatcherTest1", myObserver1.GetRefPtr()); in HWTEST_F() 973 std::thread execthread2(RegisterDirNotify, parentUri, "WatcherTest2", myObserver1.GetRefPtr()); in HWTEST_F() 975 std::thread execthread3(RegisterDirNotify, parentUri, "WatcherTest3", myObserver1.GetRefPtr()); in HWTEST_F() 1006 std::thread execthread1(RegisterDirNotify, parentUri, "WatcherTest", myObserver1.GetRefPtr()); in HWTEST_F() 1009 std::thread execthread2(RegisterDirNotify, parentUri, "WatcherTest", myObserver2.GetRefPtr()); in HWTEST_F() 1012 std::thread execthread3(RegisterDirNotify, parentUri, "WatcherTest", myObserver3.GetRefPtr()); in HWTEST_F() 1043 std::thread execthread1(RegisterDirNotify, parentUri, "WatcherTest1", myObserver1.GetRefPtr()); in HWTEST_F() 1045 std::thread execthread in HWTEST_F() [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_nb_backup_test.cpp | 23 #include <thread> 247 thread subThread([&filePath]() { in HWTEST_F() 296 thread subThread([]() { in HWTEST_F() 354 thread subThread([&filePath]() { in HWTEST_F() 403 thread subThread([&filePath]() { in HWTEST_F() 856 thread subThread([&filePath]() { in HWTEST_F() 912 thread subThread([&filePath]() { in HWTEST_F() 960 thread subThread([]() { in HWTEST_F() 1006 thread subThread([&filePath]() { in HWTEST_F() 1031 * @tc.steps: step1. every thread creat in NbSubImportThread() [all...] |
/kernel/linux/linux-5.10/drivers/md/ |
H A D | md-cluster.c | 286 static void recover_bitmaps(struct md_thread *thread) in recover_bitmaps() argument 288 struct mddev *mddev = thread->mddev; in recover_bitmaps() 333 /* wake up thread to continue resync in case resync in recover_bitmaps() 338 * resync thread in current node. in recover_bitmaps() 343 md_wakeup_thread(mddev->thread); in recover_bitmaps() 368 pr_warn("md-cluster: Could not create recovery thread\n"); in __recover_slot() 416 * This function wakes up the receive thread in 458 md_wakeup_thread(mddev->thread); in process_suspend_info() 481 * and set RESYNC_MASK since resync thread is running in process_suspend_info() 533 wait_event(mddev->thread in process_metadata_update() 621 recv_daemon(struct md_thread *thread) recv_daemon() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_debugfs.c | 439 adev->gfx.funcs->read_wave_vgprs(adev, rd->id.xcc_id, rd->id.simd, rd->id.wave, rd->id.gpr.thread, *pos, size>>2, data); in amdgpu_debugfs_gprwave_read() 1146 uint32_t offset, se, sh, cu, wave, simd, thread, bank, *data; in amdgpu_debugfs_gpr_read() local 1158 thread = (*pos & GENMASK_ULL(59, 52)) >> 52; in amdgpu_debugfs_gpr_read() 1179 adev->gfx.funcs->read_wave_vgprs(adev, 0, simd, wave, thread, offset, size>>2, data); in amdgpu_debugfs_gpr_read() 1665 /* Avoid accidently unparking the sched thread during GPU reset */ in amdgpu_debugfs_test_ib_show() 1674 if (!ring || !ring->sched.thread) in amdgpu_debugfs_test_ib_show() 1676 kthread_park(ring->sched.thread); in amdgpu_debugfs_test_ib_show() 1690 if (!ring || !ring->sched.thread) in amdgpu_debugfs_test_ib_show() 1692 kthread_unpark(ring->sched.thread); in amdgpu_debugfs_test_ib_show() 1912 if (!ring || !ring->funcs->preempt_ib || !ring->sched.thread) in amdgpu_debugfs_ib_preempt() [all...] |
/third_party/node/deps/uv/src/win/ |
H A D | pipe.c | 597 /* Try to avoid flushing the pipe buffer in the thread pool. */ in uv__pipe_shutdown() 618 /* Run FlushFileBuffers in the thread pool. */ in uv__pipe_shutdown() 922 /* Cancel synchronous read (which is happening in the thread pool). */ in uv__pipe_interrupt_read() 923 HANDLE thread; in uv__pipe_interrupt_read() local 928 thread = *thread_ptr; in uv__pipe_interrupt_read() 929 if (thread == NULL) { in uv__pipe_interrupt_read() 930 /* The thread pool thread has not yet reached the point of blocking, we in uv__pipe_interrupt_read() 935 /* Spin until the thread has acknowledged (by setting the thread t in uv__pipe_interrupt_read() 1153 HANDLE thread; uv_pipe_zero_readfile_thread_proc() local [all...] |
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | thumbnail_manager.cpp | 193 std::thread([this, num = i]() { this->ImageWorker(num); }) in Init() 235 for (auto &thread : threads_) { in ~ThumbnailManager() 236 if (thread.joinable()) { in ~ThumbnailManager() 237 thread.join(); in ~ThumbnailManager() 626 // js thread in UvJsExecute()
|
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | btmrvl_main.c | 35 * thread. 604 struct btmrvl_thread *thread = data; in btmrvl_service_main_thread() local 605 struct btmrvl_private *priv = thread->priv; in btmrvl_service_main_thread() 614 add_wait_queue(&thread->wait_q, &wait); in btmrvl_service_main_thread() 618 BT_DBG("main_thread: break from main thread"); in btmrvl_service_main_thread() 632 remove_wait_queue(&thread->wait_q, &wait); in btmrvl_service_main_thread() 637 BT_DBG("main_thread: break from main thread"); in btmrvl_service_main_thread() 720 /* Stop the thread servicing the interrupts */ in btmrvl_register_hdev()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | reg_booke.h | 401 #define dbcr_iac_range(task) ((task)->thread.debug.dbcr0) 415 #define dbcr_dac(task) ((task)->thread.debug.dbcr1) 461 #define dbcr_dac(task) ((task)->thread.debug.dbcr0) 495 #define dbcr_iac_range(task) ((task)->thread.debug.dbcr1) 685 #define TMRN_TMCFG0_NPRIBITS 0x003f0000 /* Bits of thread priority */
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | reg_booke.h | 389 #define dbcr_iac_range(task) ((task)->thread.debug.dbcr0) 403 #define dbcr_dac(task) ((task)->thread.debug.dbcr1) 449 #define dbcr_dac(task) ((task)->thread.debug.dbcr0) 483 #define dbcr_iac_range(task) ((task)->thread.debug.dbcr1) 673 #define TMRN_TMCFG0_NPRIBITS 0x003f0000 /* Bits of thread priority */
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | btmrvl_main.c | 22 * thread. 591 struct btmrvl_thread *thread = data; in btmrvl_service_main_thread() local 592 struct btmrvl_private *priv = thread->priv; in btmrvl_service_main_thread() 601 add_wait_queue(&thread->wait_q, &wait); in btmrvl_service_main_thread() 605 BT_DBG("main_thread: break from main thread"); in btmrvl_service_main_thread() 619 remove_wait_queue(&thread->wait_q, &wait); in btmrvl_service_main_thread() 624 BT_DBG("main_thread: break from main thread"); in btmrvl_service_main_thread() 707 /* Stop the thread servicing the interrupts */ in btmrvl_register_hdev()
|
/kernel/linux/linux-6.6/drivers/iio/ |
H A D | industrialio-trigger.c | 230 * This function should only be called from a kernel thread context. 307 ret = request_threaded_irq(pf->irq, pf->h, pf->thread, in iio_trigger_attach_poll_func() 372 irqreturn_t (*thread)(int irq, void *p), in iio_alloc_pollfunc() 392 pf->thread = thread; in iio_alloc_pollfunc()
|