コード例 #1
0
ファイル: dtq.c プロジェクト: AHCALMonitoring/dim
void dim_no_threads()
{
	extern void dic_no_threads();
	extern void dis_no_threads();
	
	DIM_Threads_OFF = 1;
	Threads_off = 1;
	dic_no_threads();
	dis_no_threads();
}
コード例 #2
0
ファイル: dtq.c プロジェクト: Baldurf/phos_dcs_3
void dim_no_threads()
{
	Threads_off = 1;
	dic_no_threads();
	dis_no_threads();
}