Start working on task #14780: Add debug helper asserts to ensure threading/locking requirements are met

This commit is contained in:
Dirk Ziegelmeier
2018-01-02 13:44:38 +01:00
parent 36d160686a
commit b33b3bb8bb
7 changed files with 108 additions and 0 deletions

View File

@@ -91,6 +91,8 @@ tcpip_thread(void *arg)
struct tcpip_msg *msg;
LWIP_UNUSED_ARG(arg);
LWIP_MARK_TCPIP_THREAD();
if (tcpip_init_done != NULL) {
tcpip_init_done(tcpip_init_done_arg);
}