Home
last modified time | relevance | path

Searched refs:signal_parent (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dcnd_timedwait.c25 static int signal_parent(void *arg) in signal_parent() function
65 if (thrd_create(&id, signal_parent, NULL) != thrd_success) { in cnd_timedwait_0100()
109 if (thrd_create(&id, signal_parent, NULL) != thrd_success) { in cnd_timedwait_time64_0100()
/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl31.c58 static void signal_parent(void);
312 static void signal_parent(void) in signal_parent() function
355 signal_parent(); in check_io_signal()