Lines Matching refs:name
288 const char *name; ///< name of the thread
301 const char *name; ///< name of the timer
309 const char *name; ///< name of the event flags
317 const char *name; ///< name of the mutex
325 const char *name; ///< name of the semaphore
333 const char *name; ///< name of the memory pool
343 const char *name; ///< name of the message queue
431 /// Get name of a thread.
433 /// \return name as null-terminated string.
604 /// Get name of a timer.
606 /// \return name as null-terminated string.
638 /// Get name of an Event Flags object.
640 /// \return name as null-terminated string.
681 /// Get name of a Mutex object.
683 /// \return name as null-terminated string.
717 /// Get name of a Semaphore object.
719 /// \return name as null-terminated string.
753 /// Get name of a Memory Pool object.
755 /// \return name as null-terminated string.
805 /// Get name of a Message Queue object.
807 /// \return name as null-terminated string.