Searched refs:thread_create (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/base/
H A Drep_base.h72 #define thread_create(thrp, attr, func, arg) \ macro
105 #define thread_create(thrp, attr, func, arg) \ macro
H A Drep_base.c194 if ((ret = thread_create(&conn_thr, NULL, connect_thread, &ca)) != 0) {
205 if ((ret = thread_create(&all_thr, NULL, connect_all, &aa)) != 0) {
H A Drep_msg.c195 if ((ret = thread_create(&elect_thr,
288 if ((ret = thread_create(&hm_thrs[i++], NULL,
420 if ((ret = thread_create(hm_thrp, NULL,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/txn_guide/
H A Dtxn_guide.c16 #define thread_create(thrp, attr, func, arg) \ macro
35 #define thread_create(thrp, attr, func, arg) \ macro
158 (void)thread_create(
H A Dtxn_guide_inmemory.c16 #define thread_create(thrp, attr, func, arg) \ macro
35 #define thread_create(thrp, attr, func, arg) \ macro
159 (void)thread_create(
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/txn_guide/
H A DTxnGuide.cpp15 #define thread_create(thrp, attr, func, arg) \ macro
34 #define thread_create(thrp, attr, func, arg) \ macro
140 (void)thread_create(
H A DTxnGuideInMemory.cpp15 #define thread_create(thrp, attr, func, arg) \ macro
34 #define thread_create(thrp, attr, func, arg) \ macro
121 (void)thread_create(

Completed in 66 milliseconds