silc_thread_queue_push
SYNOPSIS
void silc_thread_queue_push(SilcThreadQueue queue, void *data);
DESCRIPTION
Pushes the `data' into the thread queue. The data will become immediately available in the queue for other threads.
Copyright © 2001 - 2008 SILC Project SILC Project Website |
SILC Runtime Toolkit Manual Index |
SYNOPSIS
void silc_thread_queue_push(SilcThreadQueue queue, void *data);
DESCRIPTION
Pushes the `data' into the thread queue. The data will become immediately available in the queue for other threads.