thread_suspend    101 include/sys/prex.h int	thread_suspend(thread_t t);
thread_suspend    110 sys/include/thread.h int	 thread_suspend(thread_t);
thread_suspend    100 sys/kern/sysent.c 	/* 17 */ SYSENT(1, thread_suspend),
thread_suspend    249 sys/kern/task.c 			thread_suspend(t);
thread_suspend    255 usr/sample/mutex/mutex.c 	thread_suspend(thread_self());
thread_suspend    116 usr/sample/sem/sem.c 	thread_suspend(thread_self());
thread_suspend     96 usr/test/attack/attack.c 	thread_suspend(t);
thread_suspend    175 usr/test/deadlock/deadlock.c 	thread_suspend(thread_self());
thread_suspend     90 usr/test/thread/thread.c 	error = thread_suspend(t);
thread_suspend    111 usr/test/thread/thread.c 	thread_suspend(t);