/foundation/distributedhardware/device_manager/services/service/src/publishcommonevent/ |
H A D | dm_data_share_common_event.cpp | 19 #include <thread> 147 std::thread dealThread(callback_); in OnReceiveEvent()
|
/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/include/ |
H A D | dspeaker_client.h | 28 #include <thread> 101 std::thread renderDataThread_;
|
/foundation/distributedhardware/distributed_audio/services/audioclient/micclient/include/ |
H A D | dmic_client.h | 26 #include <thread> 82 std::thread captureDataThread_;
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/feedingsmoother/base/ |
H A D | ifeeding_smoother.h | 22 #include <thread> 79 std::thread smoothThread_;
|
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/include/ |
H A D | image_sink_decoder.h | 19 #include <thread> 86 std::thread decodeThread_;
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/ |
H A D | kernel_talker.h | 24 #include <thread> 97 std::unique_ptr<std::thread> pollThread_ {nullptr};
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/ |
H A D | devsl_dispatcher.cpp | 117 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 D | sys_util.c | 72 /* 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 D | netlink_listener_test.cpp | 55 std::thread execThread(execFun, mock); in HWTEST_F() 79 std::thread execThread(execFun, mock); in HWTEST_F()
|
H A D | netlink_handler_test.cpp | 55 std::thread execThread(execFun, handler); in HWTEST_F() 80 std::thread execThread(execFun, netlinkHandler); in HWTEST_F()
|
/third_party/ffmpeg/libavutil/ |
H A D | thread.h | 60 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 D | footprint.sh | 13 # thread configs/config-thread.h 104 doit thread configs/config-thread.h
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | ProgressDialog.h | 139 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 D | lldb_commands.py | 91 thread = current_thread(debugger) 92 for frame in thread:
|
/third_party/node/src/inspector/ |
H A D | worker_inspector.h | 87 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 D | pthread_impl.h | 20 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 D | pthread_impl.h | 20 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 D | hrtimer-prio.c | 28 * 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 D | librttest.h | 34 * 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 D | DisplayEAGL.h | 12 #include <thread> 101 std::unordered_set<std::thread::id> mThreadsWithContextCurrent;
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | global_state.h | 7 // 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 D | SkExecutor.cpp | 14 #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 D | cordz_update_tracker_test.cc | 18 #include <thread> // NOLINT 116 std::thread reader([&done, &tracker] { in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
H A D | per_thread_sem_test.cc | 23 #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 D | shootout-regex-dna-cheat.rs | 15 use std::thread; 47 let future = thread::spawn(move || variant.find_iter(&seq).count()); in main()
|