Lines Matching refs:sys
39 #include <sys/machlock.h>
40 #include <sys/param.h>
43 #include <sys/mutex.h>
44 #include <sys/rwlock.h>
45 #include <sys/semaphore.h>
46 #include <sys/condvar.h>
49 * The real sys/semaphore.h pulls in sys/thread and some headers
50 * using sys/t_lock.h rely on that, so let's pull it in here too.
51 * Note that sys/thread.h includes sys/t_lock.h too (a cycle) but
55 #include <sys/thread.h>