Notcurses 3.0.13
a blingful library for TUIs and character graphics
Loading...
Searching...
No Matches
ncsubproc Struct Reference

#include <internal.h>

Collaboration diagram for ncsubproc:

Data Fields

ncfdplanenfp
 
pid_t pid
 
int pidfd
 
pthread_t waittid
 
pthread_mutex_t lock
 
bool waited
 

Detailed Description

Definition at line 204 of file internal.h.

Field Documentation

◆ lock

pthread_mutex_t lock

Definition at line 209 of file internal.h.

◆ nfp

ncfdplane* nfp

Definition at line 205 of file internal.h.

◆ pid

pid_t pid

Definition at line 206 of file internal.h.

◆ pidfd

int pidfd

Definition at line 207 of file internal.h.

◆ waited

bool waited

Definition at line 210 of file internal.h.

◆ waittid

pthread_t waittid

Definition at line 208 of file internal.h.


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