SFENCE Wiki
The SFENCE dynamic library is an interface for writing programs.
Status: Beta
Brought to you by:
sfence
| Functions | Use |
|---|---|
| Construct | create object |
| ConstructUse | create object and call Start_Use and Destruct on it |
| Destruct | |
| Start_Use | |
| Stop_Use | |
| Lock | lock object, only one thread can have lock object at the moment |
| Unlock | unlock object |
| Get_Pack | return sPack_Pack object which was used for construct this object |
| Get_PackUse | return sPack_Pack object which was used for construct this object |
| Get_WorkPack | return sPack_Pack object which is designated for use with local work |
| Get_WorkPackUse | return sPack_Pack object which is designated for use with local work |
| Set_WorkPack | change sPack_Pack object which is designated for use with local work |
Wiki: Basic:DriverObject:Functions
Wiki: Basic:Object:Function:Lock
Wiki: Basic:Object:Function:Unlock
Wiki: Basic:Object
Wiki: Object:Variable_Type
Wiki: Use