HomeSort by: relevance | last modified time | path
    Searched defs:rump_init (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/rump/librump/rumpkern/
rump.c 503 rump_init(void) function in typeref:typename:int
509 __strong_alias(rump__init,rump_init);
516 * Components are always initialized from the thread that called rump_init().
584 * Checking for cold is enough because rump_init() both
833 * against calling rump_init() anyway, easier to just specify the
835 * approach avoids the grey area of using atomics before rump_init()
rump.c 503 rump_init(void) function in typeref:typename:int
509 __strong_alias(rump__init,rump_init);
516 * Components are always initialized from the thread that called rump_init().
584 * Checking for cold is enough because rump_init() both
833 * against calling rump_init() anyway, easier to just specify the
835 * approach avoids the grey area of using atomics before rump_init()

Completed in 114 milliseconds