th_2 63 usr/sample/mutex/mutex.c static thread_t th_1, th_2, th_3; th_2 74 usr/sample/mutex/mutex.c if (thread_getpri(th_2, &pri) == 0) th_2 169 usr/sample/mutex/mutex.c thread_terminate(th_2); th_2 191 usr/sample/mutex/mutex.c thread_resume(th_2); th_2 239 usr/sample/mutex/mutex.c th_2 = thread_run(thread_2, stack[1]+1024); th_2 240 usr/sample/mutex/mutex.c thread_setpri(th_2, 101); th_2 54 usr/test/deadlock/deadlock.c static thread_t th_1, th_2; th_2 139 usr/test/deadlock/deadlock.c thread_terminate(th_2); th_2 164 usr/test/deadlock/deadlock.c th_2 = thread_run(thread_2, stack[1]+1024); th_2 165 usr/test/deadlock/deadlock.c thread_setpri(th_2, 101); th_2 170 usr/test/deadlock/deadlock.c thread_resume(th_2);