MCPcopy Create free account

hub / github.com/cedricve/raspicam / functions

Functions1,413 in github.com/cedricve/raspicam

Functionvcos_atomic_flags_get_and_clear
dependencies/vcos/pthreads/vcos_platform.h:669
Functionvcos_atomic_flags_or
dependencies/vcos/pthreads/vcos_platform.h:661
Functionvcos_blockpool_elem_from_handle
dependencies/vcos/generic/vcos_generic_blockpool.h:276
Functionvcos_blockpool_elem_to_handle
dependencies/vcos/generic/vcos_generic_blockpool.h:270
Functionvcos_blockpool_is_valid_elem
dependencies/vcos/generic/vcos_generic_blockpool.h:282
Functionvcos_cmd_always_log_output
dependencies/vcos/generic/vcos_cmd.c:111
Functionvcos_cmd_execute
dependencies/vcos/generic/vcos_cmd.c:547
Functionvcos_cmd_init
dependencies/vcos/generic/vcos_cmd.c:514
Functionvcos_cmd_register_multiple
dependencies/vcos/generic/vcos_cmd.c:708
Functionvcos_cmd_shutdown
dependencies/vcos/generic/vcos_cmd.c:533
Functionvcos_ctor
dependencies/vcos/generic/vcos_init.c:72
Functionvcos_dlclose
dependencies/vcos/pthreads/vcos_dlfcn.c:43
Functionvcos_dlerror
dependencies/vcos/pthreads/vcos_dlfcn.c:48
Functionvcos_dlopen
dependencies/vcos/pthreads/vcos_dlfcn.c:33
Functionvcos_dtor
dependencies/vcos/generic/vcos_init.c:79
Functionvcos_dummy_thread_cleanup
dependencies/vcos/pthreads/vcos_pthreads.c:95
Functionvcos_event_flags_delete
dependencies/vcos/generic/vcos_generic_event_flags.h:107
Functionvcos_event_flags_set
dependencies/vcos/generic/vcos_generic_event_flags.h:100
Functionvcos_get_argc
dependencies/vcos/pthreads/vcos_pthreads.c:590
Functionvcos_get_argv
dependencies/vcos/pthreads/vcos_pthreads.c:595
Functionvcos_get_free_mem
dependencies/vcos/pthreads/vcos_platform.h:692
Functionvcos_have_rtos
dependencies/vcos/pthreads/vcos_pthreads.c:532
Functionvcos_in_interrupt
dependencies/vcos/pthreads/vcos_platform.h:607
Functionvcos_log_assert_cmd
dependencies/vcos/generic/vcos_logcat.c:82
Functionvcos_log_dump_mem_impl
dependencies/vcos/generic/vcos_logcat.c:498
Functionvcos_log_set_cmd
dependencies/vcos/generic/vcos_logcat.c:103
Functionvcos_log_status_cmd
dependencies/vcos/generic/vcos_logcat.c:155
Functionvcos_log_test_cmd
dependencies/vcos/generic/vcos_logcat.c:217
Functionvcos_malloc_aligned
dependencies/vcos/generic/vcos_mem_from_malloc.h:66
Functionvcos_memcmp
dependencies/vcos/vcos_string.h:123
Functionvcos_memcpy
dependencies/vcos/vcos_string.h:117
Functionvcos_memset
dependencies/vcos/vcos_string.h:120
Functionvcos_msg_init
dependencies/vcos/generic/vcos_msgqueue.c:383
Functionvcos_msg_peek
peek on a queue for a message */
dependencies/vcos/generic/vcos_msgqueue.c:205
Functionvcos_msg_reply
Send a reply to a message */
dependencies/vcos/generic/vcos_msgqueue.c:263
Functionvcos_msg_send
dependencies/vcos/generic/vcos_msgqueue.c:231
Functionvcos_msg_sendwait
Send on to the target queue, then wait on a simple waiter for the reply */
dependencies/vcos/generic/vcos_msgqueue.c:239
Functionvcos_msg_set_source
dependencies/vcos/generic/vcos_msgqueue.c:280
Functionvcos_msg_wait
wait on a queue for a message */
dependencies/vcos/generic/vcos_msgqueue.c:187
Functionvcos_msgq_create
dependencies/vcos/generic/vcos_msgqueue.c:114
Functionvcos_msgq_delete
dependencies/vcos/generic/vcos_msgqueue.c:123
Functionvcos_msgq_pool_alloc
dependencies/vcos/generic/vcos_msgqueue.c:338
Functionvcos_msgq_pool_create
dependencies/vcos/generic/vcos_msgqueue.c:292
Functionvcos_msgq_pool_delete
dependencies/vcos/generic/vcos_msgqueue.c:321
Functionvcos_msgq_pool_on_reply
Called when a message from a pool is replied-to. Just returns * the message back to the blockpool. */
dependencies/vcos/generic/vcos_msgqueue.c:330
Functionvcos_msgq_pool_wait
dependencies/vcos/generic/vcos_msgqueue.c:371
Functionvcos_msgq_queue_waiter_on_reply
* A waiter for a message queue. Just appends the message to the * queue, waking up the waiting thread. */
dependencies/vcos/generic/vcos_msgqueue.c:148
Functionvcos_msgq_simple_waiter_on_reply
dependencies/vcos/generic/vcos_msgqueue.c:59
Functionvcos_mutex_delete
dependencies/vcos/pthreads/vcos_futex_mutex.h:64
Functionvcos_mutex_is_locked
dependencies/vcos/pthreads/vcos_futex_mutex.h:79
Functionvcos_mutex_unlock
dependencies/vcos/pthreads/vcos_futex_mutex.h:74
Functionvcos_named_semaphore_delete
dependencies/vcos/generic/vcos_generic_named_sem.c:235
Functionvcos_named_semaphore_post
dependencies/vcos/generic/vcos_generic_named_sem.h:88
Functionvcos_named_semaphore_wait
dependencies/vcos/generic/vcos_generic_named_sem.h:78
Functionvcos_pthreads_logging_assert
dependencies/vcos/pthreads/vcos_pthreads.c:546
Functionvcos_quickslow_mutex_delete
dependencies/vcos/generic/vcos_generic_quickslow_mutex.h:57
Functionvcos_quickslow_mutex_lock
dependencies/vcos/generic/vcos_generic_quickslow_mutex.h:63
Functionvcos_quickslow_mutex_lock_quick
dependencies/vcos/generic/vcos_generic_quickslow_mutex.h:75
Functionvcos_quickslow_mutex_unlock
dependencies/vcos/generic/vcos_generic_quickslow_mutex.h:69
Functionvcos_quickslow_mutex_unlock_quick
dependencies/vcos/generic/vcos_generic_quickslow_mutex.h:81
Functionvcos_reentrant_mutex_delete
dependencies/vcos/generic/vcos_mutexes_are_reentrant.h:60
Functionvcos_reentrant_mutex_delete
dependencies/vcos/generic/vcos_generic_reentrant_mtx.h:74
Functionvcos_reentrant_mutex_is_locked
dependencies/vcos/generic/vcos_mutexes_are_reentrant.h:75
Functionvcos_reentrant_mutex_lock
dependencies/vcos/generic/vcos_mutexes_are_reentrant.h:65
Functionvcos_reentrant_mutex_lock
dependencies/vcos/generic/vcos_generic_reentrant_mtx.h:79
Functionvcos_reentrant_mutex_unlock
dependencies/vcos/generic/vcos_mutexes_are_reentrant.h:70
Functionvcos_reentrant_mutex_unlock
dependencies/vcos/generic/vcos_generic_reentrant_mtx.h:84
Functionvcos_safe_sprintf
Like snprintf, except it places the output at the specified offset. * Output is truncated to fit in buflen bytes, and is guaranteed to be NUL-termin
dependencies/vcos/generic/vcos_generic_safe_string.c:94
Functionvcos_safe_vsprintf
Like vsnprintf, except it places the output at the specified offset. * Output is truncated to fit in buflen bytes, and is guaranteed to be NUL-termi
dependencies/vcos/generic/vcos_generic_safe_string.c:81
Functionvcos_set_args
dependencies/vcos/pthreads/vcos_pthreads.c:584
Functionvcos_set_log_options
dependencies/vcos/generic/vcos_logcat.c:493
Functionvcos_set_vlog_impl
dependencies/vcos/generic/vcos_logcat.c:576
Functionvcos_strcpy
dependencies/vcos/vcos_string.h:111
Functionvcos_strdup
dependencies/vcos/pthreads/vcos_platform.h:732
Functionvcos_strncmp
dependencies/vcos/vcos_string.h:108
Functionvcos_strncpy
dependencies/vcos/vcos_string.h:114
Functionvcos_thread_at_exit
dependencies/vcos/pthreads/vcos_pthreads.c:563
Functionvcos_thread_attr_setaffinity
dependencies/vcos/generic/vcos_joinable_thread_from_plain.h:161
Functionvcos_thread_attr_setautostart
dependencies/vcos/generic/vcos_joinable_thread_from_plain.h:176
Functionvcos_thread_attr_setautostart
dependencies/vcos/pthreads/vcos_platform.h:442
Functionvcos_thread_attr_setpriority
dependencies/vcos/generic/vcos_joinable_thread_from_plain.h:156
Functionvcos_thread_attr_setstack
dependencies/vcos/generic/vcos_joinable_thread_from_plain.h:145
Functionvcos_thread_attr_setstacksize
dependencies/vcos/generic/vcos_joinable_thread_from_plain.h:151
Functionvcos_thread_attr_settimeslice
dependencies/vcos/generic/vcos_joinable_thread_from_plain.h:166
Functionvcos_thread_attr_settimeslice
dependencies/vcos/pthreads/vcos_platform.h:432
Functionvcos_thread_create_classic
dependencies/vcos/pthreads/vcos_pthreads.c:234
Functionvcos_thread_entry
dependencies/vcos/pthreads/vcos_pthreads.c:122
Functionvcos_thread_exit
dependencies/vcos/pthreads/vcos_pthreads.c:441
Functionvcos_thread_get_name
dependencies/vcos/pthreads/vcos_pthreads.c:537
Functionvcos_thread_resume
dependencies/vcos/generic/vcos_joinable_thread_from_plain.h:196
Functionvcos_thread_running
dependencies/vcos/generic/vcos_joinable_thread_from_plain.h:191
Functionvcos_thread_set_affinity
dependencies/vcos/pthreads/vcos_platform.h:419
Functionvcos_timer_init
dependencies/vcos/pthreads/vcos_pthreads.c:742
Functionvcos_timer_reset
dependencies/vcos/pthreads/vcos_pthreads.c:869
Functionvcos_tls_delete
dependencies/vcos/generic/vcos_generic_tls.h:148
Functionvcos_tls_delete
dependencies/vcos/pthreads/vcos_platform.h:630
Functionvcos_tls_get
Get the given value. No locking required. */
dependencies/vcos/generic/vcos_generic_tls.h:128
Functionvcos_tls_get
dependencies/vcos/pthreads/vcos_platform.h:641
Functionvcos_verify_bkpts_enable
dependencies/vcos/generic/vcos_abort.c:46
Functionvcos_verify_bkpts_enabled
dependencies/vcos/generic/vcos_abort.c:41
← previousnext →1,301–1,400 of 1,413, ranked by callers