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

1 2

  /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);
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))
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))
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);
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
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
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);
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,
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.
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,
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

Completed in 76 milliseconds

1 2