Searched refs:FF_SYNC_t (Results 1 – 4 of 4) sorted by relevance
110 FF_SYNC_t* sobj /* Pointer to return the created sync object */ in ff_cre_syncobj()137 FF_SYNC_t* sobj /* Sync object tied to the logical drive to be deleted */ in ff_del_syncobj()162 FF_SYNC_t* sobj /* Sync object to wait */ in ff_req_grant()184 FF_SYNC_t* sobj /* Sync object to be signaled */ in ff_rel_grant()
327 #define FF_SYNC_t LosMux macro331 #define FF_SYNC_t HANDLE macro
231 FF_SYNC_t sobj; /* Identifier of sync object */550 int ff_cre_syncobj (BYTE vol, FF_SYNC_t* sobj); /* Create a sync object */551 int ff_req_grant (FF_SYNC_t* sobj); /* Lock sync object */552 void ff_rel_grant (FF_SYNC_t* sobj); /* Unlock sync object */553 int ff_del_syncobj (FF_SYNC_t* sobj); /* Delete a sync object */
363 FF_SYNC_t is removed from the configuration options.