Searched refs:pthread_t (Results 1 - 25 of 120) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/glthread/
H A Dthreadlib.c48 pthread_t thread;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_threads.h29 # define curl_thread_t pthread_t *
30 # define curl_thread_t_null (pthread_t *)0
H A Dcurl_threads.c66 curl_thread_t t = malloc(sizeof(pthread_t));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/compat/
H A Dos2threads.h37 typedef TID pthread_t; typedef
64 static av_always_inline int pthread_create(pthread_t *thread, const pthread_attr_t *attr, void *(*start_routine)(void*), void *arg)
78 static av_always_inline int pthread_join(pthread_t thread, void **value_ptr)
H A Dw32pthreads.h46 typedef struct pthread_t { struct
51 } pthread_t; typedef in typeref:struct:pthread_t
80 pthread_t *h = arg;
85 static int pthread_create(pthread_t *thread, const void *unused_attr,
95 static void pthread_join(pthread_t thread, void **value_ptr)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/bench/
H A Dsched-messaging.c143 static pthread_t create_worker(void *ctx, void *(*func)(void *))
146 pthread_t childid;
164 return (pthread_t)0;
184 static void reap_worker(pthread_t id)
200 static unsigned int group(pthread_t *pth,
277 pthread_t *pth_tab;
282 pth_tab = malloc(num_fds * 2 * num_groups * sizeof(pthread_t));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dmultithread.c61 int pthread_create(pthread_t *new_thread_ID,
68 pthread_t tid[NUMT];
H A Dthreaded-ssl.c131 pthread_t tid[NUMT];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dgettext-6-prg.c137 pthread_t thread1;
138 pthread_t thread2;
H A Dgettext-7-prg.c141 pthread_t thread1;
142 pthread_t thread2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/transapp/
H A Dlogfile.cs17 pthread_t ptid;
H A Dcheckpoint.cs42 pthread_t ptid;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/acpi/platform/
H A Daclinux.h91 #define acpi_thread_id pthread_t
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dw32pthreads.h47 } pthread_t; typedef in typeref:struct:__anon2039
69 pthread_t *h = arg;
74 static int pthread_create(pthread_t *thread, const void *unused_attr,
84 static void pthread_join(pthread_t thread, void **value_ptr)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/test/stress/
H A Dmain.c81 pthread_t tid[nthreads];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestThreads.c24 static pthread_t tid[MAX_ARGC];
110 tid[i] = (pthread_t) -1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A DtestThreads.c24 static pthread_t tid[MAX_ARGC];
110 tid[i] = (pthread_t) -1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/plugin/
H A Dthreads.h103 # define THREAD_TYPE pthread_t
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/events/
H A Dhandler.c78 pthread_t tid;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/events++/
H A Dhandler.cpp104 pthread_t tid;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/plugin/
H A Dthreads.h103 # define THREAD_TYPE pthread_t
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/events/
H A Dhandler.c78 pthread_t tid;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/events++/
H A Dhandler.cpp104 pthread_t tid;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_thread.c99 pthread_t *tids;
184 if ((tids = malloc(nthreads * sizeof(pthread_t))) == NULL)
471 pthread_t tid;
501 pthread_t tid;
529 pthread_t tid;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devthread_pthread.c87 pthread_t thr;

Completed in 2314 milliseconds

12345