OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rump_threads
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/rump/librump/rumpkern/
rump.c
103
int
rump_threads
= 0;
variable
105
int
rump_threads
= 1;
variable
250
if (rumpuser_getparam("
RUMP_THREADS
", buf, sizeof(buf)) == 0) {
251
rump_threads
= *buf != '0';
415
if (
rump_threads
) {
467
if (
rump_threads
)
rump.c
103
int
rump_threads
= 0;
variable
105
int
rump_threads
= 1;
variable
250
if (rumpuser_getparam("
RUMP_THREADS
", buf, sizeof(buf)) == 0) {
251
rump_threads
= *buf != '0';
415
if (
rump_threads
) {
467
if (
rump_threads
)
Completed in 101 milliseconds
Indexes created Tue Feb 24 19:07:35 UTC 2026