Scroll to navigation

Ns_Thread2(3aolserver) AOLserver Library Procedures Ns_Thread2(3aolserver)

NAME

Ns_AbsTimedWaitForEvent, Ns_AllocThreadLocalStorage, Ns_BeginDetachedThread, Ns_BeginThread, Ns_BroadcastEvent, Ns_DestroyCriticalSection, Ns_DestroyEvent, Ns_DestroyMutex, Ns_DestroyRWLock, Ns_DestroySemaphore, Ns_EnterCriticalSection, Ns_ExitThread, Ns_GetThread, Ns_GetThreadId, Ns_GetThreadLocalStorage, Ns_GetThreadServer, Ns_InitializeCriticalSection, Ns_InitializeEvent, Ns_InitializeMutex, Ns_InitializeRWLock, Ns_InitializeSemaphore, Ns_LeaveCriticalSection, Ns_LockMutex, Ns_ReadLockRWLock, Ns_ReadUnlockRWLock, Ns_ReleaseSemaphore, Ns_SetEvent, Ns_SetThreadLocalStorage, Ns_SetThreadServer, Ns_TimedWaitForEvent, Ns_UTimedWaitForEvent, Ns_UnlockMutex, Ns_WaitForEvent, Ns_WaitForSemaphore, Ns_WaitForThread, Ns_WaitThread, Ns_WriteLockRWLock, Ns_WriteUnlockRWLock - library procedures

SYNOPSIS

#include "ns.h"
 
Ns_AbsTimedWaitForEvent(arg, arg)
 
Ns_AllocThreadLocalStorage(arg, arg)
 
Ns_BeginDetachedThread(arg, arg)
 
Ns_BeginThread(arg, arg)
 
Ns_BroadcastEvent(arg, arg)
 
Ns_DestroyCriticalSection(arg, arg)
 
Ns_DestroyEvent(arg, arg)
 
Ns_DestroyMutex(arg, arg)
 
Ns_DestroyRWLock(arg, arg)
 
Ns_DestroySemaphore(arg, arg)
 
Ns_EnterCriticalSection(arg, arg)
 
Ns_ExitThread(arg, arg)
 
Ns_GetThread(arg, arg)
 
Ns_GetThreadId(arg, arg)
 
Ns_GetThreadLocalStorage(arg, arg)
 
Ns_GetThreadServer(arg, arg)
 
Ns_InitializeCriticalSection(arg, arg)
 
Ns_InitializeEvent(arg, arg)
 
Ns_InitializeMutex(arg, arg)
 
Ns_InitializeRWLock(arg, arg)
 
Ns_InitializeSemaphore(arg, arg)
 
Ns_LeaveCriticalSection(arg, arg)
 
Ns_LockMutex(arg, arg)
 
Ns_ReadLockRWLock(arg, arg)
 
Ns_ReadUnlockRWLock(arg, arg)
 
Ns_ReleaseSemaphore(arg, arg)
 
Ns_SetEvent(arg, arg)
 
Ns_SetThreadLocalStorage(arg, arg)
 
Ns_SetThreadServer(arg, arg)
 
Ns_TimedWaitForEvent(arg, arg)
 
Ns_UTimedWaitForEvent(arg, arg)
 
Ns_UnlockMutex(arg, arg)
 
Ns_WaitForEvent(arg, arg)
 
Ns_WaitForSemaphore(arg, arg)
 
Ns_WaitForThread(arg, arg)
 
Ns_WaitThread(arg, arg)
 
Ns_WriteLockRWLock(arg, arg)
 
Ns_WriteUnlockRWLock(arg, arg)
 
 

DESCRIPTION

These functions ...
 

SEE ALSO

nsd(1), info(n)
 

KEYWORDS

4.0 AOLserver