Home
last modified time | relevance | path

Searched refs:pj_atomic_get (Results 1 – 23 of 23) sorted by relevance

/dports/net/pjsip/pjproject-2.11.1/pjlib/src/pjlib-test/
H A Datomic.c65 if (pj_atomic_get(atomic_var) != 111) in atomic_test()
70 if (pj_atomic_get(atomic_var) != 112) in atomic_test()
75 if (pj_atomic_get(atomic_var) != 111) in atomic_test()
80 if (pj_atomic_get(atomic_var) != 211) in atomic_test()
85 if (pj_atomic_get(atomic_var) != 221) in atomic_test()
89 if (pj_atomic_get(atomic_var) != 221) in atomic_test()
H A Dtimer.c287 while (pj_atomic_get(tparam->status[e - tparam->entries]) != 1) in st_entry_callback()
336 prev_status = pj_atomic_get(tparam->status[idx]); in stress_worker()
343 if (pj_atomic_get(tparam->status[idx]) == 1) { in stress_worker()
370 if (pj_atomic_get(tparam->status[idx]) == 1) { in stress_worker()
382 if (pj_atomic_get(tparam->status[idx]) == 0) { in stress_worker()
394 while (pj_atomic_get(tparam->status[idx]) != 1) in stress_worker()
722 n_sched = pj_atomic_get(tparam.n_sched); in timer_stress_test()
727 n_cancel = pj_atomic_get(tparam.n_cancel); in timer_stress_test()
732 n_poll = pj_atomic_get(tparam.n_poll); in timer_stress_test()
H A Decho_clt.c238 received = pj_atomic_get(totalBytes); in echo_client()
250 timeout = pj_atomic_get(timeout_counter); in echo_client()
251 invalid = pj_atomic_get(invalid_counter); in echo_client()
H A Dudp_echo_srv_sync.c128 received = cur_received = pj_atomic_get(bytes_counter); in echo_srv_common_loop()
/dports/net/pjsip/pjproject-2.11.1/pjsip/src/test/
H A Dtransport_udp_test.c50 if (pj_atomic_get(udp_tp->ref_cnt) != 1) in multi_transport_test()
63 if (pj_atomic_get(udp_tp->ref_cnt) != 1) in multi_transport_test()
85 if (pj_atomic_get(udp_tp->ref_cnt) != 1) in multi_transport_test()
104 if (pj_atomic_get(udp_tp->ref_cnt) != 1) in multi_transport_test()
162 if (pj_atomic_get(udp_tp->ref_cnt) != 1) in transport_udp_test()
H A Dtransport_tcp_test.c80 if (pj_atomic_get(tcp->ref_cnt) != 1) in multi_listener_test()
99 if (pj_atomic_get(tcp->ref_cnt) != 2) in multi_listener_test()
111 if (pj_atomic_get(tcp->ref_cnt) != 1) in multi_listener_test()
143 if (pj_atomic_get(tp[i]->ref_cnt) != 1) in multi_listener_test()
224 if (pj_atomic_get(tcp[i]->ref_cnt) != 1) in transport_tcp_test()
H A Dtransport_loop_test.c49 ref_cnt = pj_atomic_get(loop->ref_cnt); in datagram_loop_test()
107 if (pj_atomic_get(loop->ref_cnt) != ref_cnt) { in datagram_loop_test()
109 ref_cnt, pj_atomic_get(loop->ref_cnt))); in datagram_loop_test()
H A Dtxdata_test.c71 if (pj_atomic_get(invite->ref_cnt) != 1) { in core_txdata_test()
123 if (pj_atomic_get(invite2->ref_cnt) != 1) { in core_txdata_test()
193 if (pj_atomic_get(response->ref_cnt) != 1) { in core_txdata_test()
235 if (pj_atomic_get(cancel->ref_cnt) != 1) { in core_txdata_test()
285 if (pj_atomic_get(ack->ref_cnt) != 1) { in core_txdata_test()
H A Dtsx_uac_test.c1070 if (pj_atomic_get(tdata->ref_cnt) != 1) { in perform_tsx_test()
1072 pj_atomic_get(tdata->ref_cnt))); in perform_tsx_test()
H A Dtsx_uas_test.c1303 if (pj_atomic_get(tdata->ref_cnt) != 1) { in perform_test()
1305 pj_atomic_get(tdata->ref_cnt))); in perform_test()
/dports/net/pjsip/pjproject-2.11.1/pjsip/src/pjsip/
H A Dsip_transport.c1079 if (pj_atomic_get(tp->ref_cnt) == 0) { in transport_idle_callback()
1138 pj_atomic_get(tp->ref_cnt) == 1) in pjsip_transport_add_ref()
1161 pj_assert(pj_atomic_get(tp->ref_cnt) > 0); in pjsip_transport_dec_ref()
1175 !tp->is_destroying && pj_atomic_get(tp->ref_cnt) == 0) in pjsip_transport_dec_ref()
1436 if (pj_atomic_get(tp->ref_cnt) == 0) { in pjsip_transport_shutdown2()
1456 PJ_ASSERT_RETURN(pj_atomic_get(tp->ref_cnt) == 0, PJSIP_EBUSY); in pjsip_transport_destroy()
1901 if (pj_atomic_get(mgr->tdata_counter) != 0) { in pjsip_tpmgr_destroy()
1903 pj_atomic_get(mgr->tdata_counter))); in pjsip_tpmgr_destroy()
2523 pj_atomic_get(mgr->tdata_counter))); in pjsip_tpmgr_dump_transports()
2556 pj_atomic_get(tp_ref->ref_cnt), in pjsip_tpmgr_dump_transports()
H A Dsip_transport_udp.c489 if (pj_atomic_get(tp->base.ref_cnt) > 0) in udp_destroy()
/dports/net/pjsip/pjproject-2.11.1/pjlib/src/pj/
H A Dlock.c286 pj_assert(pj_atomic_get(glock->ref_cnt) > 0); in grp_lock_acquire()
303 pj_assert(pj_atomic_get(glock->ref_cnt) > 0); in grp_lock_tryacquire()
652 return pj_atomic_get(glock->ref_cnt); in pj_grp_lock_get_ref()
H A Dsymbols.c173 PJ_EXPORT_SYMBOL(pj_atomic_get)
H A Dioqueue_winnt.c531 pj_assert(pj_atomic_get(rec->ref_count) == 0); in pj_ioqueue_register_sock()
854 for (i=0; pj_atomic_get(key->ref_count) != 1 && i<RETRY; ++i) in pj_ioqueue_unregister()
H A Dos_core_symbian.cpp768 PJ_DEF(pj_atomic_value_t) pj_atomic_get(pj_atomic_t *atomic_var) in pj_atomic_get() function
H A Dos_core_win32.c761 PJ_DEF(pj_atomic_value_t) pj_atomic_get(pj_atomic_t *atomic_var) in pj_atomic_get() function
H A Dos_core_unix.c930 PJ_DEF(pj_atomic_value_t) pj_atomic_get(pj_atomic_t *atomic_var) in pj_atomic_get() function
/dports/net/pjsip/pjproject-2.11.1/build.symbian/
H A DpjlibU.def49 pj_atomic_get @ 48 NONAME
/dports/net/pjsip/pjproject-2.11.1/pjlib/include/pj++/
H A Dos.hpp359 return pj_atomic_get(var_); in get()
/dports/net/pjsip/pjproject-2.11.1/pjlib/include/pj/
H A Dos.h608 PJ_DECL(pj_atomic_value_t) pj_atomic_get(pj_atomic_t *atomic_var);
/dports/net/pjsip/pjproject-2.11.1/pjsip/src/pjsip-ua/
H A Dsip_reg.c183 if (regc->has_tsx || pj_atomic_get(regc->busy_ctr) != 0) { in pjsip_regc_destroy2()
219 info->is_busy = (pj_atomic_get(regc->busy_ctr) || regc->has_tsx); in pjsip_regc_get_info()
/dports/net/pjsip/pjproject-2.11.1/pjsip/src/pjsua-lib/
H A Dpjsua_core.c2805 info->usage_count = pj_atomic_get(tp->ref_cnt); in pjsua_transport_get_info()