ChorusOS man pages section 2K: Kernel System Calls
    
T
 
 threadAbort -- Abort a thread; Check whether the current thread has been aborted ( Index Term Link )
 
 threadAborted -- Abort a thread; Check whether the current thread has been aborted ( Index Term Link )
 
 threadActivate -- make a thread active ( Index Term Link )
 
 threadBind -- bind a thread to a processor ( Index Term Link )
 
 threadContext -- get and/or set the context of a thread ( Index Term Link )
 
 threadCreate -- create a thread ( Index Term Link )
 
 threadDelay -- delay the current thread ( Index Term Link )
 
 threadDelete -- delete a thread ( Index Term Link )
 
 threadLoadR -- Get the current thread's valid soft register value; Reset the current thread's valid soft register value ( Index Term Link )
 
 threadName -- get and/or set the symbolic name of a thread ( Index Term Link )
 
 threadResume -- Suspend a thread; Resume a thread ( Index Term Link )
 
 threadScheduler -- get and/or set thread scheduling parameters ( Index Term Link )
 
 threadSelf -- get the current thread local identifier ( Index Term Link )
 
 threadSemInit -- Initialize a thread semaphore; Signal a thread semaphore; Wait on a thread semaphore ( Index Term Link )
 
 threadSemPost -- Initialize a thread semaphore; Signal a thread semaphore; Wait on a thread semaphore ( Index Term Link )
 
 threadSemWait -- Initialize a thread semaphore; Signal a thread semaphore; Wait on a thread semaphore ( Index Term Link )
 
 threadStart -- Stop a thread; Start a thread ( Index Term Link )
 
 threadStat -- obtain the descriptions of the threads running in actor ( Index Term Link )
 
 threadStop -- Stop a thread; Start a thread ( Index Term Link )
 
 threadStoreR -- Get the current thread's valid soft register value; Reset the current thread's valid soft register value ( Index Term Link )
 
 threadSuspend -- Suspend a thread; Resume a thread ( Index Term Link )
 
 threadTimes -- get thread execution time ( Index Term Link )
 
 timerCreate -- create a timer ( Index Term Link )
 
 timerDelete -- delete a timer ( Index Term Link )
 
 timerGetRes -- get the timer resolution ( Index Term Link )
 
 timerSet -- start, cancel or query a timer ( Index Term Link )
 
 timerThreadPoolInit -- initialize a timer thread pool ( Index Term Link )
 
 timerThreadPoolWait -- wait for a timer expiration event ( Index Term Link )