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.
PThreadNode Struct Reference

Datatype for storing a pthread_t on a LinkedList. More...

#include <threaded_paired_service.h>

Inheritance diagram for PThreadNode:
[legend]
Collaboration diagram for PThreadNode:
[legend]

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
ListItemln_prev_p
 A pointer to the previous ListItem. More...
 
ListItemln_next_p
 A pointer to the next ListItem. More...
 

Detailed Description

Datatype for storing a pthread_t on a LinkedList.

Field Documentation

◆ ptn_node

ListItem ptn_node

The base ListItem.

◆ ptn_thread_p

pthread_t* ptn_thread_p

Pointer to the pthread_t to store.


The documentation for this struct was generated from the following file: