Searched defs:writer_thread (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/pigweed/pw_multisink/ |
H A D | multisink_threaded_test.cc | 209 Thread writer_thread(test::MultiSinkTestThreadOptions(), writer_thread_core); in TEST_F() local 233 Thread writer_thread(test::MultiSinkTestThreadOptions(), writer_thread_core); in TEST_F() local 266 Thread writer_thread(test::MultiSinkTestThreadOptions(), writer_thread_core); in TEST_F() local
|
/aosp_15_r20/external/grpc-grpc/test/core/transport/binder/end2end/ |
H A D | end2end_binder_transport_test.cc | 476 grpc_core::Thread writer_thread("writer-thread", writer_fn, in TEST_P() local 524 grpc_core::Thread writer_thread("writer-thread", writer_fn, in TEST_P() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/preadv2/ |
H A D | preadv203.c | 150 static void *writer_thread(void *unused) in writer_thread() function
|
/aosp_15_r20/external/perfetto/src/base/ |
H A D | metatrace_unittest.cc | 195 std::thread writer_thread([this, &writer_done, &last_value_read] { in TEST_F() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
H A D | io_ops.cc | 155 auto writer_thread = std::make_unique<snapshot_util::AsyncWriter>( in WriteData() local
|
/aosp_15_r20/bionic/tests/ |
H A D | pthread_test.cpp | 1345 pthread_t writer_thread; in TEST() local 1367 pthread_t writer_thread; in TEST() local
|
/aosp_15_r20/external/squashfs-tools/squashfs-tools/ |
H A D | mksquashfs.c | 301 pthread_t reader_thread, writer_thread, main_thread; variable
|
/aosp_15_r20/external/perfetto/src/tracing/service/ |
H A D | tracing_service_impl_unittest.cc | 3197 std::thread writer_thread([&] { in TEST_F() local
|