• Home
  • Raw
  • Download

Lines Matching +full:mutually +full:- +full:exclusive

4  * Copyright (c) 1996-1999 Distributed Processing Technology Corporation
28 /*File - OSD_UTIL.H
40 * Phone: (407) 830-5522 Fax: (407) 260-5366
54 /*Definitions - Defines & Constants ----------------------------------------- */
56 /*----------------------------- */
58 /*----------------------------- */
72 /*-------------------------------- */
74 /*-------------------------------- */
102 /*--------------------- */
104 /*--------------------- */
134 /* chunk when accessing mis-aligned */
151 /*-------------------------------------------------------------------*/
162 /*-------------------------------------------------------------------*/
174 /*---------------------- */
176 /*---------------------- */
202 /*Prototypes - function ----------------------------------------------------- */
208 /*------------------------ */
210 /*------------------------ */
248 /*-------------------------------------*
260 *-------------------------------------*/
265 // for big-endian we need to swap
277 // for little-endian we don't need to do anything
291 /*----------------------------------- */
292 /* Run-time loadable module functions */
293 /*----------------------------------- */
295 /* Loads the specified run-time loadable DLL */
297 /* Unloads the specified run-time loadable DLL */
299 /* Returns a pointer to a function inside a run-time loadable DLL */
302 /*--------------------------------------- */
303 /* Mutually exclusive semaphore functions */
304 /*--------------------------------------- */
308 /* Create a mutually exlusive semaphore */
315 /* Destroy the specified mutually exclusive semaphore object */
317 /* Request access to the specified mutually exclusive semaphore */
319 /* Release access to the specified mutually exclusive semaphore */
328 /*----------------- */
330 /*----------------- */
332 /* Releases control to the task switcher in non-preemptive */