__get_global_mail_queue
Last updated March 2020
Name
__get_global_mail_queue — Allocates memory and initializes the global mail queue
Synopsis
#include "mail_queue.h"
| Skiplist * **__get_global_mail_queue** (
| )
; | |
Description
Allocates memory and initializes the global mail queue.
This function returns the address of a newly allocated global mail queue. This is an address of a “Skiplist”.
Warning
Only call this function from the Scheduler
thread.
See Also
Was this page helpful?