ThreadPool.registerExternalThread

Registers external thread to thread pool array. There will be allocated data for this thread and it will have specified id External threads are not joined at the end of thread pool execution Returns ThreadData corresponding to external thread. To acually start executing, external thread had to call threadStartFunc() from returned variable

struct ThreadPool
registerExternalThread
()

Meta