Last change
on this file since 13437 was
13437,
checked in by Mark Evenson, 11 years ago
|
Working through manual printing issues (incomplete).
|
File size:
1.6 KB
|
Line | |
---|
1 | \begin{verbatim} |
---|
2 | THREADS:CURRENT-THREAD |
---|
3 | Function: (not documented) |
---|
4 | THREADS:DESTROY-THREAD |
---|
5 | Function: (not documented) |
---|
6 | THREADS:GET-MUTEX |
---|
7 | Function: Acquires a lock on the `mutex'. |
---|
8 | THREADS:INTERRUPT-THREAD |
---|
9 | Function: Interrupts THREAD and forces it to apply FUNCTION to ARGS. |
---|
10 | THREADS:MAILBOX-EMPTY-P |
---|
11 | Function: Returns non-NIL if the mailbox can be read from, NIL otherwise. |
---|
12 | THREADS:MAILBOX-PEEK |
---|
13 | Function: Returns two values. The second returns non-NIL when the mailbox |
---|
14 | THREADS:MAILBOX-READ |
---|
15 | Function: Blocks on the mailbox until an item is available for reading. |
---|
16 | THREADS:MAILBOX-SEND |
---|
17 | Function: Sends an item into the mailbox, notifying 1 waiter |
---|
18 | THREADS:MAKE-MAILBOX |
---|
19 | Function: (not documented) |
---|
20 | THREADS:MAKE-MUTEX |
---|
21 | Function: (not documented) |
---|
22 | THREADS:MAKE-THREAD |
---|
23 | Function: (not documented) |
---|
24 | THREADS:MAKE-THREAD-LOCK |
---|
25 | Function: Returns an object to be used with the `with-thread-lock' macro. |
---|
26 | THREADS:MAPCAR-THREADS |
---|
27 | Function: (not documented) |
---|
28 | THREADS:OBJECT-NOTIFY |
---|
29 | Function: (not documented) |
---|
30 | THREADS:OBJECT-NOTIFY-ALL |
---|
31 | Function: (not documented) |
---|
32 | THREADS:OBJECT-WAIT |
---|
33 | Function: (not documented) |
---|
34 | THREADS:RELEASE-MUTEX |
---|
35 | Function: Releases a lock on the `mutex'. |
---|
36 | THREADS:SYNCHRONIZED-ON |
---|
37 | Function: (not documented) |
---|
38 | THREADS:THREAD |
---|
39 | Class: (not documented) |
---|
40 | THREADS:THREAD-ALIVE-P |
---|
41 | Function: Boolean predicate whether THREAD is alive. |
---|
42 | THREADS:THREAD-JOIN |
---|
43 | Function: Waits for thread to finish. |
---|
44 | THREADS:THREAD-NAME |
---|
45 | Function: (not documented) |
---|
46 | THREADS:THREADP |
---|
47 | Function: (not documented) |
---|
48 | THREADS:WITH-MUTEX |
---|
49 | Function: (not documented) |
---|
50 | THREADS:WITH-THREAD-LOCK |
---|
51 | Function: (not documented) |
---|
52 | \end{verbatim} |
---|
Note: See
TracBrowser
for help on using the repository browser.