Searched refs:chld (Results 1 – 4 of 4) sorted by relevance
/third_party/ltp/testcases/kernel/mem/page/ |
D | page02.c | 78 int chld(); 83 if (signal(SIGUSR1, (void (*)())chld) == SIG_ERR) { 230 int chld() in chld() function 232 if (signal(SIGUSR1, (void (*)())chld) == SIG_ERR) { in chld()
|
/third_party/ltp/testcases/kernel/mem/vmtests/ |
D | data_space.c | 107 int chld(); 140 if (sigset(SIGUSR1, (void (*)())chld) == SIG_ERR) { 464 int chld() in chld() function 466 if (sigset(SIGUSR1, (void (*)())chld) == SIG_ERR) { in chld()
|
/third_party/ltp/testcases/kernel/syscalls/mkdir/ |
D | mkdir09.c | 65 void chld(int sig); 121 if (signal(SIGCHLD, chld) == SIG_ERR) { in main() 311 void chld(int sig) in chld() function
|
/third_party/boost/boost/test/impl/ |
D | framework.ipp | 734 BOOST_TEST_FOREACH( value_type, chld, ts.m_ranked_children ) { 740 … result = (std::min)( result, execute_test_tree( chld.second, chld_timeout, &rand_gen ) ); 779 BOOST_TEST_FOREACH( test_unit_id, chld, children_with_the_same_rank ) { 784 … result = (std::min)( result, execute_test_tree( chld, chld_timeout, &rand_gen ) );
|