/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 1655 thread: *mut ::pthread_t, in pthread_create() 1777 pub fn pthread_kill(thread: ::pthread_t, sig: ::c_int) -> ::c_int; in pthread_kill()
|
/drivers/peripheral/battery/interfaces/hdi_service/test/unittest/src/ |
H A D | hdi_service_test.cpp | 32 #include <thread>
|
/drivers/peripheral/huks/test/unittest/ |
H A D | hdi_ihuks_api_function_test.cpp | 364 * @tc.desc: Test init key with current software huks driver(hardcoded root key) in multi thread scenario;
370 std::thread::id thisId = std::this_thread::get_id();
in HWMTEST_F() 375 HUKS_TEST_LOG_I("running thread id:%ld start\n", thread_id);
in HWMTEST_F() 400 HUKS_TEST_LOG_I("running thread id:%ld end\n", thread_id);
in HWMTEST_F()
|
/drivers/peripheral/input/udriver/src/ |
H A D | input_device_manager.cpp | 51 std::thread t1([this] {this->WorkerThread();});
in Init()
|
/third_party/glslang/Test/ |
H A D | runtests | 80 echo Comparing single thread to multithread for all tests in current directory...
|
/third_party/FreeBSD/sys/dev/usb/quirk/ |
H A D | usb_quirk.c | 717 int fflag, struct thread *td) in usb_quirk_ioctl()
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_create_addr_space.tex | 245 \Func{unw\_create\_addr\_space}() is thread-safe but \emph{not}
|
/third_party/nghttp2/src/ |
H A D | shrpx_connection_handler.cc | 34 #include <thread> 414 LLOG(NOTICE, this) << "Created worker thread #" << workers_.size() - 1; in create_worker_thread() 431 LLOG(INFO, this) << "Waiting for worker thread to join: n=" in join_worker()
|
/third_party/libfuse/example/ |
H A D | passthrough_hp.cc | 76 #include <thread> 383 point no other thread has access to the inode mutex */ in do_lookup() 1215 ("clone-fd", "use separate fuse device fd for each thread", in parse_options()
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-ucm.c | 47 #include <pulsecore/thread.h>
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | CommandProcessor.cpp | 400 // We are doing a controlled exit of the thread, break out of the while loop. in processTasks() 408 // continue the worker thread until it's been told to exit. in processTasks() 564 // Worker thread is idle and command queue is empty so good to continue in waitForWorkComplete() 579 mTaskThread = std::thread(&CommandProcessor::processTasks, this); in init() 648 // Worker thread is idle and command queue is empty so good to continue in handleDeviceLost()
|
/third_party/python/Lib/ |
H A D | imaplib.py | 863 def thread(self, threading_algorithm, charset, *search_criteria): member in IMAP4 866 (type, [data]) = <instance>.thread(threading_algorithm, charset, search_criteria, ...)
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | convert_test.cc | 23 #include <thread> // NOLINT
|
/third_party/ffmpeg/ |
H A D | configure | 4326 add_cflags -fsanitize=thread 4327 add_ldflags -fsanitize=thread 7370 for thread in $THREADS_LIST; do 7371 if enabled $thread; then 7373 die "ERROR: Only one thread type must be selected." || 7374 thread_type="$thread"
|
/third_party/libuv/test/ |
H A D | test-fs.c | 3754 uv_thread_t thread; in test_fs_partial() local 3787 ASSERT_OK(uv_thread_create(&thread, thread_main, &ctx)); in test_fs_partial() 3816 ASSERT_OK(uv_thread_join(&thread)); in test_fs_partial() 3861 fs work to the thread pool. */ in TEST_IMPL()
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3691 pub fn pthread_detach(thread: ::pthread_t) -> ::c_int; in pthread_detach() 4194 pub fn pthread_cancel(thread: ::pthread_t) -> ::c_int; in pthread_cancel() 4195 pub fn pthread_kill(thread: ::pthread_t, sig: ::c_int) -> ::c_int; in pthread_kill()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiObjectManagementTests.cpp | 98 * Shared barrier is provided for synchronizing execution. Terminating thread 101 * thread that has been terminated is simply removed from the synchronization 107 * Use cases for ThreadGroup include for example testing thread-safety of 118 void add (de::MovePtr<ThreadGroupThread> thread); 166 void ThreadGroup::add (de::MovePtr<ThreadGroupThread> thread) in add() argument 168 m_threads.push_back(de::SharedPtr<ThreadGroupThread>(thread.release())); in add() 2851 // How many objects to create per thread 3775 // Multithreaded object construction with per-thread device in createObjectManagementTests() 3806 // Multithreaded object construction with per-thread resources in createObjectManagementTests() 3837 EMPTY_CASE_DESC(DescriptorSet), // \note Needs per-thread DescriptorPoo in createObjectManagementTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiObjectManagementTests.cpp | 98 * Shared barrier is provided for synchronizing execution. Terminating thread 101 * thread that has been terminated is simply removed from the synchronization 107 * Use cases for ThreadGroup include for example testing thread-safety of 118 void add (de::MovePtr<ThreadGroupThread> thread); 166 void ThreadGroup::add (de::MovePtr<ThreadGroupThread> thread) in add() argument 168 m_threads.push_back(de::SharedPtr<ThreadGroupThread>(thread.release())); in add() 2851 // How many objects to create per thread 3771 objectMgmtTests->addChild(createGroup(testCtx, "multithreaded_per_thread_device", "Multithreaded object construction with per-thread device ", s_multithreadedCreatePerThreadDeviceGroup)); in createObjectManagementTests() 3801 objectMgmtTests->addChild(createGroup(testCtx, "multithreaded_per_thread_resources", "Multithreaded object construction with per-thread resources", s_multithreadedCreatePerThreadResourcesGroup)); in createObjectManagementTests() 3831 EMPTY_CASE_DESC(DescriptorSet), // \note Needs per-thread DescriptorPoo in createObjectManagementTests() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | LLVMReactor.cpp | 39 #include <thread> 591 // ::jit is thread-local, so when this is executed on a separate thread (see JIT_IN_SEPARATE_THREAD) in acquireRoutine() 635 // Perform optimizations and codegen in a separate thread to avoid stack overflow. in acquireRoutine() 639 std::thread thread(acquire, jit); in acquireRoutine() 640 thread.join(); in acquireRoutine()
|
/third_party/astc-encoder/Source/ |
H A D | tinyexr.h | 521 #include <thread> 3078 // Purposely making these tables static for faster init and thread safety. 10896 std::vector<std::thread> workers; in DecodeChunk() 10899 int num_threads = std::max(1, int(std::thread::hardware_concurrency())); in DecodeChunk() 10905 workers.emplace_back(std::thread([&]() { in DecodeChunk() 11042 std::vector<std::thread> workers; in DecodeChunk() 11045 int num_threads = std::max(1, int(std::thread::hardware_concurrency())); in DecodeChunk() 11051 workers.emplace_back(std::thread([&]() { in DecodeChunk() 12225 // TOOD(LTE): C++11 thread
|
/third_party/backends/backend/ |
H A D | net.c | 72 # include <avahi-common/thread-watch.h> 895 DBG (1, "net_avahi_init: Avahi thread failed to start\n"); 924 DBG (1, "net_avahi_cleanup: stopping thread\n");
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_dev.c | 534 /* get I/O thread out of any sleep state */ in usb_fifo_free() 913 struct thread *td) in usb_ioctl_f_sub()
|
/third_party/libcoap/src/ |
H A D | coap_io.c | 848 static __declspec(thread) LPFN_WSARECVMSG lpWSARecvMsg = NULL;
|
/third_party/node/lib/internal/ |
H A D | errors.js | 1205 E('ERR_INSPECTOR_NOT_WORKER', 'Current thread is not a worker', Error);
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
H A D | mod.rs | 1299 pub fn pthread_sigqueue(thread: ::pthread_t, sig: ::c_int, value: ::sigval) -> ::c_int; in pthread_sigqueue()
|