Home
last modified time | relevance | path

Searched defs:catch (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__ostream/
H A Dbasic_ostream.h208 } 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 Dutils.h
/freebsd/sys/kern/
H A Dkern_synch.c137 int catch, pri, rval, sleepq_flags; in _sleep() local
417 bool catch, drop; _blockcount_sleep() local
H A Dsys_pipe.c668 pipelock(struct pipe *cpipe, bool catch) in pipelock()
H A Dkern_lock.c273 catch = pri & PCATCH; in sleeplk() local
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_sigaction.c82 catch(int sig __unused) in catch() function
/freebsd/tools/regression/poll/
H A Dpipeselect.c53 catch(int sig) in catch() function
H A Dpipepoll.c82 catch(int sig __unused) in catch() function
/freebsd/sbin/fsck_ffs/
H A Dfsutil.c1328 catch(int sig __unused) in catch() function
/freebsd/contrib/tcsh/
H A Dsh.c1987 process(int catch) in process()
/freebsd/sys/sys/
H A Dbuf.h312 #define BUF_TIMELOCK(bp, locktype, interlock, wmesg, catch, timo) \ argument