mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-27 15:52:28 +00:00
Implement thread cancellation for aarch64
This commit is contained in:
parent
dcda6f7d8d
commit
032b1f3449
54 changed files with 297 additions and 167 deletions
|
@ -97,8 +97,8 @@ void _pthread_free(struct PosixThread *);
|
|||
void _pthread_onfork_prepare(void);
|
||||
void _pthread_onfork_parent(void);
|
||||
void _pthread_onfork_child(void);
|
||||
long _pthread_cancel_sys(void);
|
||||
void _pthread_ungarbage(void);
|
||||
int _pthread_cancel_sys(void);
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue