Searched refs:thread_create (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/sqlite/src/test/ |
D | thread1.test | 53 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
|
D | thread2.test | 47 thread_create A test.db 48 thread_create B test.db
|
/external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/ |
D | thread_creator.c | 15 static int thread_create(uintptr_t *tid, in thread_create() function 34 thread_create,
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_audio_shared.cc | 156 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/ |
D | posix-aio-compat.c | 114 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/ |
D | priv_syswrap-darwin.h | 546 DECL_TEMPLATE(darwin, thread_create);
|
D | syswrap-darwin.c | 6392 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()
|