thread_run        132 usr/sample/balls/balls.c 		if (thread_run(move_ball, stack[i]+STACKLEN) == 0)
thread_run        236 usr/sample/mutex/mutex.c 	th_1 = thread_run(thread_1, stack[0]+1024);
thread_run        239 usr/sample/mutex/mutex.c 	th_2 = thread_run(thread_2, stack[1]+1024);
thread_run        242 usr/sample/mutex/mutex.c 	th_3 = thread_run(thread_3, stack[2]+1024);
thread_run        111 usr/sample/sem/sem.c 		thread_run(new_thread, stack[i]+1024);
thread_run        145 usr/sample/thread/thread.c 	thread_run(thread_A, stack[0]+1024);
thread_run        146 usr/sample/thread/thread.c 	thread_run(thread_B, stack[1]+1024);
thread_run        147 usr/sample/thread/thread.c 	thread_run(thread_C, stack[2]+1024);
thread_run        161 usr/test/deadlock/deadlock.c 	th_1 = thread_run(thread_1, stack[0]+1024);
thread_run        164 usr/test/deadlock/deadlock.c 	th_2 = thread_run(thread_2, stack[1]+1024);
thread_run        134 usr/test/ipc/ipc.c 	error = thread_run(send_thread, stack + 1024);
thread_run        125 usr/test/ipc_mt/ipc_mt.c 		error = thread_run(receive_thread, stack[i] + 1024);
thread_run         79 usr/test/thread/thread.c 	t = thread_run(test_thread, stack+1024);