meta declarations for thread stuff (from Paulo Moura).

This commit is contained in:
Vítor Santos Costa 2010-06-14 08:56:21 +01:00
parent dc4557c707
commit a055cc4637
1 changed files with 8 additions and 6 deletions

View File

@ -16,12 +16,14 @@
*************************************************************************/
:- meta_predicate
thread_create(:,-,:),
thread_create(:,-),
thread_create(:),
thread_at_exit(:),
thread_signal(+,:),
with_mutex(+,:),
thread_initialization(0),
thread_at_exit(0),
thread_create(0, -, :),
thread_create(0, -),
thread_create(0),
thread_signal(+, 0),
with_mutex(+, 0),
thread_signal(+,0),
volatile(:).
volatile(P) :- var(P),