pike.git/
src/
threads.c
Branch:
Tag:
Non-build tags
All tags
No tags
2006-08-09
2006-08-09 01:20:33 by Martin Nilsson <mani@lysator.liu.se>
8678ad98219f66c2bca8c86f9a7954d20468a7f4 (
9
lines) (+
5
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
@value argument is code and does not support markup.
Rev: src/threads.c:1.252
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: threads.c,v 1.
251
2006/
07
/
05
02
:
22
:
56
mast
Exp $
+
|| $Id: threads.c,v 1.
252
2006/
08
/
09
01
:
20
:
33
nilsson
Exp $
*/ #ifndef CONFIGURE_TEST
1699:
*! *! @returns *! @int
-
*! @value
@[
Thread.THREAD_NOT_STARTED
]
-
*! @value
@[
Thread.THREAD_RUNNING
]
-
*! @value
@[
Thread.THREAD_EXITED
]
+
*! @value Thread.THREAD_NOT_STARTED
+
*! @value Thread.THREAD_RUNNING
+
*! @value Thread.THREAD_EXITED
*! @endint */ void f_thread_id_status(INT32 args)