| /freebsd-14.2/lib/libthr/thread/ |
| H A D | thr_clean.c | 56 __thr_cleanup_push_imp(void (*routine)(void *), void *arg, in __thr_cleanup_push_imp() 63 newbuf->routine = routine; in __thr_cleanup_push_imp() 79 old->routine(old->routine_arg); in __thr_cleanup_pop_imp() 86 _thr_cleanup_push(void (*routine)(void *), void *arg) in _thr_cleanup_push() 95 newbuf->routine = routine; in _thr_cleanup_push()
|
| H A D | thr_switch_np.c | 48 _pthread_switch_add_np(pthread_switch_routine_t routine __unused) in _pthread_switch_add_np() 54 _pthread_switch_delete_np(pthread_switch_routine_t routine __unused) in _pthread_switch_delete_np()
|
| /freebsd-14.2/contrib/arm-optimized-routines/pl/math/test/ |
| H A D | runulp.sh | 24 routine=$1 25 L=$(cat $LIMITS | grep "^$routine " | awk '{print $2}') 29 grep -q "^$routine$" $FENV || extra_flags="$extra_flags -f" 37 { echo $routine | grep -q "ZGV"; } && extra_flags="$extra_flags -z" 38 $emu ./ulp -e $L $flags ${extra_flags} $routine $ITV $4 && PASS=$((PASS+1)) || FAIL=$((FAIL+1))
|
| /freebsd-14.2/contrib/netbsd-tests/lib/libpthread/dlopen/ |
| H A D | t_main_pthread_create.c | 45 routine(void *arg) in routine() function 65 ret = pthread_create(&thread, NULL, routine, arg); in ATF_TC_BODY() 93 ret = testf_dso_pthread_create(&thread, NULL, routine, arg); in ATF_TC_BODY()
|
| H A D | t_dso_pthread_create.c | 46 routine(void *arg) in routine() function 84 ret = testf_dso_pthread_create(&thread, NULL, routine, arg); in ATF_TC_BODY()
|
| /freebsd-14.2/contrib/netbsd-tests/lib/libpthread/dlopen/dso/ |
| H A D | h_pthread_dlopen.c | 78 void *(*routine)(void *), void *arg) in testf_dso_pthread_create() 82 ret = pthread_create(thread, attr, routine, arg); in testf_dso_pthread_create()
|
| /freebsd-14.2/bin/sh/ |
| H A D | TOUR | 70 MAIN.C: The main routine performs some initialization, executes 203 EXEC.C: The routine find_command locates a command, and enters 214 The routine shellexec is the interface to the exec system call. 216 EXPAND.C: As the routine argstr generates words by parameter 245 argv to it. Builtin routines can also call error. This routine 255 The user should call the main routine "main", and #define main to 256 be the name of the routine to use when the program is linked into 264 SIGNALS: Trap.c implements the trap command. The routine set- 268 is caught, the routine "onsig" sets a flag. The routine dotrap 271 signal, the routine "onint" in error.c is called. [all …]
|
| /freebsd-14.2/contrib/llvm-project/openmp/runtime/src/include/ |
| H A D | omp.h.var | 199 …* The `omp_get_num_interop_properties` routine retrieves the number of implementation-defined prop… 203 … * The `omp_get_interop_int` routine retrieves an integer property from an `omp_interop_t` object. 207 … * The `omp_get_interop_ptr` routine retrieves a pointer property from an `omp_interop_t` object. 211 * The `omp_get_interop_str` routine retrieves a string property from an `omp_interop_t` object. 215 * The `omp_get_interop_name` routine retrieves a property name from an `omp_interop_t` object. 219 …* The `omp_get_interop_type_desc` routine retrieves a description of the type of a property associ… 223 …* The `omp_get_interop_rc_desc` routine retrieves a description of the return code associated with… 230 …* The `omp_target_memcpy_async` routine asynchronously performs a copy between any combination of … 235 …* The `omp_target_memcpy_rect_async` routine asynchronously performs a copy between any combinatio… 246 …* The `omp_get_mapped_ptr` routine returns the device pointer that is associated with a host point…
|
| /freebsd-14.2/contrib/nvi/catalog/ |
| H A D | README | 14 When the msgq() routine is called, if the user has specified a message 31 characters. No further translation is done by the msgq routine before 36 "file_name" must contain only printable characters. The routine 49 routine. 112 that it's worth creating a routine so that the string is only need in
|
| /freebsd-14.2/crypto/openssl/doc/internal/man3/ |
| H A D | ossl_lib_ctx_get_data.pod | 51 ossl_lib_ctx_run_once is used to run some initialisation routine I<run_once_fn> 52 exactly once per library context I<ctx> object. Each initialisation routine 55 Any resources allocated via a run once initialisation routine can be cleaned up 56 using ossl_lib_ctx_onfree. This associates an "on free" routine I<onfreefn> with
|
| /freebsd-14.2/contrib/byacc/package/ |
| H A D | byacc.spec | 21 routine written in the C programming language. It has a public domain 31 routine written in the C programming language. It has a public domain
|
| H A D | mingw-byacc.spec | 20 routine written in the C programming language. It has a public domain
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | RISCVAttributeParser.h | 19 Error (RISCVAttributeParser::*routine)(unsigned);
|
| H A D | CSKYAttributeParser.h | 19 Error (CSKYAttributeParser::*routine)(unsigned);
|
| /freebsd-14.2/crypto/openssl/apps/demoSRP/ |
| H A D | srp_verifier.txt | 1 # This is a file that will be filled by the openssl srp routine.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | RISCVAttributeParser.cpp | 58 if (Error e = (this->*AH.routine)(tag)) in handler()
|
| /freebsd-14.2/contrib/traceroute/ |
| H A D | INSTALL | 41 a modified version of the routine rip_output (normally found in the 62 (or anywhere before the call to icmp_send) in routine icmp_reflect. 101 strerror.c - emulation routine
|
| /freebsd-14.2/contrib/ntp/html/hints/ |
| H A D | solaris.xtra.4095849 | 10 the clock routine as soon as the time_offset becomes non-zero. 70 the clock routine as soon as the time_offset becomes non-zero.
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_thread_arg_retval.h | 33 void* (*routine)(void*); member
|
| /freebsd-14.2/sys/dev/ice/ |
| H A D | irdma_if.m | 59 * Called by the ice driver during the if_init routine to notify the RDMA 71 * Called by the ice driver during the if_stop routine to notify the RDMA
|
| /freebsd-14.2/sys/fs/cd9660/ |
| H A D | TODO.hibler | 4 them back. It looks like a separate (but very similar) lookup routine
|
| /freebsd-14.2/contrib/ntp/adjtimed/ |
| H A D | README | 3 adjtime() routine communicates with this daemon via SYSV messages.
|
| /freebsd-14.2/contrib/byacc/package/debian/ |
| H A D | control | 22 routine written in the C programming language. It has a public domain
|
| /freebsd-14.2/contrib/libpcap/ |
| H A D | TODO | 24 you can call "pcap_dispatch()" as the dispatch routine after putting
|
| /freebsd-14.2/share/examples/drivers/ |
| H A D | make_device_driver.sh | 312 * so your identify routine needn't do anything. 429 * or have been added by the 'identify routine above. 531 * and undo anything we did in the ISA attach routine. 811 * Make sure that the interrupt routine will always terminate,
|