aclrtSynchronizeEvent
Applicability
|
Product |
Supported |
|---|---|
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
Description
Blocks the current thread until all tasks captured in an event are completed. For more details, see aclrtRecordEvent.
Prototype
aclError aclrtSynchronizeEvent(aclrtEvent event)
Parameters
|
Parameter |
Input/Output |
Description |
|---|---|---|
|
event |
Input |
Event to wait on. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: Event Management