Searched defs:tid (Results 1 - 4 of 4) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/mutex_demo/ |
H A D | mutex.c | 54 osThreadId_t tid = osThreadNew(func, arg, &attr); in newThread() local 80 osThreadId_t tid = osMutexGetOwner(mid); in rtosv2_mutex_main() local
|
/vendor/hisilicon/hispark_pegasus/demo/thread_demo/00_thread/ |
H A D | thread.c | 31 osThreadId_t tid = osThreadNew(func, arg, &attr); in newThread() local 44 osThreadId_t tid = osThreadGetId(); in threadTest() local 56 osThreadId_t tid = newThread("test_thread", threadTest, "This is a test thread."); in rtosv2_thread_main() local [all...] |
/vendor/hisilicon/hispark_pegasus/demo/semaphore_demo/ |
H A D | semp.c | 66 osThreadId_t tid = osThreadNew(func, arg, &attr); in newThread() local
|
/vendor/hisilicon/hispark_pegasus/demo/message_demo/ |
H A D | message.c | 32 osThreadId_t tid; member 69 osThreadId_t tid = osThreadNew(func, arg, &attr); in newThread() local
|
Completed in 3 milliseconds