RTEMS 6.1-rc4
Loading...
Searching...
No Matches
Functions
threadqgetnameandid.c File Reference

This source file contains the implementation of _Thread_queue_Queue_get_name_and_id(). More...

#include <rtems/score/threadqimpl.h>
#include <rtems/score/objectimpl.h>
#include <string.h>

Functions

size_t _Thread_queue_Queue_get_name_and_id (const Thread_queue_Queue *queue, char *buffer, size_t buffer_size, Objects_Id *id)
 Copies the thread queue name to the specified buffer.
 

Detailed Description

This source file contains the implementation of _Thread_queue_Queue_get_name_and_id().