Quantcast
Channel: Keil Discussion Forum RSS Feed
Viewing all articles
Browse latest Browse all 3049

None: Multiple instance of thread function (1 Replies)

$
0
0
Hi, In keil. void taskThread(void const * arg) { } osThreadDef(taskThread, osPriorityNormal, 1, 2500); I want to use same function for multiple instance of osThreadId ( for 2 or more threads). Can I attach function to thread at run-time. So I can wrap in my C++ thread class and use thread class multiple instance. which can create multiple threads. Thanks, Naeem

Viewing all articles
Browse latest Browse all 3049

Trending Articles