Searched refs:start_routine (Results 1 – 16 of 16) sorted by relevance
/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/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/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/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 | 1136 typedef void *(*start_routine)(void *); typedef 1146 SAFE_PTHREAD_CREATE(&t[i].tid, NULL, (start_routine)worker, t + i); in run_workers()
|
/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/node/deps/uv/m4/ |
D | ax_pthread.m4 | 375 static void *start_routine(void *a) { return a; }], 377 pthread_create(&th, 0, start_routine, 0);
|
/third_party/node/deps/cares/m4/ |
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/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/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1339 start_routine: extern "C" fn(*mut ::c_void) -> *mut ::c_void, in pthread_create()
|
/third_party/node/deps/cares/ |
D | configure | 23418 static void *start_routine(void *a) { return a; } 23423 pthread_create(&th, 0, start_routine, 0); 24945 static void *start_routine(void *a) { return a; } 24950 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);
|