Skip to content

cadmuxe/LWT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##LWT## Light weight user-level(preemptive) thread. ###Test Environment### Mac OSX 10.8.5 gcc version 4.2.1 (Based on Apple Inc. build 5658)

###Compile###

  • For x64
    • gcc source.c lwt.c
  • For x86
    • gcc source.c lwt.c -D _X86

###Test###

  • For Producter-Consumer test
    • gcc test_exit.c lwt.c
  • For lwt_exit and lwt_sleep
    • gcc lwt.c test_exit.c

About

A preemptive user level multi-thread library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages