2012-03-24 14:06:46 -04:00
|
|
|
/****************************************************************
|
|
|
|
* *
|
|
|
|
* Copyright 2012 Fidelity Information Services, Inc *
|
|
|
|
* *
|
|
|
|
* This source code contains the intellectual property *
|
|
|
|
* of its copyright holder(s), and is made available *
|
|
|
|
* under a license. If you do not know the terms of *
|
|
|
|
* the license, please stop and do not read further. *
|
|
|
|
* *
|
|
|
|
****************************************************************/
|
|
|
|
|
|
|
|
#ifndef _GTMSOURCE_SRV_LATCH
|
|
|
|
#define _GTMSOURCE_SRV_LATCH
|
|
|
|
|
2024-07-19 11:43:27 -04:00
|
|
|
boolean_t grab_gtmsource_srv_latch(sm_global_latch_ptr_t latch, uint4 max_timeout_in_secs, uint4 onln_rlbk_action);
|
2012-03-24 14:06:46 -04:00
|
|
|
|
|
|
|
boolean_t rel_gtmsource_srv_latch(sm_global_latch_ptr_t latch);
|
|
|
|
|
|
|
|
boolean_t gtmsource_srv_latch_held_by_us(void);
|
|
|
|
|
|
|
|
#endif
|