Home
last modified time | relevance | path

Searched refs:hmq (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/os2/
Dos2ish.h519 int (*DestroyMsgQueue)(unsigned long hmq);
528 unsigned long (*CancelShutdown)(unsigned long hmq, unsigned long fCancelAlways);
/mirbsd/src/gnu/usr.bin/lynx/src/
DLYUtils.c7441 static HMQ hmq; variable
7458 hmq = WinCreateMsgQueue(hab, 64); in morph_PM()
7459 WinCancelShutdown(hmq, 1); /* Do not inform us on shutdown */ in morph_PM()
7464 WinDestroyMsgQueue(hmq); in unmorph_PM()
/mirbsd/src/gnu/usr.bin/perl/
DREADME.os22016 To get an C<HMQ>, the extension should call C<hmq = perl_hmq_GET(serve)> in C.
2017 After this call is performed, C<hmq> may be accessed as C<Perl_hmq>.