/freebsd/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/contrib/arm-optimized-routines/math/test/ |
H A D | runulp.sh | 24 routine=$1; shift 41 L=$(grep "^$routine " $limits_file | awk '{print $2}') 42 …[ -n "$L" ] || { echo ERROR: Could not determine ULP limit for $routine in $limits_file && false; } 43 cvals=($(grep "^$routine " $CVALS | awk '{print $2}')) 45 if grep -q "^$routine$" $DISABLE_FENV; then extra_flags="$extra_flags -f"; fi 51 …$emu ./ulp -e $L $flags $extra_flags -r $r $c_arg $routine $ITV $n && PASS=$((PASS+1)) || FAIL=$((…
|
/freebsd/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/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/bin/sh/ |
H A D | TOUR | 69 MAIN.C: The main routine performs some initialization, executes 202 EXEC.C: The routine find_command locates a command, and enters 213 The routine shellexec is the interface to the exec system call. 215 EXPAND.C: As the routine argstr generates words by parameter 218 the routine expandmeta performs file name generation (if enabled). 244 argv to it. Builtin routines can also call error. This routine 254 The user should call the main routine "main", and #define main to 255 be the name of the routine to use when the program is linked into 263 SIGNALS: Trap.c implements the trap command. The routine set- 267 is caught, the routine "onsig" sets a flag. The routine dotrap [all …]
|
/freebsd/contrib/llvm-project/openmp/runtime/src/include/ |
H A D | omp.h.var | 201 …* The `omp_get_num_interop_properties` routine retrieves the number of implementation-defined prop… 205 … * The `omp_get_interop_int` routine retrieves an integer property from an `omp_interop_t` object. 209 … * The `omp_get_interop_ptr` routine retrieves a pointer property from an `omp_interop_t` object. 213 * The `omp_get_interop_str` routine retrieves a string property from an `omp_interop_t` object. 217 * The `omp_get_interop_name` routine retrieves a property name from an `omp_interop_t` object. 221 …* The `omp_get_interop_type_desc` routine retrieves a description of the type of a property associ… 225 …* The `omp_get_interop_rc_desc` routine retrieves a description of the return code associated with… 232 …* The `omp_target_memcpy_async` routine asynchronously performs a copy between any combination of … 237 …* The `omp_target_memcpy_rect_async` routine asynchronously performs a copy between any combinatio… 248 …* The `omp_get_mapped_ptr` routine returns the device pointer that is associated with a host point…
|
/freebsd/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/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/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/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/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/contrib/llvm-project/libunwind/src/ |
H A D | UnwindRegistersRestore.S | 77 # to share restore code below. Since this routine restores and 763 @ only accessed if the personality routine needs these registers. Use of
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | RISCVAttributeParser.cpp | 69 if (Error e = (this->*AH.routine)(tag)) in handler()
|
H A D | CSKYAttributeParser.cpp | 74 if (Error e = (this->*AH.routine)(tag)) in handler()
|
/freebsd/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/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_thread_arg_retval.h | 33 void* (*routine)(void*); member 51 // Returns thread arg and routine.
|
/freebsd/sys/fs/cd9660/ |
H A D | TODO.hibler | 4 them back. It looks like a separate (but very similar) lookup routine
|
/freebsd/contrib/ntp/adjtimed/ |
H A D | README | 3 adjtime() routine communicates with this daemon via SYSV messages.
|
/freebsd/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,
|
/freebsd/contrib/libpcap/ |
H A D | TODO | 24 you can call "pcap_dispatch()" as the dispatch routine after putting
|
/freebsd/usr.bin/compress/doc/ |
H A D | revision.log | 6 * Removed ferror() calls in output routine on every output except first. 12 * computations. Fixed dump_tab() DEBUG routine.
|
/freebsd/lib/libc/db/ |
H A D | README | 25 db The dbopen(3) interface routine.
|