Home
last modified time | relevance | path

Searched defs:thread_run (Results 1 – 2 of 2) sorted by relevance

/nrf52832-nimble/rt-thread/libcpu/sim/win32/
H A Dcpu_port.c142 static DWORD WINAPI thread_run( LPVOID lpThreadParameter ) in thread_run() function
/nrf52832-nimble/rt-thread/libcpu/sim/posix/
H A Dcpu_port.c150 static void *thread_run(void *parameter) in thread_run() function