Searched refs:subscribers (Results 1 - 4 of 4) sorted by relevance
/third_party/node/benchmark/diagnostics_channel/ |
H A D | publish.js | 7 subscribers: [0, 1, 10], 12 function main({ n, subscribers }) { 14 for (let i = 0; i < subscribers; i++) {
|
/third_party/libcoap/src/ |
H A D | coap_resource.c | 490 /* free all elements from resource->subscribers */ 491 LL_FOREACH_SAFE(resource->subscribers, obs, otmp) { 698 LL_FOREACH(resource->subscribers, s) { 715 LL_FOREACH(resource->subscribers, s) { 767 /* Check if there is already maximum number of subscribers present */ 770 LL_COUNT(resource->subscribers, s, subscriber_count); 813 LL_PREPEND(resource->subscribers, s); 956 if (resource->subscribers && s) { 957 LL_DELETE(resource->subscribers, s); 971 LL_FOREACH_SAFE(resource->subscribers, [all...] |
H A D | coap_net.c | 3744 LL_FOREACH_SAFE(r->subscribers, obs, tmp) { in coap_dispatch()
|
/third_party/libcoap/include/coap3/ |
H A D | coap_resource_internal.h | 32 * Limits the number of subscribers for each resource that this server support. 55 unsigned int partiallydirty:1; /**< set to 1 if some subscribers have not yet 74 coap_subscription_t *subscribers; /**< list of observers for this resource */ member
|
Completed in 8 milliseconds