|
The 'global' space handle. This is the default space handle implied if no spaces are explicitly created. |
|
|
Initialize a user space. This creates a user space.
|
|
Take a reference to a space. A library which has been 'given' a space to provide callbacks on would use this to take a reference on the user's space. This prevents mayhem should a user destroy a space before the library is done with it. This reference should be destroyed with globus_callback_space_destroy() (think dup())
|
|
Destroy a reference to a user space. This will destroy a reference to a previously initialized space. Space will not actually be destroyed until all callbacks registered with this space have been run and unregistered (if the user has a handle to that callback) AND all references (from globus_callback_space_reference()) have been destroyed.
|
|
Initialize a space attr. Currently, the only attr to set is the behavior. The default behavior associated with this attr is GLOBUS_CALLBACK_SPACE_BEHAVIOR_SINGLE
|
|
Destroy a space attr.
|
|
Set the behavior of a space.
|
|
Get the behavior associated with an attr. Note: for a non-threaded build, this will always pass back a behavior == GLOBUS_CALLBACK_SPACE_BEHAVIOR_SINGLE.
|
|
Retrieve the space of a currently running callback.
|
|
Retrieve the current nesting level of a space.
|
|
See if the specified space is a single threaded behavior space.
|
about globus |
globus toolkit |
dev.globus
Comments? webmaster@globus.org