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

Function if

components/finsh/cmd.c:952–955  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

950 }
951#ifdef RT_USING_SEMAPHORE
952 else if(strcmp(argv[1], "sem") == 0)
953 {
954 list_sem();
955 }
956#endif /* RT_USING_SEMAPHORE */
957#ifdef RT_USING_EVENT
958 else if(strcmp(argv[1], "event") == 0)

Callers

nothing calls this directly

Calls 9

list_semFunction · 0.85
list_eventFunction · 0.85
list_mutexFunction · 0.85
list_mailboxFunction · 0.85
list_msgqueueFunction · 0.85
list_memheapFunction · 0.85
list_mempoolFunction · 0.85
list_deviceFunction · 0.70
list_fdFunction · 0.50

Tested by

no test coverage detected