Searched refs:LowPrioThread (Results 1 – 2 of 2) sorted by relevance
94 void LowPrioThread(void)98 printf("LowPrioThread is running.\n");132 attr.name = "LowPrioThread";134 if (osThreadNew((osThreadFunc_t)LowPrioThread, NULL, &attr) == NULL) {135 printf("Failed to create LowPrioThread!\n");165 LowPrioThread is running.173 LowPrioThread is running.
59 void LowPrioThread(void) in LowPrioThread() function99 if (osThreadNew((osThreadFunc_t)LowPrioThread, NULL, &attr) == NULL) { in MutexExample()