ARGOBOTS  dce6e727ffc4ca5b3ffc04cb9517c6689be51ec5
Data Fields
ABTI_pool_old_def Struct Reference

#include <abti.h>

Collaboration diagram for ABTI_pool_old_def:
Collaboration graph
[legend]

Data Fields

ABT_unit_create_from_thread_fn u_create_from_thread
 
ABT_unit_free_fn u_free
 
ABT_pool_init_fn p_init
 
ABT_pool_get_size_fn p_get_size
 
ABT_pool_push_fn p_push
 
ABT_pool_pop_fn p_pop
 
ABT_pool_pop_wait_fn p_pop_wait
 
ABT_pool_free_fn p_free
 
ABT_pool_print_all_fn p_print_all
 

Detailed Description

Definition at line 376 of file abti.h.

Field Documentation

◆ p_free

ABT_pool_free_fn ABTI_pool_old_def::p_free

Definition at line 385 of file abti.h.

Referenced by pool_create_def_from_old_def(), and pool_free_wrapper().

◆ p_get_size

ABT_pool_get_size_fn ABTI_pool_old_def::p_get_size

◆ p_init

ABT_pool_init_fn ABTI_pool_old_def::p_init

Definition at line 380 of file abti.h.

Referenced by pool_create_def_from_old_def(), and pool_init_wrapper().

◆ p_pop

ABT_pool_pop_fn ABTI_pool_old_def::p_pop

Definition at line 383 of file abti.h.

Referenced by pool_create_def_from_old_def(), pool_pop_many_wrapper(), and pool_pop_wrapper().

◆ p_pop_wait

ABT_pool_pop_wait_fn ABTI_pool_old_def::p_pop_wait

Definition at line 384 of file abti.h.

Referenced by pool_create_def_from_old_def(), and pool_pop_wait_wrapper().

◆ p_print_all

ABT_pool_print_all_fn ABTI_pool_old_def::p_print_all

Definition at line 386 of file abti.h.

Referenced by pool_create_def_from_old_def(), and pool_print_all_wrapper().

◆ p_push

ABT_pool_push_fn ABTI_pool_old_def::p_push

Definition at line 382 of file abti.h.

Referenced by pool_create_def_from_old_def(), pool_push_many_wrapper(), and pool_push_wrapper().

◆ u_create_from_thread

ABT_unit_create_from_thread_fn ABTI_pool_old_def::u_create_from_thread

Definition at line 378 of file abti.h.

Referenced by pool_create_def_from_old_def(), and pool_create_unit_wrapper().

◆ u_free

ABT_unit_free_fn ABTI_pool_old_def::u_free

Definition at line 379 of file abti.h.

Referenced by pool_create_def_from_old_def(), and pool_free_unit_wrapper().


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