SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Thread Member List

This is the complete list of members for Thread, including all inherited members.

activate(bool stopped)Thread
Activated enum valueThread
ActiveState enum nameThread
ConditionVariable classThreadfriend
couldBlock(const char *why)Threadstatic
couldBlockDone(int restore)Threadstatic
detach()Thread
exit()Threadstatic
exit_handler()Threadfriend
exitAll(int code)Threadstatic
getRunnable()Thread
getStackSize() const Thread
getThreadGroup()Thread
getThreadName() const Thread
handle_abort_signals(int, siginfo_t *, void *)Threadfriend
handle_quit(int)Threadfriend
handle_siguser2(int)Threadfriend
initialize()Threadstatic
install_signal_handlers()Threadfriend
isDaemon() const Thread
isDetached() const Thread
isInitialized()Threadstatic
join()Thread
migrate(int proc)Thread
Mutex classThreadfriend
niceAbort(void *Context=0)Threadstatic
NotActivated enum valueThread
numProcessors()Threadstatic
parallel(ParallelBase &helper, int nthreads, bool block, ThreadGroup *threadGroup=0)Threadstatic
parallel(T *ptr, void(T::*pmf)(int), int numThreads)Threadinlinestatic
parallel(T *ptr, void(T::*pmf)(int, Arg1), int numThreads, Arg1 a1)Threadinlinestatic
parallel(T *ptr, void(T::*pmf)(int, Arg1, Arg2), int numThreads, Arg1 a1, Arg2 a2)Threadinlinestatic
parallel(T *ptr, void(T::*pmf)(int, Arg1, Arg2, Arg3), int numThreads, Arg1 a1, Arg2 a2, Arg3 a3)Threadinlinestatic
parallel(T *ptr, void(T::*pmf)(int, Arg1, Arg2, Arg3, Arg4), int numThreads, Arg1 a1, Arg2 a2, Arg3 a3, Arg4 a4)Threadinlinestatic
RecursiveMutex classThreadfriend
resume()Thread
run_threads(void *priv_v)Threadfriend
Runnable classThreadfriend
self()Threadstatic
setDaemon(bool to=true)Thread
setDefaultAbortMode(const char *abortMode)Threadstatic
setStackSize(unsigned long long stackSize)Thread
stop()Thread
Stopped enum valueThread
SystemCallManager classThreadfriend
Thread(Runnable *runner, const char *name, ThreadGroup *group=0, ActiveState state=Activated, unsigned long long stack_size=DEFAULT_STACKSIZE)Thread
Thread_privateThreadfriend
Thread_run(Thread *t)Threadfriend
Thread_shutdown(Thread *, bool)Threadfriend
yield()Threadstatic