Home
last modified time | relevance | path

Searched refs:thread_create (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/test/
Dthread1.test53 thread_create A test.db
54 thread_create B test.db
55 thread_create C test.db
117 thread_create A test.db
123 thread_create B test.db
129 thread_create C test.db
Dthread2.test47 thread_create A test.db
48 thread_create B test.db
/external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
Dthread_creator.c15 static int thread_create(uintptr_t *tid, in thread_create() function
34 thread_create,
/external/chromium_org/ppapi/shared_impl/
Dppb_audio_shared.cc156 if (NULL == thread_functions.thread_create || in StartThread()
160 int result = thread_functions.thread_create(&thread_id_, CallRun, this); in StartThread()
193 DCHECK(thread_functions.thread_create == NULL); in SetThreadFunctions()
/external/qemu/
Dposix-aio-compat.c114 static void thread_create(pthread_t *thread, pthread_attr_t *attr, in thread_create() function
379 thread_create(&thread_id, &attr, aio_thread, NULL); in spawn_thread()
/external/valgrind/main/coregrind/m_syswrap/
Dpriv_syswrap-darwin.h546 DECL_TEMPLATE(darwin, thread_create);
Dsyswrap-darwin.c6392 POST(thread_create) in POST() argument
6397 PRE(thread_create) in PRE() argument
6401 AFTER = POST_FN(thread_create); in PRE()
6940 CALL_PRE(thread_create); in PRE()