Searched refs:thr (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A Dthread.h13 static inline void wlan_activate_thread(struct wlan_thread * thr) argument
16 thr->pid = current->pid;
19 init_waitqueue_head(&thr->waitq);
22 static inline void wlan_deactivate_thread(struct wlan_thread * thr) argument
26 thr->pid = 0;
32 struct wlan_thread * thr, char *name)
34 thr->task = kthread_run(wlanfunc, thr, "%s", name);
37 static inline int wlan_terminate_thread(struct wlan_thread * thr) argument
42 if (!thr
31 wlan_create_thread(int (*wlanfunc) (void *), struct wlan_thread * thr, char *name) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/pmc-sierra/yosemite/
H A Dpy-console.c25 volatile u8 thr; /* write only, DLAB == 0 */ member in union:yo_uartregs::__anon3603
44 #define iu_thr u1.thr
105 unsigned long thr = 0xfd000008ULL + offsetof(struct yo_uartregs, iu_thr); local
108 writeb_outer_space(thr, c);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/base/
H A Drep_base.h75 #define thread_join(thr, statusp) \
76 ((WaitForSingleObject((thr), INFINITE) == WAIT_OBJECT_0) && \
77 GetExitCodeThread((thr), (LPDWORD)(statusp)) ? 0 : -1)
107 #define thread_join(thr, statusp) pthread_join((thr), (statusp))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dudbg_16550.c32 #define thr rbr macro
56 out_8(&udbg_comport->thr, c);
157 real_writeb(c, &udbg_comport->thr); eieio();
179 real_205_writeb(c, &udbg_comport->thr); eieio();
203 as1_writeb(c, &udbg_comport->thr); eieio();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/txn_guide/
H A Dtxn_guide.c19 #define thread_join(thr, statusp) \
20 ((WaitForSingleObject((thr), INFINITE) == WAIT_OBJECT_0) && \
21 GetExitCodeThread((thr), (LPDWORD)(statusp)) ? 0 : -1)
37 #define thread_join(thr, statusp) pthread_join((thr), (statusp))
H A Dtxn_guide_inmemory.c19 #define thread_join(thr, statusp) \
20 ((WaitForSingleObject((thr), INFINITE) == WAIT_OBJECT_0) && \
21 GetExitCodeThread((thr), (LPDWORD)(statusp)) ? 0 : -1)
37 #define thread_join(thr, statusp) pthread_join((thr), (statusp))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/txn_guide/
H A DTxnGuide.cpp18 #define thread_join(thr, statusp) \
19 ((WaitForSingleObject((thr), INFINITE) == WAIT_OBJECT_0) && \
20 GetExitCodeThread((thr), (LPDWORD)(statusp)) ? 0 : -1)
36 #define thread_join(thr, statusp) pthread_join((thr), (statusp))
H A DTxnGuideInMemory.cpp18 #define thread_join(thr, statusp) \
19 ((WaitForSingleObject((thr), INFINITE) == WAIT_OBJECT_0) && \
20 GetExitCodeThread((thr), (LPDWORD)(statusp)) ? 0 : -1)
36 #define thread_join(thr, statusp) pthread_join((thr), (statusp))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/sn/
H A Dioc3.h31 char thr; /* write only, DLAB == 0 */ member in union:ioc3_uartregs::__anon8902
41 #define iu_thr u1.thr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/mpc1211/
H A Dm1543c.h94 #define thr rbr macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dsmc37c93x.h84 #define thr rbr macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dtest_mutex.c24 #define os_thread_join(thr, statusp) \
25 ((WaitForSingleObject((thr), INFINITE) == WAIT_OBJECT_0) && \
26 GetExitCodeThread((thr), (LPDWORD)(statusp)) ? 0 : -1)
52 #define os_thread_join(thr, statusp) pthread_join((thr), (statusp))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep046.tcl129 error_check_good thr [$masterenv rep_limit 0 [expr 32 * 1024]] 0
H A Drep060.tcl135 error_check_good thr [$masterenv rep_limit 0 [expr 10 * 1024]] 0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/sn/
H A Dioc3.h14 volatile u8 thr; /* write only, DLAB == 0 */ member in union:ioc3_uartregs::__anon7840
33 #define iu_thr u1.thr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/sn/
H A Dioc3.h14 volatile u8 thr; /* write only, DLAB == 0 */ member in union:ioc3_uartregs::__anon9211
33 #define iu_thr u1.thr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ddca.c305 static const int thr[11] = { 0, 1, 3, 3, 3, 3, 7, 7, 7, 7, 7 }; local
430 if (s->quant_index_huffman[i][j] < thr[j])
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dbroadcom.c7200 unsigned sec, thr; local
7211 &sec, &thr) != 2) {
7212 sec = thr = 0;
7217 wins[i].keyword, thr );
7433 unsigned sec,thr; local
7437 thr = (value && *value) ? atoi(value) : 0;
7453 sprintf(name, "%u %u", sec, thr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dioc4_serial.c269 char thr; /* write only, DLAB == 0 */ member in union:ioc4_uartregs::__anon7031

Completed in 308 milliseconds