Searched defs:tid (Results 1 – 7 of 7) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/thread_demo/00_thread/ |
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
|
/vendor/hihope/Hi3861/thread_demo/00_thread/ |
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
|
/vendor/hisilicon/hispark_pegasus/demo/mutex_demo/ |
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/hihope/Hi3861/mutex_demo/ |
D | mutex.c | 60 osThreadId_t tid = osThreadNew(func, arg, &attr); in newThread() local 91 osThreadId_t tid = osMutexGetOwner(mid); in rtosv2_mutex_main() local
|
/vendor/hihope/Hi3861/message_demo/ |
D | message.c | 32 osThreadId_t tid; member 69 osThreadId_t tid = osThreadNew(func, arg, &attr); in newThread() local
|
/vendor/hisilicon/hispark_pegasus/demo/message_demo/ |
D | message.c | 32 osThreadId_t tid; member 69 osThreadId_t tid = osThreadNew(func, arg, &attr); in newThread() local
|
/vendor/hisilicon/hispark_pegasus/demo/semaphore_demo/ |
D | semp.c | 66 osThreadId_t tid = osThreadNew(func, arg, &attr); in newThread() local
|