mod_fem_viewer/utils/fv_threads.c File Reference

#include "fv_threads.h"
Include dependency graph for fv_threads.c:

Functions

fv_thread fv_start_thread (fv_thread_id *thread_id, fv_thread_routine func, void *data)
void fv_end_thread (fv_thread thread)
void fv_destroy_thread (fv_thread thread)
void fv_wait_for_threads (const fv_thread *threads, int num)
int fv_wait_for_wakeup (fv_signal_t *signal, fv_critical_section *critical)
int fv_wakeup (fv_signal_t *signal)

Variables

int fv_internal_error

Function Documentation

void fv_destroy_thread ( fv_thread  thread  ) 
void fv_end_thread ( fv_thread  thread  ) 

Here is the caller graph for this function:

fv_thread fv_start_thread ( fv_thread_id thread_id,
fv_thread_routine  func,
void data 
)
void fv_wait_for_threads ( const fv_thread threads,
int  num 
)
int fv_wait_for_wakeup ( fv_signal_t signal,
fv_critical_section critical 
)
int fv_wakeup ( fv_signal_t signal  ) 

Here is the caller graph for this function:


Variable Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 3 Jun 2020 for ModFEM by  doxygen 1.6.1