Home
last modified time | relevance | path

Searched refs:pbx_pthread_create (Results 1 – 4 of 4) sorted by relevance

/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_threadpool.c126 pbx_pthread_create(&(tp_thread->thread), &attr, sccp_threadpool_thread_do, (void *) tp_thread); in sccp_threadpool_grow_locked()
H A Dsccp_refcount.c1033 pbx_pthread_create(&t[thread], NULL, refcount_test_thread, &test_result[thread]); in AST_TEST_DEFINE()
H A Dsccp_session.c1010 if (pbx_pthread_create(&s->session_thread, NULL, sccp_session_device_thread, s)) { in accept_thread()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast/
H A Ddefine.h302 #define pbx_pthread_create ast_pthread_create macro