Home
last modified time | relevance | path

Searched defs:tid (Results 1 – 7 of 7) sorted by relevance

/vendor/hisilicon/hispark_pegasus/demo/thread_demo/00_thread/
Dthread.c31 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/
Dthread.c31 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/
Dmutex.c54 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/
Dmutex.c60 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/
Dmessage.c32 osThreadId_t tid; member
69 osThreadId_t tid = osThreadNew(func, arg, &attr); in newThread() local
/vendor/hisilicon/hispark_pegasus/demo/message_demo/
Dmessage.c32 osThreadId_t tid; member
69 osThreadId_t tid = osThreadNew(func, arg, &attr); in newThread() local
/vendor/hisilicon/hispark_pegasus/demo/semaphore_demo/
Dsemp.c66 osThreadId_t tid = osThreadNew(func, arg, &attr); in newThread() local