KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
resource.c File Reference
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdint.h>
#include <sys/resource.h>
#include <kos.h>

Functions

int main (int argc, char **argv)
 

Variables

static struct priority_data gp_samples []
 
static struct priority_data sp_samples []
 

Function Documentation

◆ main()

Variable Documentation

◆ gp_samples

struct priority_data gp_samples[]
static
Initial value:
= {
{0, PRIO_PROCESS, 0},
{0, PRIO_PGRP, 0},
{0, PRIO_USER, 0},
{-1, 42, 0},
{-1, PRIO_USER, 1}
}
@ PRIO_USER
Definition resource.h:30
@ PRIO_PROCESS
Definition resource.h:28
@ PRIO_PGRP
Definition resource.h:29

Referenced by main().

◆ sp_samples

struct priority_data sp_samples[]
static
Initial value:
= {
{0, PRIO_PROCESS, 0, 77},
{-1, 42, 0, 99},
{-1, PRIO_USER, 1, 101}
}

Referenced by main().