pike.git/
src/
threads.h
Branch:
Tag:
Non-build tags
All tags
No tags
1996-12-15
1996-12-15 17:39:21 by Niels Möller <nisse@lysator.liu.se>
a70bd02c4282f8f79aa3e4977a218a11588bc42e (
2
lines) (+
2
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
Added th_self() macro
Rev: src/threads.h:1.7
28:
#define th_create(ID,fun,arg) pthread_create(ID,&pattr,fun,arg) #define th_exit(foo) pthread_exit(foo)
+
#define th_self() pthread_self()
#define COND_T pthread_cond_t #define co_init(X) pthread_cond_init((X), 0)