Change-Id: I7b1be4831cdf5a68417d69b6c97f7d13aff6d985
pthread_mutex_unlock(&gLock);
}
+int
+tbm_bufmgr_debug_get_ref_count(void)
+{
+ return (gBufMgr) ? gBufMgr->ref_count : 0;
+}
+
int
tbm_bufmgr_debug_queue_dump(char *path, int count, int onoff)
{
*/
void tbm_bufmgr_debug_dump_set_scale(double scale);
+/**
+ * @brief Get ref_count of a global tbm_bufmgr
+ * @since_tizen 5.0
+ */
+int tbm_bufmgr_debug_get_ref_count(void);
+
int tbm_bufmgr_bind_native_display(tbm_bufmgr bufmgr, void *NativeDisplay);
#ifdef __cplusplus