There is additional synchronization mechanism in TCE, which allows a parent thread to synchronize with its children at the moment of their termination. tce_thrd_join function will block the parent thread until the specified child terminates its execution: |
void func(p1) |
{
|
} |
void main(int argc, char *argv[]) |
{
|
} |