This documenta- tion describes the current state of development.
Prokee Modules:
GUI Elements:
GUI Interactions:
GUI Layouts:
Games/Demos:
Third Party Libraries:
This documentation describes the Prokee module interface.
Static Methods:Futex futex::create(long int sec,long int nsec)
| Type | Name | Direction | Description |
| sec | Seconds to wait. | ||
| nsec | Nanoseconds to wait. |
int futex::destroy(Futex ft)
| Type | Name | Direction | Description |
| ft | [IN/OUT] | A Futex created with futex::create(). |
int futex::fwait(Futex ft)
| Type | Name | Direction | Description |
| ft | [IN/OUT] | A Futex created with futex::create(). |
int futex::fpost(Futex ft)
| Type | Name | Direction | Description |
| ft | [IN/OUT] | A Futex created with futex::create(). |