Home
last modified time | relevance | path

Searched refs:thread (Results 626 - 650 of 2474) sorted by relevance

1...<<21222324252627282930>>...99

/foundation/distributedhardware/device_manager/services/service/src/publishcommonevent/
H A Ddm_data_share_common_event.cpp19 #include <thread>
147 std::thread dealThread(callback_); in OnReceiveEvent()
/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/include/
H A Ddspeaker_client.h28 #include <thread>
101 std::thread renderDataThread_;
/foundation/distributedhardware/distributed_audio/services/audioclient/micclient/include/
H A Ddmic_client.h26 #include <thread>
82 std::thread captureDataThread_;
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/feedingsmoother/base/
H A Difeeding_smoother.h22 #include <thread>
79 std::thread smoothThread_;
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/include/
H A Dimage_sink_decoder.h19 #include <thread>
86 std::thread decodeThread_;
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/
H A Dkernel_talker.h24 #include <thread>
97 std::unique_ptr<std::thread> pollThread_ {nullptr};
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H A Ddevsl_dispatcher.cpp117 std::thread callbackThread = in DevslGottonCallback()
118 std::thread([udid, levelInfo]() { DevslGottonCallbackAsync(udid, levelInfo); }); in DevslGottonCallback()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_util.c72 /* liteos only support set thread name when create */ in SetThreadName()
131 void PthreadJoin(pthread_t thread, void **retval) in PthreadJoin() argument
133 if (pthread_join(thread, retval) != 0) { in PthreadJoin()
/foundation/filemanagement/storage_service/services/storage_daemon/netlink/test/
H A Dnetlink_listener_test.cpp55 std::thread execThread(execFun, mock); in HWTEST_F()
79 std::thread execThread(execFun, mock); in HWTEST_F()
H A Dnetlink_handler_test.cpp55 std::thread execThread(execFun, handler); in HWTEST_F()
80 std::thread execThread(execFun, netlinkHandler); in HWTEST_F()
/third_party/ffmpeg/libavutil/
H A Dthread.h60 static inline int strict_pthread_join(pthread_t thread, void **value_ptr) in strict_pthread_join() argument
62 ASSERT_PTHREAD(pthread_join, thread, value_ptr); in strict_pthread_join()
/third_party/mbedtls/scripts/
H A Dfootprint.sh13 # thread configs/config-thread.h
104 doit thread configs/config-thread.h
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog.h139 INT_PTR Create(const UString &title, NWindows::CThread &thread, HWND wndParent = NULL) in Create() argument
143 thread.Wait_Close(); in Create()
/third_party/node/deps/v8/tools/
H A Dlldb_commands.py91 thread = current_thread(debugger)
92 for frame in thread:
/third_party/node/src/inspector/
H A Dworker_inspector.h87 explicit WorkerManager(std::shared_ptr<MainThreadHandle> thread) in WorkerManager() argument
88 : thread_(thread) {} in WorkerManager()
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dpthread_impl.h20 pthread_t thread; member
100 hidden int __thread_clone(int (*func)(void *), int flags, pthread_t *thread, unsigned char *sp);
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dpthread_impl.h20 pthread_t thread; member
100 hidden int __thread_clone(int (*func)(void *), int flags, pthread_t *thread, unsigned char *sp);
/third_party/ltp/testcases/realtime/func/hrtimer-prio/
H A Dhrtimer-prio.c28 * priority thread, it is considered a failure.
113 void *busy_thread(void *thread) in busy_thread() argument
123 void *timer_thread(void *thread) in timer_thread() argument
173 printf("Busy thread work time: %d\n", busy_time); in main()
174 printf("Busy thread priority: %d\n", med_prio); in main()
175 printf("Timer thread priority: %d\n", high_prio); in main()
194 printf("Failed to create timer thread\n"); in main()
199 printf("Failed to create a busy thread\n"); in main()
/third_party/ltp/testcases/realtime/include/
H A Dlibrttest.h34 * 2006-May-08: Added atomic_{inc,set,get}, thread struct, debug function,
79 struct thread { struct
234 /* create_fifo_thread: spawn a SCHED_FIFO thread with priority prio running
235 * func as the thread function with arg as it's parameter.
242 /* create_rr_thread: spawn a SCHED_RR thread with priority prio running
243 * func as the thread function with arg as it's parameter.
250 /* create_other_thread: spawn a SCHED_OTHER thread
251 * func as the thread function with arg as it's parameter.
257 /* Change the priority of a running thread */
274 /* get_thread: return a struct thread pointe
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/
H A DDisplayEAGL.h12 #include <thread>
101 std::unordered_set<std::thread::id> mThreadsWithContextCurrent;
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dglobal_state.h7 // global_state.h : Defines functions for querying the thread-local GL and EGL state.
98 extern void SetCurrentThreadTLS(Thread *thread);
113 ScopedSyncCurrentContextFromThread(egl::Thread *thread);
/third_party/skia/src/core/
H A DSkExecutor.cpp14 #include <thread>
80 // Signal each thread that it's time to shut down.
84 // Wait for each thread to shut down.
135 SkTArray<std::thread> fThreads;
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcordz_update_tracker_test.cc18 #include <thread> // NOLINT
116 std::thread reader([&done, &tracker] { in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dper_thread_sem_test.cc23 #include <thread> // NOLINT(build/c++11)
57 // consequently becomes greater than zero, then another thread
74 SimpleSemaphore identity2_written; // Posted by thread writing identity2.
102 // class which will invoke PerThreadSem, so we use std::thread instead. in TestTiming()
103 std::thread partner_thread(std::bind(TimingThread, &t)); in TestTiming()
105 // Wait for our partner thread to register their identity. in TestTiming()
/third_party/rust/crates/regex/examples/
H A Dshootout-regex-dna-cheat.rs15 use std::thread;
47 let future = thread::spawn(move || variant.find_iter(&seq).count()); in main()

Completed in 11 milliseconds

1...<<21222324252627282930>>...99