Concord - C Discord API library
A Discord API wrapper library written in C
discord_timers Struct Reference

#include <discord-internal.h>

Collaboration diagram for discord_timers:
[legend]

Data Fields

priority_queueq
 
struct io_poller * io
 
struct {
   bool   is_active
 
   pthread_t   thread
 
   struct discord_timer *   timer
 
   bool   skip_update_phase
 
active
 
pthread_mutex_t lock
 
pthread_cond_t cond
 

Field Documentation

◆ q

priority_queue* discord_timers::q

◆ io

struct io_poller* discord_timers::io

◆ is_active

bool discord_timers::is_active

◆ thread

pthread_t discord_timers::thread

◆ timer

struct discord_timer* discord_timers::timer

◆ skip_update_phase

bool discord_timers::skip_update_phase

◆ 

struct { ... } discord_timers::active

◆ lock

pthread_mutex_t discord_timers::lock

◆ cond

pthread_cond_t discord_timers::cond

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