This website requires JavaScript.
Explore
Help
Sign In
fluencelabs
/
musl
Watch
1
Star
0
Fork
0
You've already forked musl
mirror of
https://github.com/fluencelabs/musl
synced
2025-05-21 19:51:31 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
musl
/
src
/
thread
/
pthread_testcancel.c
9 lines
100 B
C
Raw
Normal View
History
Unescape
Escape
initial check-in, version 0.5.0
2011-02-12 00:22:29 -05:00
#
include
"pthread_impl.h"
use weak aliases rather than function pointers to simplify some code
2011-08-06 20:09:51 -04:00
void
__testcancel
(
void
)
;
initial check-in, version 0.5.0
2011-02-12 00:22:29 -05:00
void
pthread_testcancel
(
)
{
use weak aliases rather than function pointers to simplify some code
2011-08-06 20:09:51 -04:00
__testcancel
(
)
;
initial check-in, version 0.5.0
2011-02-12 00:22:29 -05:00
}
Reference in New Issue
Copy Permalink