|
Grassroots Infrastructure
The Grassroots Infrastructure is a suite of computing tools to help users and developers use scientific data infrastructure that can easily be interconnected.
|
Datatype for storing a pthread_t on a LinkedList. More...
#include <threaded_paired_service.h>
Data Fields | |
| ListItem | ptn_node |
| The base ListItem. More... | |
| pthread_t * | ptn_thread_p |
| Pointer to the pthread_t to store. More... | |
Data Fields inherited from ListItem | |
| ListItem * | ln_prev_p |
| A pointer to the previous ListItem. More... | |
| ListItem * | ln_next_p |
| A pointer to the next ListItem. More... | |
Datatype for storing a pthread_t on a LinkedList.
| pthread_t* ptn_thread_p |
Pointer to the pthread_t to store.