Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cedricve/raspicam
/ functions
Functions
1,413 in github.com/cedricve/raspicam
⨍
Functions
1,413
◇
Types & classes
358
Function
vcos_atomic_flags_get_and_clear
dependencies/vcos/pthreads/vcos_platform.h:669
Function
vcos_atomic_flags_or
dependencies/vcos/pthreads/vcos_platform.h:661
Function
vcos_blockpool_elem_from_handle
dependencies/vcos/generic/vcos_generic_blockpool.h:276
Function
vcos_blockpool_elem_to_handle
dependencies/vcos/generic/vcos_generic_blockpool.h:270
Function
vcos_blockpool_is_valid_elem
dependencies/vcos/generic/vcos_generic_blockpool.h:282
Function
vcos_cmd_always_log_output
dependencies/vcos/generic/vcos_cmd.c:111
Function
vcos_cmd_execute
dependencies/vcos/generic/vcos_cmd.c:547
Function
vcos_cmd_init
dependencies/vcos/generic/vcos_cmd.c:514
Function
vcos_cmd_register_multiple
dependencies/vcos/generic/vcos_cmd.c:708
Function
vcos_cmd_shutdown
dependencies/vcos/generic/vcos_cmd.c:533
Function
vcos_ctor
dependencies/vcos/generic/vcos_init.c:72
Function
vcos_dlclose
dependencies/vcos/pthreads/vcos_dlfcn.c:43
Function
vcos_dlerror
dependencies/vcos/pthreads/vcos_dlfcn.c:48
Function
vcos_dlopen
dependencies/vcos/pthreads/vcos_dlfcn.c:33
Function
vcos_dtor
dependencies/vcos/generic/vcos_init.c:79
Function
vcos_dummy_thread_cleanup
dependencies/vcos/pthreads/vcos_pthreads.c:95
Function
vcos_event_flags_delete
dependencies/vcos/generic/vcos_generic_event_flags.h:107
Function
vcos_event_flags_set
dependencies/vcos/generic/vcos_generic_event_flags.h:100
Function
vcos_get_argc
dependencies/vcos/pthreads/vcos_pthreads.c:590
Function
vcos_get_argv
dependencies/vcos/pthreads/vcos_pthreads.c:595
Function
vcos_get_free_mem
dependencies/vcos/pthreads/vcos_platform.h:692
Function
vcos_have_rtos
dependencies/vcos/pthreads/vcos_pthreads.c:532
Function
vcos_in_interrupt
dependencies/vcos/pthreads/vcos_platform.h:607
Function
vcos_log_assert_cmd
dependencies/vcos/generic/vcos_logcat.c:82
Function
vcos_log_dump_mem_impl
dependencies/vcos/generic/vcos_logcat.c:498
Function
vcos_log_set_cmd
dependencies/vcos/generic/vcos_logcat.c:103
Function
vcos_log_status_cmd
dependencies/vcos/generic/vcos_logcat.c:155
Function
vcos_log_test_cmd
dependencies/vcos/generic/vcos_logcat.c:217
Function
vcos_malloc_aligned
dependencies/vcos/generic/vcos_mem_from_malloc.h:66
Function
vcos_memcmp
dependencies/vcos/vcos_string.h:123
Function
vcos_memcpy
dependencies/vcos/vcos_string.h:117
Function
vcos_memset
dependencies/vcos/vcos_string.h:120
Function
vcos_msg_init
dependencies/vcos/generic/vcos_msgqueue.c:383
Function
vcos_msg_peek
peek on a queue for a message */
dependencies/vcos/generic/vcos_msgqueue.c:205
Function
vcos_msg_reply
Send a reply to a message */
dependencies/vcos/generic/vcos_msgqueue.c:263
Function
vcos_msg_send
dependencies/vcos/generic/vcos_msgqueue.c:231
Function
vcos_msg_sendwait
Send on to the target queue, then wait on a simple waiter for the reply */
dependencies/vcos/generic/vcos_msgqueue.c:239
Function
vcos_msg_set_source
dependencies/vcos/generic/vcos_msgqueue.c:280
Function
vcos_msg_wait
wait on a queue for a message */
dependencies/vcos/generic/vcos_msgqueue.c:187
Function
vcos_msgq_create
dependencies/vcos/generic/vcos_msgqueue.c:114
Function
vcos_msgq_delete
dependencies/vcos/generic/vcos_msgqueue.c:123
Function
vcos_msgq_pool_alloc
dependencies/vcos/generic/vcos_msgqueue.c:338
Function
vcos_msgq_pool_create
dependencies/vcos/generic/vcos_msgqueue.c:292
Function
vcos_msgq_pool_delete
dependencies/vcos/generic/vcos_msgqueue.c:321
Function
vcos_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
Function
vcos_msgq_pool_wait
dependencies/vcos/generic/vcos_msgqueue.c:371
Function
vcos_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
Function
vcos_msgq_simple_waiter_on_reply
dependencies/vcos/generic/vcos_msgqueue.c:59
Function
vcos_mutex_delete
dependencies/vcos/pthreads/vcos_futex_mutex.h:64
Function
vcos_mutex_is_locked
dependencies/vcos/pthreads/vcos_futex_mutex.h:79
Function
vcos_mutex_unlock
dependencies/vcos/pthreads/vcos_futex_mutex.h:74
Function
vcos_named_semaphore_delete
dependencies/vcos/generic/vcos_generic_named_sem.c:235
Function
vcos_named_semaphore_post
dependencies/vcos/generic/vcos_generic_named_sem.h:88
Function
vcos_named_semaphore_wait
dependencies/vcos/generic/vcos_generic_named_sem.h:78
Function
vcos_pthreads_logging_assert
dependencies/vcos/pthreads/vcos_pthreads.c:546
Function
vcos_quickslow_mutex_delete
dependencies/vcos/generic/vcos_generic_quickslow_mutex.h:57
Function
vcos_quickslow_mutex_lock
dependencies/vcos/generic/vcos_generic_quickslow_mutex.h:63
Function
vcos_quickslow_mutex_lock_quick
dependencies/vcos/generic/vcos_generic_quickslow_mutex.h:75
Function
vcos_quickslow_mutex_unlock
dependencies/vcos/generic/vcos_generic_quickslow_mutex.h:69
Function
vcos_quickslow_mutex_unlock_quick
dependencies/vcos/generic/vcos_generic_quickslow_mutex.h:81
Function
vcos_reentrant_mutex_delete
dependencies/vcos/generic/vcos_mutexes_are_reentrant.h:60
Function
vcos_reentrant_mutex_delete
dependencies/vcos/generic/vcos_generic_reentrant_mtx.h:74
Function
vcos_reentrant_mutex_is_locked
dependencies/vcos/generic/vcos_mutexes_are_reentrant.h:75
Function
vcos_reentrant_mutex_lock
dependencies/vcos/generic/vcos_mutexes_are_reentrant.h:65
Function
vcos_reentrant_mutex_lock
dependencies/vcos/generic/vcos_generic_reentrant_mtx.h:79
Function
vcos_reentrant_mutex_unlock
dependencies/vcos/generic/vcos_mutexes_are_reentrant.h:70
Function
vcos_reentrant_mutex_unlock
dependencies/vcos/generic/vcos_generic_reentrant_mtx.h:84
Function
vcos_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
Function
vcos_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
Function
vcos_set_args
dependencies/vcos/pthreads/vcos_pthreads.c:584
Function
vcos_set_log_options
dependencies/vcos/generic/vcos_logcat.c:493
Function
vcos_set_vlog_impl
dependencies/vcos/generic/vcos_logcat.c:576
Function
vcos_strcpy
dependencies/vcos/vcos_string.h:111
Function
vcos_strdup
dependencies/vcos/pthreads/vcos_platform.h:732
Function
vcos_strncmp
dependencies/vcos/vcos_string.h:108
Function
vcos_strncpy
dependencies/vcos/vcos_string.h:114
Function
vcos_thread_at_exit
dependencies/vcos/pthreads/vcos_pthreads.c:563
Function
vcos_thread_attr_setaffinity
dependencies/vcos/generic/vcos_joinable_thread_from_plain.h:161
Function
vcos_thread_attr_setautostart
dependencies/vcos/generic/vcos_joinable_thread_from_plain.h:176
Function
vcos_thread_attr_setautostart
dependencies/vcos/pthreads/vcos_platform.h:442
Function
vcos_thread_attr_setpriority
dependencies/vcos/generic/vcos_joinable_thread_from_plain.h:156
Function
vcos_thread_attr_setstack
dependencies/vcos/generic/vcos_joinable_thread_from_plain.h:145
Function
vcos_thread_attr_setstacksize
dependencies/vcos/generic/vcos_joinable_thread_from_plain.h:151
Function
vcos_thread_attr_settimeslice
dependencies/vcos/generic/vcos_joinable_thread_from_plain.h:166
Function
vcos_thread_attr_settimeslice
dependencies/vcos/pthreads/vcos_platform.h:432
Function
vcos_thread_create_classic
dependencies/vcos/pthreads/vcos_pthreads.c:234
Function
vcos_thread_entry
dependencies/vcos/pthreads/vcos_pthreads.c:122
Function
vcos_thread_exit
dependencies/vcos/pthreads/vcos_pthreads.c:441
Function
vcos_thread_get_name
dependencies/vcos/pthreads/vcos_pthreads.c:537
Function
vcos_thread_resume
dependencies/vcos/generic/vcos_joinable_thread_from_plain.h:196
Function
vcos_thread_running
dependencies/vcos/generic/vcos_joinable_thread_from_plain.h:191
Function
vcos_thread_set_affinity
dependencies/vcos/pthreads/vcos_platform.h:419
Function
vcos_timer_init
dependencies/vcos/pthreads/vcos_pthreads.c:742
Function
vcos_timer_reset
dependencies/vcos/pthreads/vcos_pthreads.c:869
Function
vcos_tls_delete
dependencies/vcos/generic/vcos_generic_tls.h:148
Function
vcos_tls_delete
dependencies/vcos/pthreads/vcos_platform.h:630
Function
vcos_tls_get
Get the given value. No locking required. */
dependencies/vcos/generic/vcos_generic_tls.h:128
Function
vcos_tls_get
dependencies/vcos/pthreads/vcos_platform.h:641
Function
vcos_verify_bkpts_enable
dependencies/vcos/generic/vcos_abort.c:46
Function
vcos_verify_bkpts_enabled
dependencies/vcos/generic/vcos_abort.c:41
← previous
next →
1,301–1,400 of 1,413, ranked by callers