Home
last modified time | relevance | path

Searched refs:max_queue_size (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/tests/api/
Dapi-threadmessage-test.c167 int max_queue_size; in main() local
181 max_queue_size = atoi(av[1]); in main()
189 if (max_queue_size <= 0 || in main()
197 "%d receivers receiving [%d-%d]\n", max_queue_size, in main()
208 ret = av_thread_message_queue_alloc(&queue, max_queue_size, sizeof(struct message)); in main()
/third_party/node/src/
Dnode_api.cc134 max_queue_size(max_queue_size_), in ThreadSafeFunction()
155 while (queue.size() >= max_queue_size && in Push()
156 max_queue_size > 0 && in Push()
202 if (is_closing && max_queue_size > 0) { in Release()
226 if (max_queue_size > 0) { in Init()
229 if (max_queue_size == 0 || cond) { in Init()
305 if (size == max_queue_size && max_queue_size > 0) { in DispatchOne()
314 if (max_queue_size > 0) { in DispatchOne()
358 if (max_queue_size > 0) { in CloseHandlesAndMaybeDelete()
439 size_t max_queue_size; member in v8impl::__anon274e92400311::ThreadSafeFunction
[all …]
Dnode_api.h220 size_t max_queue_size,
/third_party/node/test/node-api/test_threadsafe_function/
Dbinding.c21 uint32_t max_queue_size; member
75 if (ts_fn_info->max_queue_size == 0 && (index % 1000 == 0)) { in data_source_thread()
212 NAPI_CALL(env, napi_get_value_uint32(env, argv[3], &ts_info.max_queue_size)); in StartThreadInternal()
217 ts_info.max_queue_size, in StartThreadInternal()
/third_party/ejdb/src/bindings/ejdb2_node/
Dnode_api.h220 size_t max_queue_size,
/third_party/node/doc/api/
Dn-api.md5800 size_t max_queue_size,
5817 * `[in] max_queue_size`: Maximum size of the queue. `0` for no limit.
/third_party/chromium/patch/
D0003-ohos-1115.patch77836 wtf_size_t max_queue_size,
77845 max_queue_size_(max_queue_size) {}
77873 wtf_size_t max_queue_size,