Home
last modified time | relevance | path

Searched refs:tp_p (Results 1 – 10 of 10) sorted by relevance

/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_threadpool.c77 if (!(tp_p = (sccp_threadpool_t *) sccp_calloc(sizeof *tp_p, 1))) { in sccp_threadpool_init()
102 return tp_p; in sccp_threadpool_init()
112 if (tp_p && !tp_p->sccp_threadpool_shuttingdown) { in sccp_threadpool_grow_locked()
119 tp_thread->tp_p = tp_p; in sccp_threadpool_grow_locked()
139 if (tp_p && !tp_p->sccp_threadpool_shuttingdown) { in sccp_threadpool_shrink_locked()
160 if (tp_p && !tp_p->sccp_threadpool_shuttingdown) { in sccp_threadpool_check_size()
176 tp_p->job_high_water_mark = SCCP_LIST_GETSIZE(&tp_p->jobs); in sccp_threadpool_check_size()
187 sccp_threadpool_t *tp_p = tp_thread->tp_p; in sccp_threadpool_thread_end() local
203 sccp_threadpool_t *tp_p = tp_thread->tp_p; in sccp_threadpool_thread_do() local
227 pbx_cond_wait(&(tp_p->work), &(tp_p->jobs.lock)); in sccp_threadpool_thread_do()
[all …]
H A Dsccp_threadpool.h90 SCCP_API int sccp_threadpool_add_work(sccp_threadpool_t * SCCP_CALL tp_p, void *(*function_p) (voi…
100 SCCP_API boolean_t SCCP_CALL sccp_threadpool_destroy(sccp_threadpool_t * tp_p);
106 SCCP_API int __PURE__ SCCP_CALL sccp_threadpool_thread_count(sccp_threadpool_t * tp_p);
116 SCCP_API int SCCP_CALL sccp_threadpool_jobqueue_init(sccp_threadpool_t * tp_p);
129 SCCP_API void SCCP_CALL sccp_threadpool_jobqueue_add(sccp_threadpool_t * tp_p, sccp_threadpool_job_…
135 SCCP_API int SCCP_CALL sccp_threadpool_jobqueue_count(sccp_threadpool_t * tp_p);
/dports/net-mgmt/argus3/argus-3.0.8.2/include/
H A Dargus_out.h332 unsigned char ip_p, tp_p; member
388 unsigned char ip_p, tp_p; member
411 unsigned char ip_p, tp_p; member
432 unsigned char ip_p, tp_p; member
454 unsigned char ip_p, tp_p; member
925 unsigned char ip_p, tp_p; member
945 unsigned char ip_p, tp_p; member
952 unsigned char ip_p, tp_p; member
959 unsigned char ip_p, tp_p; member
/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/include/
H A Dargus_out.h420 unsigned char ip_p, tp_p; member
500 unsigned char ip_p, tp_p; member
523 unsigned char ip_p, tp_p; member
545 unsigned char ip_p, tp_p; member
567 unsigned char ip_p, tp_p; member
1005 unsigned char ip_p, tp_p; member
1025 unsigned char ip_p, tp_p; member
1032 unsigned char ip_p, tp_p; member
1039 unsigned char ip_p, tp_p; member
/dports/net-mgmt/argus3/argus-3.0.8.2/argus/
H A DArgusIcmp.c134 icmpFlow->tp_p = 0; in ArgusCreateICMPFlow()
184 icmpFlow->tp_p = oip->ip_p; in ArgusCreateICMPFlow()
201 icmpFlow->tp_p = oip->ip_tos; in ArgusCreateICMPFlow()
H A DArgusModeler.c4184 arg_uint8 proto, tp_p = 0; in ArgusCreateIPv4Flow() local
4305 model->ArgusThisFlow->ip_flow.tp_p = tp_p; in ArgusCreateIPv4Flow()
/dports/math/octave-forge-optim/optim-1.6.1/inst/private/
H A D__siman__.m264 tp_p = cell (cnp, 1); # tested parameters variable
276 tp_p{id} = new_p;
309 best_p = tp_p{id};
314 p = tp_p{id};
324 p = tp_p{id};
/dports/math/py-pyodesys/pyodesys-0.14.1/pyodesys/
H A Dcore.py250 _p, tp_p = self._conditional_from_dict(p, self.par_by_name, self.param_names)
268 zip([False, tp_y, tp_p], map(self.numpy.atleast_1d, (_x, _y, _p)))]
/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/common/
H A Dargus_client.c1603 if (flow->ip_flow.tp_p == ARGUS_V2_RTCP_FLOWTAG) { in ArgusGenerateRecordStruct()
H A Dargus_util.c20351 int index = icmpFlow->tp_p; in ArgusGetICMPStatus()