th_3               63 usr/sample/mutex/mutex.c static thread_t th_1, th_2, th_3;
th_3               77 usr/sample/mutex/mutex.c 	if (thread_getpri(th_3, &pri) == 0)
th_3              214 usr/sample/mutex/mutex.c 	thread_terminate(th_3);
th_3              242 usr/sample/mutex/mutex.c 	th_3 = thread_run(thread_3, stack[2]+1024);
th_3              243 usr/sample/mutex/mutex.c 	thread_setpri(th_3, 102);
th_3              250 usr/sample/mutex/mutex.c 	thread_resume(th_3);