MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / object_split

Function object_split

components/lwp/lwp_pid.c:1675–1681  ·  view source on GitHub ↗

* @brief Prints a line of dashes for visual separation * * @param[in] len Number of dashes to print */

Source from the content-addressed store, hash-verified

1673 * @param[in] len Number of dashes to print
1674 */
1675static void object_split(int len)
1676{
1677 while (len--)
1678 {
1679 rt_kprintf("-");
1680 }
1681}
1682
1683/**
1684 * @brief Prints detailed information about a thread

Callers 1

list_processFunction · 0.70

Calls 1

rt_kprintfFunction · 0.85

Tested by

no test coverage detected