This website requires JavaScript.
Explore
Help
Sign In
Bananymous
/
banan-os
Watch
1
Star
1
Fork
You've already forked banan-os
1
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
b245a55ea0
banan-os
/
kernel
/
include
/
kernel
/
Semaphore.h
13 lines
103 B
C++
Raw
Blame
History
#
pragma once
namespace
Kernel
{
class
Semaphore
{
public
:
void
block
(
)
;
void
unblock
(
)
;
}
;
}
Reference in New Issue
View Git Blame
Copy Permalink