miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
Loading...
Searching...
No Matches
main.c File Reference
#include <unistd.h>
#include <sys/wait.h>
#include <stdint.h>
Include dependency graph for main.c:

Functions

static int sched_getcpu (void)
static void write_str (const char *s)
static void write_int (int v)
static int parse_worker_count (int argc, char **argv)
int main (int argc, char **argv)

Function Documentation

◆ main()

int main ( int argc,
char ** argv )
Here is the call graph for this function:

◆ parse_worker_count()

int parse_worker_count ( int argc,
char ** argv )
static
Here is the caller graph for this function:

◆ sched_getcpu()

int sched_getcpu ( void )
static
Here is the caller graph for this function:

◆ write_int()

void write_int ( int v)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ write_str()

void write_str ( const char * s)
static
Here is the call graph for this function: