Home
last modified time | relevance | path

Searched refs:start_routine (Results 1 – 21 of 21) sorted by relevance

/third_party/boost/boost/smart_ptr/detail/
Dlightweight_thread.hpp40 …ead_create_( lw_thread_t* thread, const pthread_attr_t* attr, void* (*start_routine)( void* ), voi… in lw_thread_create_()
42 return ::pthread_create( thread, attr, start_routine, arg ); in lw_thread_create_()
65 …ad_create_( lw_thread_t * thread, void const *, unsigned (__stdcall * start_routine) (void*), void… in lw_thread_create_()
67 HANDLE h = (HANDLE)_beginthreadex( 0, 0, start_routine, arg, 0, 0 ); in lw_thread_create_()
/third_party/ffmpeg/compat/
Dos2threads.h46 void *(*start_routine)(void *); member
77 thread->result = thread->start_routine(thread->arg); in thread_entry()
82 void *(*start_routine)(void*), in pthread_create()
85 thread->start_routine = start_routine; in pthread_create()
Dw32pthreads.h77 void *(*start_routine)(void*), void *arg) in pthread_create()
79 thread->func = start_routine; in pthread_create()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_userspace.c57 start_routine_t start_routine = (start_routine_t)arg; in sctp_create_thread_adapter() local
58 return start_routine(NULL) == NULL; in sctp_create_thread_adapter()
62 sctp_userspace_thread_create(userland_thread_t *thread, start_routine_t start_routine) in sctp_userspace_thread_create() argument
65 (void *)start_routine, 0, NULL); in sctp_userspace_thread_create()
77 sctp_userspace_thread_create(userland_thread_t *thread, start_routine_t start_routine) in sctp_userspace_thread_create() argument
79 return pthread_create(thread, NULL, start_routine, NULL); in sctp_userspace_thread_create()
Dsctp_os_userspace.h1010 sctp_userspace_thread_create(userland_thread_t *thread, start_routine_t start_routine);
/third_party/boost/boost/interprocess/detail/
Dos_thread_functions.hpp501 inline int thread_create(OS_thread_t * thread, void *(*start_routine)(void*), void* arg)
502 { return pthread_create(thread, 0, start_routine, arg); }
522 inline int thread_create( OS_thread_t * thread, unsigned (__stdcall * start_routine) (void*), void*… in thread_create()
524 void* h = (void*)_beginthreadex( 0, 0, start_routine, arg, 0, 0 ); in thread_create()
534 thread->m_handle = (void*)_beginthreadex( 0, 0, start_routine, arg, 0, 0 ); in thread_create()
/third_party/pcre2/pcre2/m4/
Dax_pthread.m4209 static void *start_routine(void *a) { return a; }],
211 pthread_create(&th, 0, start_routine, 0);
/third_party/pulseaudio/m4/
Dax_pthread.m4209 static void *start_routine(void *a) { return a; }],
211 pthread_create(&th, 0, start_routine, 0);
/third_party/skia/third_party/externals/libwebp/m4/
Dax_pthread.m4223 static void *start_routine(void *a) { return a; }],
225 pthread_create(&th, 0, start_routine, 0);
/third_party/node/deps/cares/m4/
Dax_pthread.m4223 static void *start_routine(void *a) { return a; }],
225 pthread_create(&th, 0, start_routine, 0);
/third_party/skia/third_party/externals/microhttpd/m4/
Dax_pthread.m4223 static void *start_routine(void *a) { return a; }],
225 pthread_create(&th, 0, start_routine, 0);
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
Daio-stress.c1236 typedef void *(*start_routine) (void *); typedef
1244 pthread_create(&t[i].tid, NULL, (start_routine) worker,
/third_party/skia/third_party/externals/harfbuzz/m4/
Dax_pthread.m4375 static void *start_routine(void *a) { return a; }],
377 pthread_create(&th, 0, start_routine, 0);
/third_party/harfbuzz/m4/
Dax_pthread.m4375 static void *start_routine(void *a) { return a; }],
377 pthread_create(&th, 0, start_routine, 0);
/third_party/skia/third_party/externals/freetype/builds/unix/
Dax_pthread.m4327 static void *start_routine(void *a) { return a; }],
329 pthread_create(&th, 0, start_routine, 0);
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Ddaemon.c1157 ThreadStartRoutine start_routine, in create_thread() argument
1181 start_routine, arg); in create_thread()
1197 *thread = (HANDLE)_beginthreadex(NULL, (unsigned)daemon->thread_stack_size, start_routine, in create_thread()
/third_party/e2fsprogs/
Dconfigure6462 static void *start_routine(void *a) { return a; }
6467 pthread_create(&th, 0, start_routine, 0);
Daclocal.m4389 static void *start_routine(void *a) { return a; }],
391 pthread_create(&th, 0, start_routine, 0);
/third_party/python/
Dconfigure.ac3284 void * start_routine (void *arg) { exit (0); }]], [[
3285 pthread_create (NULL, NULL, start_routine, NULL)]])],[
Dconfigure11029 void * start_routine (void *arg) { exit (0); }
11034 pthread_create (NULL, NULL, start_routine, NULL)
/third_party/skia/third_party/externals/microhttpd/
Dconfigure12547 static void *start_routine(void *a) { return a; }
12552 pthread_create(&th, 0, start_routine, 0);