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

/macosx-10.9.5/BerkeleyDB-21/db/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,
/macosx-10.9.5/bind9-45.100/bind9/
H A Dconfig.threads.in111 AC_CHECK_LIB(thr, thread_create,,
H A Dconfigure22290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for thread_create in -lthr" >&5
22291 $as_echo_n "checking for thread_create in -lthr... " >&6; }
22306 char thread_create ();
22310 return thread_create ();
/macosx-10.9.5/BerkeleyDB-21/db/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(
/macosx-10.9.5/BerkeleyDB-21/db/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(
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dpthread_shims.c413 .thread_create = thread_create,
H A Dkern_fork.c128 #include <mach/task.h> /* for thread_create() */
814 result = thread_create(child_task, &child_thread);
816 printf("%s: thread_create failed. Code: %d\n",
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dtask.defs179 thread_create(
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dpthread_shims.h190 kern_return_t (*thread_create)(task_t parent_task, thread_act_t *child_act); member in struct:pthread_callbacks_s
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dthread.c909 thread_create(
914 thread_create( function

Completed in 135 milliseconds