FFmpeg
|
#include <os2.h>
#include <stdlib.h>
#include <time.h>
#include <sys/builtin.h>
#include <sys/fmutex.h>
#include "libavutil/attributes.h"
#include "libavutil/common.h"
Go to the source code of this file.
Data Structures | |
struct | pthread_t |
struct | pthread_cond_t |
struct | pthread_once_t |
Macros | |
#define | INCL_DOS |
#define | INCL_DOSERRORS |
#define | PTHREAD_MUTEX_INITIALIZER _FMUTEX_INITIALIZER |
#define | PTHREAD_ONCE_INIT {0, _FMUTEX_INITIALIZER} |
Typedefs | |
typedef void | pthread_attr_t |
typedef _fmutex | pthread_mutex_t |
typedef void | pthread_mutexattr_t |
typedef void | pthread_condattr_t |
os2threads to pthreads wrapper
Definition in file os2threads.h.
#define INCL_DOS |
Definition at line 29 of file os2threads.h.
#define INCL_DOSERRORS |
Definition at line 30 of file os2threads.h.
#define PTHREAD_MUTEX_INITIALIZER _FMUTEX_INITIALIZER |
Definition at line 56 of file os2threads.h.
#define PTHREAD_ONCE_INIT {0, _FMUTEX_INITIALIZER} |
Definition at line 71 of file os2threads.h.
typedef void pthread_attr_t |
Definition at line 51 of file os2threads.h.
typedef _fmutex pthread_mutex_t |
Definition at line 53 of file os2threads.h.
typedef void pthread_mutexattr_t |
Definition at line 54 of file os2threads.h.
typedef void pthread_condattr_t |
Definition at line 64 of file os2threads.h.
|
static |
Definition at line 73 of file os2threads.h.
Referenced by pthread_create().
|
static |
Definition at line 80 of file os2threads.h.
Referenced by async_open(), config_input_ref(), ff_dnn_execute_layer_conv2d(), ff_dnn_start_inference_async(), ff_frame_thread_encoder_init(), fifo_write_header(), iec61883_read_header(), init_thread(), main(), and udp_open().
|
static |
Definition at line 94 of file os2threads.h.
Referenced by async_close(), ff_dnn_async_module_cleanup(), ff_dnn_execute_layer_conv2d(), ff_dnn_start_inference_async(), ff_frame_thread_encoder_free(), ff_frame_thread_free(), fifo_write_trailer(), iec61883_close(), main(), udp_close(), and uninit().
|
static |
Definition at line 104 of file os2threads.h.
Referenced by async_open(), at_write_header(), av_thread_message_queue_alloc(), avf_read_header(), avpacket_queue_init(), decklink_setup_video(), ff_alloc_entries(), ff_openssl_init(), fifo_init(), iec61883_read_header(), init(), main(), qsv_frames_init(), udp_open(), update_dimensions(), and vtenc_init().
|
static |
Definition at line 112 of file os2threads.h.
Referenced by async_close(), async_open(), at_write_trailer(), av_thread_message_queue_alloc(), av_thread_message_queue_free(), avpacket_queue_end(), destroy_context(), ff_decklink_write_trailer(), ff_openssl_deinit(), ff_pthread_free(), ff_slice_thread_free(), ffprobe_cleanup(), fifo_deinit(), free_buffers(), iec61883_close(), qsv_frames_uninit(), udp_close(), udp_open(), uninit(), and vtenc_close().
|
static |
Definition at line 119 of file os2threads.h.
Referenced by pthread_cond_timedwait(), and pthread_cond_wait().
|
static |
Definition at line 126 of file os2threads.h.
Referenced by pthread_cond_timedwait(), and pthread_cond_wait().
|
static |
Definition at line 133 of file os2threads.h.
Referenced by async_open(), av_thread_message_queue_alloc(), avpacket_queue_init(), decklink_setup_video(), ff_alloc_entries(), iec61883_read_header(), init(), qsv_frames_init(), udp_open(), update_dimensions(), and vtenc_init().
|
static |
Definition at line 144 of file os2threads.h.
Referenced by async_close(), async_open(), av_thread_message_queue_alloc(), av_thread_message_queue_free(), avpacket_queue_end(), ff_decklink_write_trailer(), ff_pthread_free(), ff_slice_thread_free(), free_buffers(), iec61883_close(), qsv_frames_uninit(), udp_close(), udp_open(), uninit(), and vtenc_close().
|
static |
Definition at line 152 of file os2threads.h.
Referenced by async_buffer_task(), async_close(), async_read_internal(), async_seek(), avpacket_queue_put(), call_vmaf(), do_vmaf(), ff_frame_thread_free(), ff_thread_report_progress2(), ff_thread_video_encode_frame(), frame_worker_thread(), pthread_cond_broadcast(), qsv_transfer_data_from(), qsv_transfer_data_to(), submit_packet(), udp_close(), udp_write(), uninit(), vtenc_q_push(), and worker().
|
static |
Definition at line 162 of file os2threads.h.
Referenced by append_buffer(), async_unlock(), av_thread_message_flush(), av_thread_message_queue_set_err_recv(), av_thread_message_queue_set_err_send(), event_handler(), ff_frame_thread_encoder_free(), ff_thread_finish_setup(), ff_thread_get_format(), ff_thread_report_progress(), frame_worker_thread(), iec61883_callback(), iec61883_receive_task(), decklink_output_callback::ScheduledFrameCompleted(), and thread_get_buffer_internal().
|
static |
Definition at line 170 of file os2threads.h.
Referenced by udp_read().
|
static |
Definition at line 192 of file os2threads.h.
Referenced by async_buffer_task(), async_lock(), async_read_internal(), async_seek(), avpacket_queue_get(), decklink_write_video_packet(), do_vmaf(), ff_thread_await_progress(), ff_thread_await_progress2(), ff_thread_decode_frame(), ff_thread_get_format(), ff_thread_video_encode_frame(), frame_worker_thread(), get_buffer(), iec61883_read_packet(), park_frame_worker_threads(), qsv_transfer_data_from(), qsv_transfer_data_to(), submit_packet(), thread_get_buffer_internal(), vtenc_q_pop(), wait_for_state(), and worker().
|
static |
Definition at line 210 of file os2threads.h.
Referenced by ff_jni_get_env(), and vtenc_init().