Giter Club home page Giter Club logo

co_sched's Introduction

co_sched - preemptive multitasking in userspace based on a SIGALRM signal

Description:
    This is a small experiment, an application, which starts 3 sorting
    routines, execution of each is preempted by SIGALRM signal, simulating
    an OS timer interrupt.  Each routine is an execution context, which
    can do a voluntary scheduling (calling schedule() directly) or be
    preempted by a timer, and in that case nonvoluntary scheduling occurs.

    The default time slice is 10ms, that means that each 10ms SIGALRM fires
    and next context is scheduled by round robin algorithm.

Usage:
    [roman@pb co_sched]$ make
    gcc  -O2 -Wall -o co_sched co_sched.c co_sched.S
    [roman@pb co_sched]$ ./co_sched
    ~~~~ let's rock!
    [1] test_sort: begin init, a=0x7ffff5210010
    [1] test_sort: start sort
    [2] test_sort: begin init, a=0x7ffff05c4010
    [2] test_sort: start sort
    [3] test_sort: begin init, a=0x7fffeb978010
    [3] test_sort: start sort
    [2] test_sort: end
    [3] test_sort: end
    [1] test_sort: end
    ~~~~ i am done

co_sched's People

Contributors

rouming avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

rainmark

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.