ARGOBOTS
Data Fields
ABT_pool_def Struct Reference

#include <abt.h>

Collaboration diagram for ABT_pool_def:
Collaboration graph
[legend]

Data Fields

ABT_pool_access access
 
ABT_unit_get_type_fn u_get_type
 
ABT_unit_get_thread_fn u_get_thread
 
ABT_unit_get_task_fn u_get_task
 
ABT_unit_is_in_pool_fn u_is_in_pool
 
ABT_unit_create_from_thread_fn u_create_from_thread
 
ABT_unit_create_from_task_fn u_create_from_task
 
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_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 414 of file abt.h.

Field Documentation

ABT_pool_access ABT_pool_def::access

Definition at line 415 of file abt.h.

Referenced by ABT_pool_get_id(), and pool_get_data_ptr().

ABT_pool_free_fn ABT_pool_def::p_free

Definition at line 433 of file abt.h.

Referenced by ABT_pool_get_id(), and pool_get_data_ptr().

ABT_pool_get_size_fn ABT_pool_def::p_get_size

Definition at line 428 of file abt.h.

Referenced by ABT_pool_get_id(), and pool_get_data_ptr().

ABT_pool_init_fn ABT_pool_def::p_init

Definition at line 427 of file abt.h.

Referenced by ABT_pool_get_id(), and pool_get_data_ptr().

ABT_pool_pop_fn ABT_pool_def::p_pop

Definition at line 430 of file abt.h.

Referenced by ABT_pool_get_id(), and pool_get_data_ptr().

ABT_pool_pop_timedwait_fn ABT_pool_def::p_pop_timedwait

Definition at line 431 of file abt.h.

Referenced by ABT_pool_get_id(), and pool_get_data_ptr().

ABT_pool_print_all_fn ABT_pool_def::p_print_all

Definition at line 434 of file abt.h.

Referenced by ABT_pool_get_id(), and pool_get_data_ptr().

ABT_pool_push_fn ABT_pool_def::p_push

Definition at line 429 of file abt.h.

Referenced by ABT_pool_get_id(), and pool_get_data_ptr().

ABT_pool_remove_fn ABT_pool_def::p_remove

Definition at line 432 of file abt.h.

Referenced by ABT_pool_get_id(), and pool_get_data_ptr().

ABT_unit_create_from_task_fn ABT_pool_def::u_create_from_task

Definition at line 423 of file abt.h.

Referenced by ABT_pool_get_id(), and pool_get_data_ptr().

ABT_unit_create_from_thread_fn ABT_pool_def::u_create_from_thread

Definition at line 422 of file abt.h.

Referenced by ABT_pool_get_id(), and pool_get_data_ptr().

ABT_unit_free_fn ABT_pool_def::u_free

Definition at line 424 of file abt.h.

Referenced by ABT_pool_get_id(), and pool_get_data_ptr().

ABT_unit_get_task_fn ABT_pool_def::u_get_task

Definition at line 420 of file abt.h.

Referenced by ABT_pool_get_id(), and pool_get_data_ptr().

ABT_unit_get_thread_fn ABT_pool_def::u_get_thread

Definition at line 419 of file abt.h.

Referenced by ABT_pool_get_id(), and pool_get_data_ptr().

ABT_unit_get_type_fn ABT_pool_def::u_get_type

Definition at line 418 of file abt.h.

Referenced by ABT_pool_get_id(), and pool_get_data_ptr().

ABT_unit_is_in_pool_fn ABT_pool_def::u_is_in_pool

Definition at line 421 of file abt.h.

Referenced by ABT_pool_get_id(), and pool_get_data_ptr().


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