Home
last modified time | relevance | path

Searched refs:cancel_handler (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_cancel.c48 static void cancel_handler(int sig, siginfo_t *si, void *ctx) in cancel_handler() function
69 .sa_sigaction = cancel_handler in init_cancellation()
/third_party/musl/src/thread/
Dpthread_cancel.c48 static void cancel_handler(int sig, siginfo_t *si, void *ctx) in cancel_handler() function
81 .sa_sigaction = cancel_handler in init_cancellation()
/third_party/musl/porting/linux/user/src/thread/
Dpthread_cancel.c49 static void cancel_handler(int sig, siginfo_t *si, void *ctx) in cancel_handler() function
82 .sa_sigaction = cancel_handler in init_cancellation()