Searched refs:thread_create (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
H A Dthread_creator.c15 static int thread_create(uintptr_t *tid, function
34 thread_create,
/external/chromium_org/ppapi/nacl_irt/public/
H A Dirt_ppapi.h30 int (*thread_create)(uintptr_t* tid, member in struct:PP_ThreadFunctions
/external/chromium_org/native_client_sdk/src/libraries/ppapi_stub/
H A Dppapi_main.c29 int (*thread_create)(uintptr_t* tid, member in struct:PP_ThreadFunctions
42 static int thread_create(uintptr_t *tid, function
68 thread_create,
/external/chromium_org/ppapi/shared_impl/
H A Dppb_audio_shared.cc145 g_thread_functions.thread_create(&nacl_thread_id_, CallRun, this);
184 return (g_thread_functions.thread_create != NULL &&
/external/qemu/
H A Dposix-aio-compat.c114 static void thread_create(pthread_t *thread, pthread_attr_t *attr, function
379 thread_create(&thread_id, &attr, aio_thread, NULL);
/external/chromium_org/ppapi/tests/
H A Dtest_audio.cc37 // In order to check if the thread_create is called, CountingThreadCreate()
47 return g_thread_funcs.thread_create(tid, func, thread_argument);
405 // Tests the behavior of the thread_create functions.
468 // Here, the injected thread_create is called, but thread_join is not yet.
/external/valgrind/main/coregrind/m_syswrap/
H A Dpriv_syswrap-darwin.h547 DECL_TEMPLATE(darwin, thread_create);
H A Dsyswrap-darwin.c6418 POST(thread_create)
6423 PRE(thread_create)
6425 PRINT("thread_create(mach_task_self(), ...)");
6427 AFTER = POST_FN(thread_create);
6430 VG_(core_panic)("thread_create() unimplemented");
6974 CALL_PRE(thread_create);

Completed in 1135 milliseconds