Home
last modified time | relevance | path

Searched refs:OSKey_Thread (Results 1 – 1 of 1) sorted by relevance

/bsp/simulator/drivers/
A Duart_console.c37 static HANDLE OSKey_Thread; variable
47 OSKey_Thread = CreateThread(NULL, in console_lowlevel_init()
53 if (OSKey_Thread == NULL) in console_lowlevel_init()
59 SetThreadPriority(OSKey_Thread, in console_lowlevel_init()
61 SetThreadPriorityBoost(OSKey_Thread, in console_lowlevel_init()
63 SetThreadAffinityMask(OSKey_Thread, in console_lowlevel_init()
68 ResumeThread(OSKey_Thread); in console_lowlevel_init()
82 static pthread_t OSKey_Thread;
88 res = pthread_create(&OSKey_Thread, NULL, &ThreadforKeyGet, NULL);

Completed in 6 milliseconds