th_1               63 usr/sample/mutex/mutex.c static thread_t th_1, th_2, th_3;
th_1               71 usr/sample/mutex/mutex.c 	if (thread_getpri(th_1, &pri) == 0)
th_1              124 usr/sample/mutex/mutex.c 	thread_terminate(th_1);
th_1              202 usr/sample/mutex/mutex.c 	thread_resume(th_1);
th_1              236 usr/sample/mutex/mutex.c 	th_1 = thread_run(thread_1, stack[0]+1024);
th_1              237 usr/sample/mutex/mutex.c 	thread_setpri(th_1, 100);
th_1               54 usr/test/deadlock/deadlock.c static thread_t th_1, th_2;
th_1              101 usr/test/deadlock/deadlock.c 	thread_terminate(th_1);
th_1              124 usr/test/deadlock/deadlock.c 	thread_resume(th_1);
th_1              161 usr/test/deadlock/deadlock.c 	th_1 = thread_run(thread_1, stack[0]+1024);
th_1              162 usr/test/deadlock/deadlock.c 	thread_setpri(th_1, 100);