https://github.com/s8sg/ultl
A user Level thread library Implemented to understand The process sync and preemption, priority managing and OS process fundamentals. The library provide api to create user level thread and manage them.
https://github.com/s8sg/ultl
c-library scheduler threading user-thread
Last synced: 11 months ago
JSON representation
A user Level thread library Implemented to understand The process sync and preemption, priority managing and OS process fundamentals. The library provide api to create user level thread and manage them.
- Host: GitHub
- URL: https://github.com/s8sg/ultl
- Owner: s8sg
- License: gpl-2.0
- Created: 2014-12-23T05:21:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-09T06:48:38.000Z (over 11 years ago)
- Last Synced: 2025-03-20T02:08:08.442Z (over 1 year ago)
- Topics: c-library, scheduler, threading, user-thread
- Language: C
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ULTL_SELF_PROJ
==============
ULTL is a User Level Thread Library that provides API to create and manage user level threads.
# ULTL