Precedence.h File Reference

Contains the interface to the Precedence class. More...

Classes

class  Precedence
 

Typedefs

typedef int omp_lock_t
 

Functions

void omp_init_lock (omp_lock_t *)
 
void omp_destroy_lock (omp_lock_t *)
 
void omp_set_lock (omp_lock_t *)
 
void omp_unSet_lock (omp_lock_t *)
 
int omp_get_thread_num ()
 

Detailed Description

Contains the interface to the Precedence class.

This file is part of LIBPF All rights reserved; do not distribute without permission.

Author
(C) Copyright 2004-2023 Paolo Greppi simevo s.r.l.

Typedef Documentation

◆ omp_lock_t

typedef int omp_lock_t

Function Documentation

◆ omp_destroy_lock()

void omp_destroy_lock ( omp_lock_t )

◆ omp_get_thread_num()

int omp_get_thread_num ( )

◆ omp_init_lock()

void omp_init_lock ( omp_lock_t )

◆ omp_set_lock()

void omp_set_lock ( omp_lock_t )

◆ omp_unSet_lock()

void omp_unSet_lock ( omp_lock_t )