Searched refs:core_add_to_busy (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dtr-core.c293 core_add_to_busy( TrCore * core, int addMe ) function
303 static void core_inc_busy( TrCore * core ) { core_add_to_busy( core, 1 ); }
304 static void core_dec_busy( TrCore * core ) { core_add_to_busy( core, -1 ); }

Completed in 1570 milliseconds