#include "gm_call_trace.h"#include "gm_cmp64.h"#include "gm_debug.h"#include "gm_internal.h"#include "gm_send_queue.h"Functions | |
| GM_ENTRY_POINT gm_recv_event_t * | gm_blocking_receive_no_spin (gm_port_t *p) |
|
|
gm_blocking_receive_no_spin() behaves just like gm_blocking_receive(), only it sleeps the current thread immediately if no receive is pending. It is well suited to applications with more than one CPU-intensive thread per processor.
|
1.4.4