WPILibC++  trunk
Public Member Functions | List of all members
DefaultThreadManager Class Reference
Inheritance diagram for DefaultThreadManager:
Inheritance graph
[legend]
Collaboration diagram for DefaultThreadManager:
Collaboration graph
[legend]

Public Member Functions

virtual NTThreadnewBlockingPeriodicThread (PeriodicRunnable *r, const char *name)
 

Detailed Description

Definition at line 26 of file DefaultThreadManager.h.

Member Function Documentation

NTThread * DefaultThreadManager::newBlockingPeriodicThread ( PeriodicRunnable r,
const char *  name 
)
virtual
Parameters
r
namethe name of the thread
Returns
a thread that will run the provided runnable repeatedly with the assumption that the runnable will block

Implements NTThreadManager.

Definition at line 47 of file DefaultThreadManger.cpp.


The documentation for this class was generated from the following files: