/third_party/boost/boost/smart_ptr/detail/ |
D | lightweight_thread.hpp | 40 …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/ |
D | os2threads.h | 46 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()
|
D | w32pthreads.h | 77 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/ |
D | sctp_userspace.c | 57 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()
|
D | sctp_os_userspace.h | 1010 sctp_userspace_thread_create(userland_thread_t *thread, start_routine_t start_routine);
|
/third_party/boost/boost/interprocess/detail/ |
D | os_thread_functions.hpp | 501 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/ |
D | ax_pthread.m4 | 209 static void *start_routine(void *a) { return a; }], 211 pthread_create(&th, 0, start_routine, 0);
|
/third_party/pulseaudio/m4/ |
D | ax_pthread.m4 | 209 static void *start_routine(void *a) { return a; }], 211 pthread_create(&th, 0, start_routine, 0);
|
/third_party/skia/third_party/externals/libwebp/m4/ |
D | ax_pthread.m4 | 223 static void *start_routine(void *a) { return a; }], 225 pthread_create(&th, 0, start_routine, 0);
|
/third_party/node/deps/cares/m4/ |
D | ax_pthread.m4 | 223 static void *start_routine(void *a) { return a; }], 225 pthread_create(&th, 0, start_routine, 0);
|
/third_party/skia/third_party/externals/microhttpd/m4/ |
D | ax_pthread.m4 | 223 static void *start_routine(void *a) { return a; }], 225 pthread_create(&th, 0, start_routine, 0);
|
/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
D | aio-stress.c | 1236 typedef void *(*start_routine) (void *); typedef 1244 pthread_create(&t[i].tid, NULL, (start_routine) worker,
|
/third_party/skia/third_party/externals/harfbuzz/m4/ |
D | ax_pthread.m4 | 375 static void *start_routine(void *a) { return a; }], 377 pthread_create(&th, 0, start_routine, 0);
|
/third_party/harfbuzz/m4/ |
D | ax_pthread.m4 | 375 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/ |
D | ax_pthread.m4 | 327 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/ |
D | daemon.c | 1157 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/ |
D | configure | 6462 static void *start_routine(void *a) { return a; } 6467 pthread_create(&th, 0, start_routine, 0);
|
D | aclocal.m4 | 389 static void *start_routine(void *a) { return a; }], 391 pthread_create(&th, 0, start_routine, 0);
|
/third_party/python/ |
D | configure.ac | 3284 void * start_routine (void *arg) { exit (0); }]], [[ 3285 pthread_create (NULL, NULL, start_routine, NULL)]])],[
|
D | configure | 11029 void * start_routine (void *arg) { exit (0); } 11034 pthread_create (NULL, NULL, start_routine, NULL)
|
/third_party/skia/third_party/externals/microhttpd/ |
D | configure | 12547 static void *start_routine(void *a) { return a; } 12552 pthread_create(&th, 0, start_routine, 0);
|