Skip to main content

Name

__get_global_mail_queue — Allocates memory and initializes the global mail queue

Synopsis

#include "mail_queue.h"

| Skiplist * **__get_global_mail_queue** ( | ); |   |

void;

Description

Allocates memory and initializes the global mail queue.

Return Values

This function returns the address of a newly allocated global mail queue. This is an address of a “Skiplist”.

Threading

Warning

Only call this function from the Scheduler thread.

See Also

Was this page helpful?