Home
last modified time | relevance | path

Searched refs:Thread (Results 1 – 6 of 6) sorted by relevance

/RvlSDK-3.1.4/build/demos/osdemo/src/
Dthreaddemo2.c34 OSThread Thread; variable
69 &Thread, // ptr to the thread to init in main()
80 OSResumeThread(&Thread); in main()
91 } while (!OSIsThreadTerminated(&Thread)); in main()
96 OSJoinThread(&Thread, NULL); in main()
Dthreaddemo1.c34 OSThread Thread; variable
69 &Thread, // ptr to the thread to init in main()
80 OSResumeThread(&Thread); in main()
91 } while (!OSIsThreadTerminated(&Thread)); in main()
Dthreaddemo3.c37 OSThread Thread; variable
78 &Thread, // ptr to the thread to init in main()
91 OSResumeThread(&Thread); in main()
Dthreaddemo4.c37 OSThread Thread; variable
80 &Thread, // ptr to the thread to init in main()
92 OSResumeThread(&Thread); in main()
Dthreaddemo5.c46 OSThread Thread; variable
110 &Thread, // ptr to the thread to init in main()
122 OSResumeThread(&Thread); in main()
/RvlSDK-3.1.4/
Dreadme-RVL_SDK-3_1-patch4.txt273 ./man/en_US/os/Thread/OSCancelThread.html
274 ./man/en_US/os/Thread/OSSleepSeconds.html
506 ./man/en_US/os/Thread/OSCreateThread.html
507 ./man/en_US/os/Thread/OSJoinThread.html
508 ./man/en_US/os/Thread/OSSleepThread.html
509 ./man/en_US/os/Thread/OSSuspendThread.html