| /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 | 47 int _pthread_switch_add_np(pthread_switch_routine_t routine); 48 int _pthread_switch_delete_np(pthread_switch_routine_t routine); 51 _pthread_switch_add_np(pthread_switch_routine_t routine __unused) in _pthread_switch_add_np() 57 _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/crypto/openssl/crypto/thread/ |
| H A D | arch.c | 13 CRYPTO_THREAD *ossl_crypto_thread_native_start(CRYPTO_THREAD_ROUTINE routine, in ossl_crypto_thread_native_start() argument 18 if (routine == NULL) in ossl_crypto_thread_native_start() 33 handle->routine = routine; in ossl_crypto_thread_native_start()
|
| /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/crypto/openssl/doc/internal/man3/ |
| H A D | ossl_lib_ctx_get_data.pod | 24 ossl_lib_ctx_run_once() is used to run some initialisation routine I<run_once_fn> 25 exactly once per library context I<ctx> object. Each initialisation routine 28 Any resources allocated via a run once initialisation routine can be cleaned up 29 using ossl_lib_ctx_onfree(). This associates an "on free" routine I<onfreefn> with
|
| /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/crypto/krb5/src/util/et/ |
| H A D | com_err.texinfo | 150 table. The library using this error table need only call a routine 263 system. By convention, this routine should be called in the initialization 264 routine of the @var{xxxx} library. If the library has no initialization 265 routine, some combination of routines which form the core of the library 266 should ensure that this routine is called. It is not advised to leave it 269 There is no harm in calling this routine more than once. 284 This routine returns the character string error message associated 292 Although this routine is available for use when needed, its use should be 302 This routine provides an alternate way to print error messages to 319 This routine provides an interface, equivalent to @code{com_err} above, [all …]
|
| /freebsd/crypto/krb5/src/lib/crypto/builtin/des/doc/ |
| H A D | libdes.doc | 66 This is the low level routine that encrypts or decrypts a single 8-byte 96 If encrypt is non-zero, the routine cipher-block-chain encrypts 103 If encrypt is zero, the routine cipher-block chain decrypts the INPUT 116 /* cbc checksum (MAC) only routine ---------------------------------------- */ 150 routine when needed. 187 This routine issues the supplied prompt, turns off echo, if possible, and 192 using the string_to_key routine. The newly created key is copied to the 196 the terminal echo, the routine forces the process to exit.
|
| /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/jemalloc/bin/ |
| H A D | jeprof.in | 892 my $routine; 894 ($routine, $ignore) = ParseInteractiveArgs($3); 927 my $routine; 929 ($routine, $ignore) = ParseInteractiveArgs($2); 938 PrintListing($total, $libs, $flat, $cumulative, $routine, $html); 944 my $routine; 946 ($routine, $ignore) = ParseInteractiveArgs($1); 956 PrintDisassembly($libs, $flat, $cumulative, $routine); 1337 foreach my $routine (sort ByName keys(%{$symbol_table})) { 1338 my $start_addr = $symbol_table->{$routine}->[0]; [all …]
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | thread_arch.h | 73 CRYPTO_THREAD_ROUTINE routine; member 115 CRYPTO_THREAD *ossl_crypto_thread_native_start(CRYPTO_THREAD_ROUTINE routine,
|
| /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/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()
|
| /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/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/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.
|