57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
#endif /* TCL_THREADS */
/*
*----------------------------------------------------------------------
*
* TclpThreadCreaet --
*
* This procedure creates a new thread.
*
* Results:
* TCL_OK if the thread could be created. The thread ID is
* returned in a parameter.
*
|
|
|
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
#endif /* TCL_THREADS */
/*
*----------------------------------------------------------------------
*
* TclpThreadCreate --
*
* This procedure creates a new thread.
*
* Results:
* TCL_OK if the thread could be created. The thread ID is
* returned in a parameter.
*
|