Searched defs:catch (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__ostream/ |
H A D | basic_ostream.h | 208 } catch (...) { in catch() function 216 } catch (...) { in catch() function 236 } catch (...) { in catch() function 263 } catch (...) { in catch() function 283 } catch (...) { in catch() function 310 } catch (...) { in catch() function 330 } catch (...) { in catch() function 350 } catch (...) { in catch() function 370 } catch (...) { in catch() function 390 } catch (...) { in catch() function [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/ |
H A D | utils.h |
|
/freebsd/sys/kern/ |
H A D | kern_synch.c | 137 int catch, pri, rval, sleepq_flags; in _sleep() local 417 bool catch, drop; _blockcount_sleep() local
|
H A D | sys_pipe.c | 668 pipelock(struct pipe *cpipe, bool catch) in pipelock()
|
H A D | kern_lock.c | 273 catch = pri & PCATCH; in sleeplk() local
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_sigaction.c | 82 catch(int sig __unused) in catch() function
|
/freebsd/tools/regression/poll/ |
H A D | pipeselect.c | 53 catch(int sig) in catch() function
|
H A D | pipepoll.c | 82 catch(int sig __unused) in catch() function
|
/freebsd/sbin/fsck_ffs/ |
H A D | fsutil.c | 1328 catch(int sig __unused) in catch() function
|
/freebsd/contrib/tcsh/ |
H A D | sh.c | 1987 process(int catch) in process()
|
/freebsd/sys/sys/ |
H A D | buf.h | 312 #define BUF_TIMELOCK(bp, locktype, interlock, wmesg, catch, timo) \ argument
|