Do not use pthread_cancel. Instead use EV_EXIT.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
7a88a2b8e7
commit
7702401caa
1 changed files with 1 additions and 1 deletions
|
|
@ -154,6 +154,6 @@ static inline void queue_clear(queue_t *a) {
|
|||
}
|
||||
extern pthread_t hcore0, hcore1;
|
||||
#define multicore_launch_core1(a) pthread_create(&hcore1, NULL, (void *(*) (void *))a, NULL)
|
||||
#define multicore_reset_core1() pthread_cancel(hcore1)
|
||||
#define multicore_reset_core1()
|
||||
|
||||
#endif // _EMULATION_H_
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue