Searched refs:FF_SYNC_t (Results 1 – 5 of 5) sorted by relevance
25 int ff_cre_syncobj(BYTE vol, FF_SYNC_t* sobj) in ff_cre_syncobj()32 int ff_del_syncobj(FF_SYNC_t sobj) in ff_del_syncobj()38 int ff_req_grant (FF_SYNC_t sobj) in ff_req_grant()43 void ff_rel_grant (FF_SYNC_t sobj) in ff_rel_grant()
54 FF_SYNC_t* sobj /* Pointer to return the created sync object */ in ff_cre_syncobj()90 FF_SYNC_t sobj /* Sync object tied to the logical drive to be deleted */ in ff_del_syncobj()121 FF_SYNC_t sobj /* Sync object to wait */ in ff_req_grant()150 FF_SYNC_t sobj /* Sync object to be signaled */ in ff_rel_grant()
142 FF_SYNC_t sobj; /* Identifier of sync object */355 int ff_cre_syncobj (BYTE vol, FF_SYNC_t* sobj); /* Create a sync object */356 int ff_req_grant (FF_SYNC_t sobj); /* Lock sync object */357 void ff_rel_grant (FF_SYNC_t sobj); /* Unlock sync object */358 int ff_del_syncobj (FF_SYNC_t sobj); /* Delete a sync object */
289 #define FF_SYNC_t SemaphoreHandle_t macro
55 FF_SYNC_t *sobj /* Pointer to return the created sync object */ in ff_cre_syncobj()72 FF_SYNC_t sobj /* Sync object tied to the logical drive to be deleted */ in ff_del_syncobj()88 FF_SYNC_t sobj /* Sync object to wait */ in ff_req_grant()102 FF_SYNC_t sobj /* Sync object to be signaled */ in ff_rel_grant()