HPCToolkit
thread_use.c File Reference
#include <stdbool.h>
#include <inttypes.h>
#include "thread_use.h"
Include dependency graph for thread_use.c:

Go to the source code of this file.

Functions

void hpcrun_set_using_threads (bool flag)
 
bool hpcrun_using_threads_p (void)
 

Variables

static bool using_threads
 

Function Documentation

◆ hpcrun_set_using_threads()

void hpcrun_set_using_threads ( bool  flag)

Definition at line 74 of file thread_use.c.

Here is the caller graph for this function:

◆ hpcrun_using_threads_p()

bool hpcrun_using_threads_p ( void  )

Definition at line 81 of file thread_use.c.

Here is the caller graph for this function:

Variable Documentation

◆ using_threads

bool using_threads
static

Definition at line 65 of file thread_use.c.