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