HomeSort by: relevance | last modified time | path
    Searched defs:routine (Results 1 - 22 of 22) sorted by relevancy

  /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/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/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/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/apache2/llvm/dist/llvm/include/llvm/Support/
ARMAttributeParser.h 26 Error (ARMAttributeParser::*routine)(ARMBuildAttrs::AttrType); member in struct:llvm::ARMAttributeParser::DisplayHandler
RISCVAttributeParser.h 19 Error (RISCVAttributeParser::*routine)(unsigned); member in struct:llvm::RISCVAttributeParser::DisplayHandler
  /src/sys/lib/libkern/arch/hppa/
prefix.h 83 ; VERSION is used wherever ".version" can appear in a routine variable
  /src/tests/lib/libpthread/dlopen/
t_dso_pthread_create.c 49 routine(void *arg) function
94 ret = testf_dso_pthread_create(&thread, NULL, routine, arg);
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);
  /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/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/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/sys/arch/alpha/include/
prom.h 32 uint64_t routine; member in struct:prom_vec
  /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/sys/arch/acorn32/podulebus/
sbic.c 201 u_char debug_asr, debug_csr, routine; variable
265 * default minphys routine for sbic based controllers
1278 DBG(routine = 3);
1482 * programmed i/o. This routine is a lot like sbicicmd except we
1548 DBG(routine = 1);
1616 DBG(routine = 1);
1671 DBG(routine = 2);
1717 DBG(routine = 2);
2365 (routine == 1) ? "sbicgo" :
2366 (routine == 2) ? "sbicintr"
    [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...]
  /src/sys/arch/amiga/dev/
sbic.c 181 u_char debug_asr, debug_csr, routine; variable
240 * default minphys routine for sbic based controllers
1341 routine = 3;
1555 * programmed i/o. This routine is a lot like sbicicmd except we
1618 routine = 1;
1789 routine = 1;
1839 routine = 2;
1883 routine = 2;
2626 (routine==1)?"sbicgo":
2627 (routine==2)?"sbicintr"
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
omp-offload.cc 77 tree routine; /* Pseudo-loop enclosing a routine. */ member in struct:oacc_loop
91 /* Return level at which oacc routine may spawn a partitioned loop, or
92 -1 if it is not a routine (i.e. is an offload fn). */
111 /* Helper function for omp_finish_file routine. Takes decls from V_DECLS and
910 LEVEL is the partitioning level of a routine, or -1 for an offload
1052 /* Create a dummy loop encompassing a call to a openACC routine.
1053 Extract the routine's partitioning requirements. */
1064 loop->routine = decl;
1140 if (loop->routine)
    [all...]
genrecog.cc 54 1. Build up a decision tree for each routine, using the following
78 In the latter case the users of the pattern routine pass the
91 then we can consider using the same matching routine for both
144 a pattern routine to be shared between a plain SET and a PARALLEL
163 /* Whether to require each parameter passed to a pattern routine to be
171 routine or subroutine should have. This limit is about keeping the
186 routine. */
189 /* The maximum number of arguments that a pattern routine can have.
192 routine instead. */
956 /* Describes a possible successful return from a routine. *
1104 pattern_routine *routine; member in class:pattern_use
2324 pattern_routine *routine; member in class:merge_pattern_info
2841 pattern_routine *routine; member in struct:create_pattern_info
2874 pattern_routine *routine = new pattern_routine; local
2952 pattern_routine *routine = cpi->routine; local
4632 pattern_routine *routine = test.u.pattern->routine; local
5435 pattern_routine *routine; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
omp-offload.cc 77 tree routine; /* Pseudo-loop enclosing a routine. */ member in struct:oacc_loop
91 /* Return level at which oacc routine may spawn a partitioned loop, or
92 -1 if it is not a routine (i.e. is an offload fn). */
111 /* Helper function for omp_finish_file routine. Takes decls from V_DECLS and
940 LEVEL is the partitioning level of a routine, or -1 for an offload
1082 /* Create a dummy loop encompassing a call to a openACC routine.
1083 Extract the routine's partitioning requirements. */
1094 loop->routine = decl;
1170 if (loop->routine)
    [all...]
genrecog.cc 54 1. Build up a decision tree for each routine, using the following
78 In the latter case the users of the pattern routine pass the
91 then we can consider using the same matching routine for both
144 a pattern routine to be shared between a plain SET and a PARALLEL
163 /* Whether to require each parameter passed to a pattern routine to be
171 routine or subroutine should have. This limit is about keeping the
186 routine. */
189 /* The maximum number of arguments that a pattern routine can have.
192 routine instead. */
956 /* Describes a possible successful return from a routine. *
1104 pattern_routine *routine; member in class:pattern_use
2324 pattern_routine *routine; member in class:merge_pattern_info
2841 pattern_routine *routine; member in struct:create_pattern_info
2874 pattern_routine *routine = new pattern_routine; local
2952 pattern_routine *routine = cpi->routine; local
4632 pattern_routine *routine = test.u.pattern->routine; local
5435 pattern_routine *routine; local
    [all...]

Completed in 33 milliseconds