Skip to content
View harish-agr's full-sized avatar
Block or Report

Block or report harish-agr

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. Interrupt-Handlers--Semaphores--and-Round-Robin Interrupt-Handlers--Semaphores--and-Round-Robin Public

    A C implementation of interrupt handlers, semaphores, and a round robin scheduler

    C 1

  2. timer timer Public

    A linux userspace timer list lib

    C 1

  3. Pthread_Library Pthread_Library Public

    Forked from krishnaramesh2692/Pthread_Library

    Designed and implemented user-level thread library with POSIX semantics

    C

  4. GTThreads GTThreads Public

    Forked from abhishekjain1991-zz/GTThreads

    Designed and implemented a POSIX compliant user level thread library capable of concurrency and synchronization. Round robin scheduling was used to schedule the threads. Validation was done using D…

    C

  5. state_machine_example state_machine_example Public

    Forked from arembedded/state_machine_example

    In this example code two POSIX Linux threads are created. The "CAM" thread implements a state machine that has knowledge of it's current status at any given time. The other thread operates the CAM …

    C

  6. unity_mq_example unity_mq_example Public

    Forked from arembedded/unity_mq_example

    Example code for starting 2 threads and passing messages of different data types between them over a single message queue

    C