ARGOBOTS  577e8f05f9f9ecbbeae8600ace6d0a75301500b6
Data Fields
ABTI_pool_def Struct Reference

#include <abti.h>

Collaboration diagram for ABTI_pool_def:
Collaboration graph
[legend]

Data Fields

ABT_pool_access access
 
ABT_unit_get_thread_fn u_get_thread
 
ABT_unit_is_in_pool_fn u_is_in_pool
 
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_pop_timedwait_fn p_pop_timedwait
 
ABT_pool_remove_fn p_remove
 
ABT_pool_free_fn p_free
 
ABT_pool_print_all_fn p_print_all
 

Detailed Description

Definition at line 350 of file abti.h.

Field Documentation

◆ access

ABT_pool_access ABTI_pool_def::access

◆ p_free

ABT_pool_free_fn ABTI_pool_def::p_free

◆ p_get_size

ABT_pool_get_size_fn ABTI_pool_def::p_get_size

◆ p_init

ABT_pool_init_fn ABTI_pool_def::p_init

◆ p_pop

ABT_pool_pop_fn ABTI_pool_def::p_pop

◆ p_pop_timedwait

ABT_pool_pop_timedwait_fn ABTI_pool_def::p_pop_timedwait

◆ p_pop_wait

ABT_pool_pop_wait_fn ABTI_pool_def::p_pop_wait

◆ p_print_all

ABT_pool_print_all_fn ABTI_pool_def::p_print_all

◆ p_push

ABT_pool_push_fn ABTI_pool_def::p_push

◆ p_remove

ABT_pool_remove_fn ABTI_pool_def::p_remove

◆ u_create_from_thread

ABT_unit_create_from_thread_fn ABTI_pool_def::u_create_from_thread

◆ u_free

ABT_unit_free_fn ABTI_pool_def::u_free

◆ u_get_thread

ABT_unit_get_thread_fn ABTI_pool_def::u_get_thread

Definition at line 352 of file abti.h.

◆ u_is_in_pool

ABT_unit_is_in_pool_fn ABTI_pool_def::u_is_in_pool

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