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

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Druntest.c3910 static pthread_t tid[MAX_ARGC];
3929 tid[i] = (pthread_t) - 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_meter.c65 pthread_t thread;
H A Dpcm_share.c94 pthread_t thread;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-top.c1266 pthread_t thread;
H A Dbuiltin-sched.c53 pthread_t thread;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dcache.c78 static pthread_t tid_cache;
H A Dplayer.c157 static pthread_t tid_player;
H A Ddb.c639 pthread_t tid;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dmksquashfs.c365 pthread_t *thread, *deflator_thread, *frag_deflator_thread, progress_thread;
823 pthread_t thread_id = pthread_self();
826 thread[i] = (pthread_t) 0;
4087 thread = malloc((2 + processors * 2) * sizeof(pthread_t));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h92 typedef pthread_t db_threadid_t;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse.c472 pthread_t id;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/
H A Dbackup-configure16981 pthread_t th; pthread_join(th, 0);
17222 pthread_t th; pthread_join(th, 0);
17288 pthread_t th; pthread_join(th, 0);
17354 pthread_t th; pthread_join(th, 0);
H A Dconfigure16981 pthread_t th; pthread_join(th, 0);
17222 pthread_t th; pthread_join(th, 0);
17288 pthread_t th; pthread_join(th, 0);
17354 pthread_t th; pthread_join(th, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/
H A Dconfigure16934 pthread_t th; pthread_join(th, 0);
17175 pthread_t th; pthread_join(th, 0);
17241 pthread_t th; pthread_join(th, 0);
17307 pthread_t th; pthread_join(th, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c15004 pthread_t owner; /* Thread that is within this mutex */
15010 #define SQLITE3_MUTEX_INITIALIZER { PTHREAD_MUTEX_INITIALIZER, 0, 0, (pthread_t)0, 0 }
15012 #define SQLITE3_MUTEX_INITIALIZER { PTHREAD_MUTEX_INITIALIZER, 0, 0, (pthread_t)0 }
15176 pthread_t self = pthread_self();
15216 pthread_t self = pthread_self();
21466 pthread_t tid; /* The thread that "owns" this unixFile */
22214 pthread_t tid; /* Thread ID of lock owner. Zero if not using LinuxThreads */
22337 pthread_t t;
22568 pthread_t hSelf;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/sqlite-3.6.22/
H A Dsqlite3.c15004 pthread_t owner; /* Thread that is within this mutex */
15010 #define SQLITE3_MUTEX_INITIALIZER { PTHREAD_MUTEX_INITIALIZER, 0, 0, (pthread_t)0, 0 }
15012 #define SQLITE3_MUTEX_INITIALIZER { PTHREAD_MUTEX_INITIALIZER, 0, 0, (pthread_t)0 }
15176 pthread_t self = pthread_self();
15216 pthread_t self = pthread_self();
21466 pthread_t tid; /* The thread that "owns" this unixFile */
22214 pthread_t tid; /* Thread ID of lock owner. Zero if not using LinuxThreads */
22337 pthread_t t;
22568 pthread_t hSelf;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dconfigure14597 pthread_t th; pthread_join(th, 0);
14759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of pthread_t" >&5
14760 $as_echo_n "checking size of pthread_t... " >&6; }
14764 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (pthread_t))" "ac_cv_sizeof_pthread_t" "$ac_includes_default
14773 as_fn_error 77 "cannot compute sizeof (pthread_t)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/
H A Dconfigure6592 pthread_t th; pthread_join(th, 0);
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/
H A Dconfigure6592 pthread_t th; pthread_join(th, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/
H A Dconfigure23024 pthread_t thread;
24000 pthread_t thread;
[all...]

Completed in 870 milliseconds

12345