Home
last modified time | relevance | path

Searched refs:thread (Results 826 - 850 of 891) sorted by relevance

1...<<313233343536

/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1655 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 Dhdi_service_test.cpp32 #include <thread>
/drivers/peripheral/huks/test/unittest/
H A Dhdi_ihuks_api_function_test.cpp364 * @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 Dinput_device_manager.cpp51 std::thread t1([this] {this->WorkerThread();}); in Init()
/third_party/glslang/Test/
H A Druntests80 echo Comparing single thread to multithread for all tests in current directory...
/third_party/FreeBSD/sys/dev/usb/quirk/
H A Dusb_quirk.c717 int fflag, struct thread *td) in usb_quirk_ioctl()
/third_party/libunwind/libunwind/doc/
H A Dunw_create_addr_space.tex245 \Func{unw\_create\_addr\_space}() is thread-safe but \emph{not}
/third_party/nghttp2/src/
H A Dshrpx_connection_handler.cc34 #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 Dpassthrough_hp.cc76 #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 Dalsa-ucm.c47 #include <pulsecore/thread.h>
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DCommandProcessor.cpp400 // 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 Dimaplib.py863 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 Dconvert_test.cc23 #include <thread> // NOLINT
/third_party/ffmpeg/
H A Dconfigure4326 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 Dtest-fs.c3754 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 Dmod.rs3691 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 DvktApiObjectManagementTests.cpp98 * 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 DvktApiObjectManagementTests.cpp98 * 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 DLLVMReactor.cpp39 #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 Dtinyexr.h521 #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 Dnet.c72 # 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 Dusb_dev.c534 /* 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 Dcoap_io.c848 static __declspec(thread) LPFN_WSARECVMSG lpWSARecvMsg = NULL;
/third_party/node/lib/internal/
H A Derrors.js1205 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 Dmod.rs1299 pub fn pthread_sigqueue(thread: ::pthread_t, sig: ::c_int, value: ::sigval) -> ::c_int; in pthread_sigqueue()

Completed in 102 milliseconds

1...<<313233343536