YAP
7.1.0
threads.h
1
2
#ifndef THREADS_H
3
4
#define THREADS_H 1
5
6
#ifdef THREADS
7
8
Int Yap_thread_self(
void
);
9
int
Yap_get_thread_ref_count(
int
);
10
void
Yap_set_thread_ref_count(
int
,
int
);
11
CELL Yap_thread_create_engine(
YAP_thread_attr
*);
12
Int Yap_thread_attach_engine(
int
);
13
Int Yap_thread_detach_engine(
int
);
14
Int Yap_thread_destroy_engine(
int
);
15
16
#endif
17
18
#endif
YAP_thread_attr_struct
Definition:
YapDefs.h:116
H
threads.h
Generated by
1.9.3