Home
last modified time | relevance | path

Searched refs:thread (Results 1976 - 2000 of 4116) sorted by relevance

1...<<71727374757677787980>>...165

/test/ostest/wukong/common/include/
H A Dwukong_logger.h23 #include <thread>
103 // log printer thread.
/test/testfwk/arkxtest/testserver/test/unittest/
H A Dtest_server_client_test.cpp17 #include <thread>
/test/xts/dcts/distributedhardware/distributedcameratest/
H A Dstream_customer.h21 #include <thread>
/third_party/ffmpeg/libavcodec/
H A Ddnxhdenc.h60 struct DNXHDEncContext *thread[MAX_THREADS]; member
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_dynamic.c58 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 Dclone.s6 # Save function pointer and argument pointer on new thread stack
/third_party/musl/src/thread/mips64/
H A Dclone.s6 # Save function pointer and argument pointer on new thread stack
/third_party/musl/src/thread/powerpc64/
H A Dclone.s14 # create initial stack frame for new thread
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_attr_setstack.c33 pthread_t thread; in pthread_attr_setstack_0100() local
/third_party/pulseaudio/src/pulsecore/
H A Dcore-error.c33 #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 DGsymCreator.h16 #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 DThreadPool.h9 // 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 DIceTLS.h14 /// 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 Dmonotonic.rs1 #[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 Dexternal_notify_test.cpp17 #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 Ddistributeddb_nb_backup_test.cpp23 #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 Dmd-cluster.c286 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 Damdgpu_debugfs.c439 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 Dpipe.c597 /* 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 Dthumbnail_manager.cpp193 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 Dbtmrvl_main.c35 * 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 Dreg_booke.h401 #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 Dreg_booke.h389 #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 Dbtmrvl_main.c22 * 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 Dindustrialio-trigger.c230 * 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()

Completed in 21 milliseconds

1...<<71727374757677787980>>...165