|
Dynamic Load Balance 3.6.1+32-59d1
|
#include "LB_core/lb_funcs.h"#include "LB_numThreads/numThreads.h"#include "support/options.h"#include "support/types.h"#include <sys/types.h>

Go to the source code of this file.
Data Structures | |
| struct | subprocess_descriptor_t |
Functions | |
| void | spd_enter_dlb (subprocess_descriptor_t *spd) |
| void | spd_register (subprocess_descriptor_t *spd) |
| void | spd_unregister (const subprocess_descriptor_t *spd) |
| void | spd_set_pthread (const subprocess_descriptor_t *spd, pthread_t pthread) |
| pthread_t | spd_get_pthread (const subprocess_descriptor_t *spd) |
| const subprocess_descriptor_t ** | spd_get_spds (void) |
Variables | |
| __thread subprocess_descriptor_t * | thread_spd |
| void spd_enter_dlb | ( | subprocess_descriptor_t * | spd | ) |
| void spd_register | ( | subprocess_descriptor_t * | spd | ) |
| void spd_unregister | ( | const subprocess_descriptor_t * | spd | ) |
| void spd_set_pthread | ( | const subprocess_descriptor_t * | spd, |
| pthread_t | pthread | ||
| ) |
| pthread_t spd_get_pthread | ( | const subprocess_descriptor_t * | spd | ) |
| const subprocess_descriptor_t ** spd_get_spds | ( | void | ) |
|
extern |