Home | Sort by: relevance | last modified time | path |
/src/tests/rump/rumpkern/ | |
t_kern.c | 57 extern const int rump_lockdebug; 63 if (needld && !rump_lockdebug) 79 if (rump_lockdebug) { |
/src/sys/rump/librump/rumpkern/ | |
locks.c | 41 const int rump_lockdebug = 1; variable in typeref:typename:const int 43 const int rump_lockdebug = 0; variable in typeref:typename:const int |