nulib.win32.threading.semaphore

Win32 Implementation for nulib.threading.internal.semaphore

Members

Classes

Win32Semaphore
class Win32Semaphore

Native implementation of a semaphore.

Functions

CreateSemaphoreA
HANDLE CreateSemaphoreA(void* , int , int , void* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ReleaseSemaphore
uint ReleaseSemaphore(HANDLE , int , int* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
_nu_semaphore_new
NativeSemaphore _nu_semaphore_new(uint count)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

Authors

Luna Nielsen