Changeset a3730b38 in rtems for cpukit/libcsupport/include/rtems/assoc.h
- Timestamp:
- 01/11/17 10:04:35 (5 years ago)
- Branches:
- 5, master
- Children:
- 96bb2e4b
- Parents:
- b7f1fc3
- git-author:
- Sebastian Huber <sebastian.huber@…> (01/11/17 10:04:35)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (01/12/17 06:44:37)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libcsupport/include/rtems/assoc.h
rb7f1fc3 ra3730b38 182 182 ); 183 183 184 /** 185 * @brief Converts the specified thread states into a text representation. 186 * 187 * @param[in] states The thread states to convert. 188 * @param[in] buffer The buffer for the text representation. 189 * @param[in] buffer_size The buffer size in characters. 190 * 191 * @retval The length of the text representation. May be greater than the 192 * buffer size if truncation occurred. 193 */ 194 size_t rtems_assoc_thread_states_to_string( 195 uint32_t states, 196 char *buffer, 197 size_t buffer_size 198 ); 199 184 200 #ifdef __cplusplus 185 201 }
Note: See TracChangeset
for help on using the changeset viewer.