/aosp_15_r20/external/pigweed/pw_thread/ |
H A D | thread_facade_test.cc | 23 using ::pw::thread::ThreadCore; 152 class SemaphoreReleaser : public ThreadCore { 162 TEST(Thread, ThreadCore) { in TEST() argument
|
H A D | docs.rst | 376 Thread functions and ThreadCore 380 ``pw::thread::ThreadCore`` interface. 408 Alternatively, you can extend the ``ThreadCore`` class in order to use a more 413 class Foo : public ThreadCore { 425 object which implements the ThreadCore MUST meet or exceed the lifetime of
|
H A D | thread.cc | 20 Thread::Thread(const Options& options, ThreadCore& thread_core) in Thread()
|
/aosp_15_r20/external/pigweed/pw_thread/public/pw_thread/ |
H A D | thread_core.h | 29 class ThreadCore { 31 virtual ~ThreadCore() = default;
|
H A D | thread.h | 120 Thread(const Options& options, ThreadCore& thread_core);
|
/aosp_15_r20/external/pigweed/pw_system/ |
H A D | hdlc_rpc_server.cc | 106 class RpcDispatchThread final : public thread::ThreadCore { 137 thread::ThreadCore& GetRpcDispatchThread() { in GetRpcDispatchThread()
|
/aosp_15_r20/external/pigweed/pw_multisink/ |
H A D | multisink_threaded_test.cc | 82 class LogPopReaderThread : public thread::ThreadCore { 170 class LogWriterThread : public thread::ThreadCore {
|
/aosp_15_r20/external/pigweed/pw_system/public/pw_system/ |
H A D | rpc_server.h | 27 thread::ThreadCore& GetRpcDispatchThread();
|
/aosp_15_r20/external/pigweed/pw_digital_io_linux/public/pw_digital_io_linux/ |
H A D | notifier.h | 39 class LinuxGpioNotifier : public pw::thread::ThreadCore {
|
/aosp_15_r20/external/pigweed/pw_async2/ |
H A D | dispatcher_thread_test.cc | 49 class FunctionThread : public thread::ThreadCore {
|
/aosp_15_r20/external/pigweed/pw_rpc_transport/public/pw_rpc_transport/ |
H A D | stream_rpc_dispatcher.h | 29 class StreamRpcDispatcher : public pw::thread::ThreadCore {
|
H A D | local_rpc_egress.h | 43 public thread::ThreadCore {
|
H A D | socket_rpc_transport.h | 48 class SocketRpcTransport : public RpcFrameSender, public thread::ThreadCore {
|
/aosp_15_r20/external/pigweed/pw_async_basic/public/pw_async_basic/ |
H A D | dispatcher.h | 26 class BasicDispatcher final : public Dispatcher, public thread::ThreadCore {
|
/aosp_15_r20/external/pigweed/pw_work_queue/public/pw_work_queue/ |
H A D | work_queue.h | 50 class WorkQueue : public thread::ThreadCore {
|
/aosp_15_r20/external/pigweed/pw_grpc/public/pw_grpc/ |
H A D | send_queue.h | 33 class SendQueue : public thread::ThreadCore {
|
H A D | connection.h | 290 class ConnectionThread : public Connection, public thread::ThreadCore {
|
/aosp_15_r20/external/pigweed/pw_allocator/examples/ |
H A D | spin_lock.cc | 44 class MyThreadCore : public pw::thread::ThreadCore {
|
/aosp_15_r20/external/pigweed/pw_sync_freertos/ |
H A D | thread_notification_test.cc | 41 class NotificationAcquirer : public thread::ThreadCore {
|
H A D | timed_thread_notification_test.cc | 41 class TimedNotificationAcquirer : public thread::ThreadCore {
|
/aosp_15_r20/external/pigweed/pw_log_rpc/public/pw_log_rpc/ |
H A D | rpc_log_drain_thread.h | 39 class RpcLogDrainThread : public thread::ThreadCore,
|
/aosp_15_r20/external/pigweed/pw_allocator/ |
H A D | synchronized_allocator_test.cc | 114 class BackgroundThreadCore : public pw::thread::ThreadCore {
|
/aosp_15_r20/external/pigweed/pw_rpc_transport/ |
H A D | socket_rpc_transport_test.cc | 126 class SocketSenderThreadCore : public SocketSender, public thread::ThreadCore {
|
/aosp_15_r20/external/pigweed/pw_sync/ |
H A D | condition_variable_test.cc | 79 class LambdaThreadCore : public pw::thread::ThreadCore {
|
/aosp_15_r20/external/pigweed/pw_transfer/public/pw_transfer/ |
H A D | transfer_thread.h | 41 class TransferThread : public thread::ThreadCore {
|