Skip to content
Snippets Groups Projects
Commit 8b05c95a authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

Added the names for thread_create, this_thread and all_threads to

correspond with the manual.

Rev: lib/modules/Thread.pmod:1.24
parent db871453
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,10 @@ constant Condition=__builtin.condition;
constant _Disabled=__builtin.threads_disabled;
constant Local=__builtin.thread_local;
constant thread_create = predef::thread_create;
constant this_thread = predef::this_thread;
constant all_threads = predef::all_threads;
class Fifo {
inherit Condition : r_cond;
inherit Condition : w_cond;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment