Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

gm_send_token_available.c File Reference

#include "gm_internal.h"

Functions

int gm_send_token_available (gm_port_t *p, unsigned priority)

Detailed Description

This file contains the GM API function gm_send_token_available().


Function Documentation

int gm_send_token_available gm_port_t *    p,
unsigned    priority
 

gm_send_token_available() tests for the availability of a send token without allocating the send token. It is similar to the function gm_alloc_send_token(port,priority) without the allocation.

Return values:
int 
Parameters:
p  (IN) The GM port on the source/sender GM node from which the communication would be sent.
priority  (IN) The priority of the message to be sent.
See also:
gm_alloc_send_token
Author:
Glenn Brown
Version:
GM_API_VERSION (as defined in gm.h)


Generated on Mon Nov 3 15:39:26 2003 for GM by doxygen1.2.15