| /src/lib/libpthread/ |
| pthread_once.c | 57 pthread_once(pthread_once_t *once_control, void (*routine)(void)) 60 return __libc_thr_once_stub(once_control, routine); 66 routine();
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/ |
| pthreads.c | 29 routine (void *arg) function 54 if (pthread_create (&tid, NULL, routine, (void *) 0xfeedface))
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/ |
| pthreads.c | 29 routine (void *arg) function 54 if (pthread_create (&tid, NULL, routine, (void *) 0xfeedface))
|
| /src/external/bsd/jemalloc/dist/test/src/ |
| thd.c | 6 LPTHREAD_START_ROUTINE routine = (LPTHREAD_START_ROUTINE)proc; local 7 *thd = CreateThread(NULL, 0, routine, arg, 0, NULL);
|
| /src/external/bsd/jemalloc.old/dist/test/src/ |
| thd.c | 6 LPTHREAD_START_ROUTINE routine = (LPTHREAD_START_ROUTINE)proc; local 7 *thd = CreateThread(NULL, 0, routine, arg, 0, NULL);
|
| /src/tests/lib/libpthread/dlopen/dso/ |
| h_pthread_dlopen.c | 78 void *(*routine)(void *), void *arg) 82 ret = pthread_create(thread, attr, routine, arg);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| RISCVAttributeParser.h | 19 Error (RISCVAttributeParser::*routine)(unsigned); member in struct:llvm::RISCVAttributeParser::DisplayHandler
|
| /src/tests/lib/libpthread/dlopen/ |
| t_main_pthread_create.c | 45 routine(void *arg) function 65 ret = pthread_create(&thread, NULL, routine, arg); 93 ret = testf_dso_pthread_create(&thread, NULL, routine, arg);
|
| t_dso_pthread_create.c | 49 routine(void *arg) function 94 ret = testf_dso_pthread_create(&thread, NULL, routine, arg);
|
| /src/external/bsd/openldap/dist/include/ |
| ldap_rq.h | 30 ldap_pvt_thread_start_t *routine; member in struct:re_s 47 ldap_pvt_thread_start_t* routine, 56 ldap_pvt_thread_start_t* routine,
|
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| rq.c | 48 ldap_pvt_thread_start_t *routine, 62 entry->routine = routine; 74 ldap_pvt_thread_start_t *routine, 81 if ( e->routine == routine && e->arg == arg )
|
| /src/crypto/external/apache2/openssl/dist/crypto/thread/ |
| arch.c | 13 CRYPTO_THREAD *ossl_crypto_thread_native_start(CRYPTO_THREAD_ROUTINE routine, 18 if (routine == NULL) 33 handle->routine = routine;
|
| /src/crypto/external/bsd/heimdal/dist/lib/ipc/ |
| heim_ipc.defs | 48 routine call(
|
| /src/sys/arch/m68k/060sp/dist/ |
| fskeletn.s | 69 # routine. The operating system can do system dependent clean-up or 80 # is present. The routine below should point to the operating system handler 84 # The sample routine below simply clears the exception status bit and 98 # is present. The routine below should point to the operating system handler 102 # The sample routine below simply clears the exception status bit and 116 # is present. The routine below should point to the operating system handler 121 # The sample routine below simply clears the exception status bit and 135 # is present. The routine below should point to the operating system handler 140 # The sample routine below simply clears the exception status bit and 154 # is present. The routine below should point to the operating system handler [all...] |
| iskeletn.s | 85 # stack frame and branches to this routine. 118 # Integer Instruction stack frame and branches to this routine. 156 # then this routine simply re-enters the package through _isp_cas. 167 # then this routine simply re-enters the package through _isp_cas2. 176 # Entry point for the operating system's routine to "lock" a page 177 # from being paged out. This routine is needed by the cas/cas2 179 # region. Note: the routine must lock two pages if the operand 181 # NOTE: THE ROUTINE SHOULD RETURN AN FSLW VALUE IN D0 ON FAILURE 198 # Entry point for the operating system's routine to "unlock" a 200 # Note: the routine must unlock two pages if the operand span [all...] |
| /src/external/gpl3/binutils/dist/gprofng/gp-display-html/ |
| gp-display-html.in | 3277 my ($executable_name, $base_va_executable, $loadobj, $routine) = @_; 3287 $msg = "routine = " . $routine; 3547 $msg = $kip . ": routine = " . ${$elm}{"routine"}; 3551 if ($key eq "routine") 3573 my ($elf_loadobjects_found, $elf_arch, $loadobj, $routine, 3597 # TBD: $routine is not really used in these subroutines. Is this a bug? 3604 $routine, 3612 $routine, [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/ |
| gp-display-html.in | 3277 my ($executable_name, $base_va_executable, $loadobj, $routine) = @_; 3287 $msg = "routine = " . $routine; 3547 $msg = $kip . ": routine = " . ${$elm}{"routine"}; 3551 if ($key eq "routine") 3573 my ($elf_loadobjects_found, $elf_arch, $loadobj, $routine, 3597 # TBD: $routine is not really used in these subroutines. Is this a bug? 3604 $routine, 3612 $routine, [all...] |
| /src/sys/arch/vax/boot/common/ |
| romread.S | 67 calls $6, (%r6) # call the qio-routine 83 calls $6, (%r6) # call the qio-routine
|
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| thread_arch.h | 73 CRYPTO_THREAD_ROUTINE routine; member in struct:crypto_thread_st 115 CRYPTO_THREAD *ossl_crypto_thread_native_start(CRYPTO_THREAD_ROUTINE routine,
|
| /src/games/warp/ |
| config.h.SH | 55 * This symbol, if defined, indicates that the ftime() routine exists. 61 * gethostname() routine to derive the host name. See also DOUNAME 66 * uname() routine to derive the host name. See also GETHOSTNAME and 71 * contents of PHOSTNAME as a command to feed to the popen() routine 79 * This symbol, if defined, indicates that the getpwent() routine 80 * should be used instead of the getpw() routine. 122 * This symbol, if defined, indicates that the rdchk routine is available 124 * the routine is used only if FIONREAD and O_NDELAY aren't available. 219 * function parameters. Do not use Reg<n> more than once per routine.
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| RISCVAttributeParser.cpp | 59 if (Error e = (this->*displayRoutines[AHI].routine)(tag))
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_thread_arg_retval.h | 33 void* (*routine)(void*); member in struct:__sanitizer::ThreadArgRetval::Args 51 // Returns thread arg and routine.
|
| /src/external/gpl3/gcc/dist/libgcc/config/ |
| darwin-crt3.c | 45 is worked around by wrapping each atexit/__cxa_atexit routine with 46 our own routine which ensures that any __cxa_atexit calls while it 85 /* This structure holds a routine to call. There may be extra fields 120 /* 1 if an atexit routine is currently being run by this code, 0 141 fails to call routines registered while an atexit routine is 318 so KEYMGR_ATEXIT_LIST is known to be locked; this routine is responsible 374 /* Call the routine described by ROUTINE_PARAM and then call any 375 routines added to KEYMGR_ATEXIT_LIST while that routine was 381 struct one_atexit_routine * routine = routine_param; local 395 if (routine->has_arg [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/ |
| darwin-crt3.c | 45 is worked around by wrapping each atexit/__cxa_atexit routine with 46 our own routine which ensures that any __cxa_atexit calls while it 85 /* This structure holds a routine to call. There may be extra fields 120 /* 1 if an atexit routine is currently being run by this code, 0 141 fails to call routines registered while an atexit routine is 318 so KEYMGR_ATEXIT_LIST is known to be locked; this routine is responsible 374 /* Call the routine described by ROUTINE_PARAM and then call any 375 routines added to KEYMGR_ATEXIT_LIST while that routine was 381 struct one_atexit_routine * routine = routine_param; local 395 if (routine->has_arg [all...] |
| /src/external/lgpl3/gmp/dist/tune/ |
| speed.c | 34 To add a new routine foo(), create a speed_foo() function in the style of 35 the existing ones and add an entry in the routine[] array. Put FLAG_R if 145 } routine[] = { variable in typeref:struct:routine_t 688 if there's more than one routine. */ 1025 for (i = 0; i < numberof (routine); i++) 1027 nlen = strlen (routine[i].name); 1028 if (memcmp (s, routine[i].name, nlen) != 0) 1035 if (! (routine[i].flag & (FLAG_R|FLAG_R_OPTIONAL))) 1043 c->p = &routine[i]; 1052 if (routine[i].flag & FLAG_R [all...] |