pike.git/
src/
threads.h
Branch:
Tag:
Non-build tags
All tags
No tags
1998-08-26
1998-08-26 18:43:49 by Marcus Comstedt <marcus@mc.pp.se>
8ddd5dbbca0670d48fcb018d70dc9a45a4f06d75 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Prototype for f_thread_local added.
Rev: src/threads.h:1.51
1:
/*
-
* $Id: threads.h,v 1.
50
1998/08/
24
20
:
58
:
41
marcus Exp $
+
* $Id: threads.h,v 1.
51
1998/08/
26
18
:
43
:
49
marcus Exp $
*/ #ifndef THREADS_H #define THREADS_H
482:
struct thread_state *thread_state_for_id(THREAD_T tid); struct object *thread_for_id(THREAD_T tid); void f_all_threads(INT32 args);
+
void f_thread_local(INT32 args);
void low_init_threads_disable(void); void init_threads_disable(struct object *o);