Home
last modified time | relevance | path

Searched defs:tid (Results 1 - 4 of 4) sorted by relevance

/vendor/hisilicon/hispark_pegasus/demo/mutex_demo/
H A Dmutex.c54 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 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
[all...]
/vendor/hisilicon/hispark_pegasus/demo/semaphore_demo/
H A Dsemp.c66 osThreadId_t tid = osThreadNew(func, arg, &attr); in newThread() local
/vendor/hisilicon/hispark_pegasus/demo/message_demo/
H A Dmessage.c32 osThreadId_t tid; member
69 osThreadId_t tid = osThreadNew(func, arg, &attr); in newThread() local

Completed in 3 milliseconds