thread_self        99 include/sys/prex.h thread_t thread_self(void);
thread_self       107 sys/include/thread.h thread_t thread_self(void);
thread_self        98 sys/kern/sysent.c 	/* 15 */ SYSENT(0, thread_self),
thread_self       141 usr/lib/posix/process/fork_nommu.c 		__parent_thread = thread_self();
thread_self       149 usr/lib/posix/process/fork_nommu.c 		t = thread_self();
thread_self        62 usr/lib/posix/process/getpriority.c 	thread_getpri(thread_self(), &pri);
thread_self        75 usr/lib/posix/process/setpriority.c 	error = thread_setpri(thread_self(), val);
thread_self        55 usr/lib/posix/process/waitpid.c 	self = thread_self();
thread_self        71 usr/sample/bench/bench.c 	thread_getpri(thread_self(), &pri);
thread_self        72 usr/sample/bench/bench.c 	thread_setpri(thread_self(), pri - 1);
thread_self        49 usr/sample/cpumon/cpumon.c 	thread_setpri(thread_self(), 50);
thread_self        65 usr/sample/cpumon/cpumon.c 	timer_periodic(thread_self(), 100, 10);
thread_self       138 usr/sample/ipc/ipc.c 	thread_setpri(thread_self(), 90);
thread_self       225 usr/sample/mutex/mutex.c 	thread_setpri(thread_self(), 90);
thread_self       255 usr/sample/mutex/mutex.c 	thread_suspend(thread_self());
thread_self        65 usr/sample/sem/sem.c 	t = thread_self();
thread_self       105 usr/sample/sem/sem.c 	thread_setpri(thread_self(), 100);
thread_self       116 usr/sample/sem/sem.c 	thread_suspend(thread_self());
thread_self        86 usr/sample/thread/thread.c 	thread_terminate(thread_self());
thread_self       105 usr/sample/thread/thread.c 	thread_terminate(thread_self());
thread_self       124 usr/sample/thread/thread.c 	thread_terminate(thread_self());
thread_self       133 usr/sample/thread/thread.c 	main_th = thread_self();
thread_self        94 usr/sbin/init/init.c 	thread_setpri(thread_self(), 254);
thread_self       274 usr/server/boot/boot.c 	thread_setpri(thread_self(), PRI_DEFAULT);
thread_self       172 usr/server/exec/main.c 	thread_setpri(thread_self(), PRI_EXEC);
thread_self      1102 usr/server/fs/vfs/main.c 	thread_setpri(thread_self(), PRI_FS);
thread_self       405 usr/server/pow/pow.c 	thread_setpri(thread_self(), PRI_POW);
thread_self       532 usr/server/proc/main.c 	thread_setpri(thread_self(), PRI_PROC);
thread_self       150 usr/test/deadlock/deadlock.c 	thread_setpri(thread_self(), 90);
thread_self       175 usr/test/deadlock/deadlock.c 	thread_suspend(thread_self());
thread_self        79 usr/test/ipc_mt/ipc_mt.c 	thread_setpri(thread_self(), 240);
thread_self       130 usr/test/ipc_mt/ipc_mt.c 	thread_setpri(thread_self(), 241);
thread_self        45 usr/test/task/task.c 	printf("New thread %x is started\n", (u_int)thread_self());
thread_self        66 usr/test/task/task.c 	thread_setpri(thread_self(), 90);
thread_self        73 usr/test/thread/thread.c 	self = thread_self();
thread_self        47 usr/test/timer/timer.c 	timer_periodic(thread_self(), 5000, 2000);