Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Semaphore implementation with 3 functions:

void proberen(int32_t *semaphore, int32_t value);
void verhogen(int32_t *semaphore, int32_t value);
uint64_t proberen_time(int32_t *semaphore, int32_t value);

About

Semaphore implementation in x86_64 Assembly

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages