192
Libraries
© 2008 Conrad Electronic
Return Parameter
info result
6.18.4 Thread_Kill
Thread Functions
Syntax
void Thread_Kill(byte thread);
Sub Thread_Kill(thread As Byte)
Description
Terminates a thread. If 0 is given as thread number, the whole program will be terminated.
Parameter
thread (0-13) thread number
6.18.5 Thread_Lock
Thread Functions
Syntax
void Thread_Lock(byte lock);
Sub Thread_Lock(lock As Byte)
Description
With this function you can inhibit thread changes. This is reasonable if you have a series of port operations
or other hardware actions that should not timely be separated in a thread change.
If you forget to remove the thread lock, the multithreading is not working.
Parameter
lock if set to 1 thread changes are inhibited, 0 means thread changes are allowed
Содержание C-Control Pro Mega Series
Страница 1: ... 2008 Conrad Electronic C Control Pro Mega Series ...
Страница 9: ...VIII Inhalt 2008 Conrad Electronic ...
Страница 10: ...Part 1 ...
Страница 17: ...Part 2 ...
Страница 23: ...Part 3 ...
Страница 41: ...32 Hardware 2008 Conrad Electronic 3 3 5 3 Component Parts Plan ...
Страница 57: ...48 Hardware 2008 Conrad Electronic 3 4 5 3 Component Parts Plan ...
Страница 58: ...Part 4 ...
Страница 91: ...82 IDE 2008 Conrad Electronic ...
Страница 92: ...Part 5 ...
Страница 135: ...126 Compiler 2008 Conrad Electronic 31 1F US 63 3F 95 5F _ 127 7F DEL ...
Страница 136: ...Part 6 ...
Страница 231: ...Part 7 ...
Страница 240: ......