method release
1 | class Semaphore |
1.1 | (Semaphore) method release |
2 | class Kernel |
2.1 | (Kernel) method release |
3 | class Compiler |
3.1 | (Compiler) method release |
4 | class Distro |
4.1 | (Distro) method release |
Documentation for method release
assembled from the following types:
class Semaphore
From Semaphore
(Semaphore) method release
method release()
Release the semaphore raising the number of permissions. Any blocked thread will get access after that.
class Kernel
From Kernel
(Kernel) method release
method release
Instance method returning the release information of the Kernel object. Dies if the release information could not be established.
class Compiler
From Compiler
(Compiler) method release
It's empty, but it might contain the release number for specific releases.
class Distro
From Distro
(Distro) method release
Instance method returning the release information of the Distro object. Dies if the release information could not be established.