Searched refs:bootstrap2 (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/kernel/top/
H A Dmain.cpp34 static int bootstrap2(void* arg);
90 thread_t* t = thread_create("bootstrap2", &bootstrap2, NULL, DEFAULT_PRIORITY);
99 static int bootstrap2(void*) { function
100 dprintf(SPEW, "top of bootstrap2()\n");

Completed in 22 milliseconds