From 67d224af9e8d4cf07cf6c2bb3197b3dd7a90f2e7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 8 Dec 1995 21:06:15 +0000 Subject: added correct use of _Thread_queue_Enter_critical_section --- c/src/exec/score/src/mpci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/exec/score/src/mpci.c') diff --git a/c/src/exec/score/src/mpci.c b/c/src/exec/score/src/mpci.c index 7887fe355e..08b8eff9ba 100644 --- a/c/src/exec/score/src/mpci.c +++ b/c/src/exec/score/src/mpci.c @@ -195,7 +195,7 @@ unsigned32 _MPCI_Send_request_packet ( (*_MPCI_table->send_packet)( destination, the_packet ); - _MPCI_Remote_blocked_threads.sync = TRUE; + _Thread_queue_Enter_critical_section( &_MPCI_Remote_blocked_threads ); /* * See if we need a default timeout -- cgit v1.2.3