sys_thread_new.c

来自「lwIP-Softools-11Jul2002-alpha」· C语言 代码 · 共 19 行

C
19
字号
#include <time.h>#include "lwip/sys.h"#include "lwip/def.h"/** * Enables lwip api to create a new thread, executing the function * entered. This is not required in a non-threading case, and is  * needed for the rabbit unless using an RTOS and the tcpip messaging * layer is used. *  * It is thus currently unimplemented, since it will be RTOS-dependant. */voidsys_thread_new(void (* function)(void *arg), void *arg){}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?