Skip site
navigation (1)Skip section navigation (2)
FreeBSD Manual Pages
- plockstat(1)
- Trace pthread lock statistics using DTrace
- pthread(3)
- POSIX thread functions
- pthread_atfork(3)
- register fork handlers
- pthread_attr_get_np(3)
- get attributes of an existing thread
- pthread_attr_getaffinity_np(3), pthread_attr_setaffinity_np(3)
- manage CPU affinity in thread attribute objects
- pthread_attr_init(3), pthread_attr_destroy(3), pthread_attr_setstack(3), pthread_attr_getstack(3), pthread_attr_setstacksize(3), pthread_attr_getstacksize(3), pthread_attr_setguardsize(3), pthread_attr_getguardsize(3), pthread_attr_setstackaddr(3), pthread_attr_getstackaddr(3), pthread_attr_setdetachstate(3), pthread_attr_getdetachstate(3), pthread_attr_setinheritsched(3), pthread_attr_getinheritsched(3), pthread_attr_setschedparam(3), pthread_attr_getschedparam(3), pthread_attr_setschedpolicy(3), pthread_attr_getschedpolicy(3), pthread_attr_setscope(3), pthread_attr_getscope(3)
- thread attribute operations
- pthread_attr_setcreatesuspend_np(3)
- prepare attribute for creation of suspended thread
- pthread_barrier_destroy(3), pthread_barrier_init(3), pthread_barrier_wait(3)
- destroy, initialize or wait on a barrier object
- pthread_barrierattr_destroy(3), pthread_barrierattr_getpshared(3), pthread_barrierattr_init(3), pthread_barrierattr_setpshared(3)
- manipulate a barrier attribute object
- pthread_cancel(3)
- cancel execution of a thread
- pthread_cleanup_pop(3)
- call the first cleanup routine
- pthread_cleanup_push(3)
- add a cleanup function for thread exit
- pthread_cond_broadcast(3)
- unblock all threads waiting for a condition variable
- pthread_cond_destroy(3)
- destroy a condition variable
- pthread_cond_init(3)
- create a condition variable
- pthread_cond_signal(3)
- unblock a thread waiting for a condition variable
- pthread_cond_timedwait(3)
- wait on a condition variable for a specific amount of time
- pthread_cond_wait(3)
- wait on a condition variable
- pthread_condattr_init(3), pthread_condattr_destroy(3), pthread_condattr_getclock(3), pthread_condattr_setclock(3), pthread_condattr_getpshared(3), pthread_condattr_setpshared(3)
- condition attribute operations
- pthread_create(3)
- create a new thread
- pthread_detach(3)
- detach a thread
- pthread_equal(3)
- compare thread IDs
- pthread_exit(3)
- terminate the calling thread
- pthread_get_name_np(3), pthread_getname_np(3), pthread_set_name_np(3), pthread_setname_np(3)
- set and retrieve the thread name
- pthread_getaffinity_np(3), pthread_setaffinity_np(3)
- manage CPU affinity
- pthread_getconcurrency(3), pthread_setconcurrency(3)
- get or set level of concurrency
- pthread_getcpuclockid(3)
- access a thread CPU-time clock
- pthread_getspecific(3)
- get a thread-specific data value
- pthread_getthreadid_np(3)
- get the calling thread's integral ID
- pthread_join(3), pthread_peekjoin_np(3), pthread_timedjoin_np(3)
- inspect thread termination state
- pthread_key_create(3)
- thread-specific data key creation
- pthread_key_delete(3)
- delete a thread-specific data key
- pthread_kill(3)
- send a signal to a specified thread
- pthread_main_np(3)
- identify the initial thread
- pthread_multi_np(3), pthread_single_np(3)
- switch between multi- and single-threaded scheduling modes
- pthread_mutex_consistent(3)
- mark state protected by robust mutex as consistent
- pthread_mutex_destroy(3)
- free resources allocated for a mutex
- pthread_mutex_init(3)
- create a mutex
- pthread_mutex_lock(3)
- lock a mutex
- pthread_mutex_timedlock(3)
- lock a mutex without blocking indefinitely
- pthread_mutex_trylock(3)
- attempt to lock a mutex without blocking
- pthread_mutex_unlock(3)
- unlock a mutex
- pthread_mutexattr_getkind_np(3), pthread_mutexattr_setkind_np(3)
- mutex attribute operations (legacy)
- pthread_mutexattr_init(3), pthread_mutexattr_destroy(3), pthread_mutexattr_setprioceiling(3), pthread_mutexattr_getprioceiling(3), pthread_mutexattr_setprotocol(3), pthread_mutexattr_getprotocol(3), pthread_mutexattr_setpshared(3), pthread_mutexattr_getpshared(3), pthread_mutexattr_setrobust(3), pthread_mutexattr_getrobust(3), pthread_mutexattr_settype(3), pthread_mutexattr_gettype(3)
- mutex attribute operations
- pthread_np(3)
- FreeBSD extensions to POSIX thread functions
- pthread_once(3)
- dynamic package initialization
- pthread_resume_all_np(3)
- resume all suspended threads
- pthread_resume_np(3)
- resume suspended thread
- pthread_rwlock_destroy(3)
- destroy a read/write lock
- pthread_rwlock_init(3)
- initialize a read/write lock
- pthread_rwlock_rdlock(3), pthread_rwlock_tryrdlock(3)
- acquire a read/write lock for reading
- pthread_rwlock_timedrdlock(3)
- acquire a read-write lock for reading or give up after a specified period
- pthread_rwlock_timedwrlock(3)
- acquire a read-write lock for writing or give up after a specified period
- pthread_rwlock_unlock(3)
- release a read/write lock
- pthread_rwlock_wrlock(3), pthread_rwlock_trywrlock(3)
- acquire a read/write lock for writing
- pthread_rwlockattr_destroy(3)
- destroy a read/write lock attributes object
- pthread_rwlockattr_getpshared(3)
- get the process shared attribute
- pthread_rwlockattr_init(3)
- initialize a read/write lock attributes object
- pthread_rwlockattr_setpshared(3)
- set the process shared attribute
- pthread_self(3)
- get the calling thread's ID
- pthread_setcancelstate(3), pthread_setcanceltype(3), pthread_testcancel(3)
- set cancelability state
- pthread_setschedparam(3), pthread_getschedparam(3)
- thread scheduling parameter manipulation
- pthread_setspecific(3)
- set a thread-specific data value
- pthread_sigmask(3)
- examine and/or change a thread's signal mask
- pthread_signals_block_np(3), pthread_signals_unblock_np(3)
- fast asynchronous signals blocking and unblocking
- pthread_sigqueue(3)
- queue a signal to a specified thread
- pthread_spin_init(3), pthread_spin_destroy(3)
- initialize or destroy a spin lock
- pthread_spin_lock(3), pthread_spin_trylock(3), pthread_spin_unlock(3)
- lock or unlock a spin lock
- pthread_suspend_all_np(3)
- suspend all active threads
- pthread_suspend_np(3)
- suspend a thread
- pthread_yield(3)
- yield control of the current thread
- SSL_CTX_get_verify_mode(3), SSL_get_verify_mode(3), SSL_CTX_get_verify_depth(3), SSL_get_verify_depth(3), SSL_get_verify_callback(3), SSL_CTX_get_verify_callback(3)
- get currently set verification parameters
- SSL_get_ex_data_X509_STORE_CTX_idx(3), SSL_CTX_set_verify(3), SSL_set_verify(3), SSL_CTX_set_verify_depth(3), SSL_set_verify_depth(3), SSL_verify_cb(3), SSL_verify_client_post_handshake(3), SSL_set_post_handshake_auth(3), SSL_CTX_set_post_handshake_auth(3)
- set various SSL/TLS parameters for peer certificate verification
- X509_STORE(3), X509_STORE_add_cert(3), X509_STORE_add_crl(3), X509_STORE_set_depth(3), X509_STORE_set_flags(3), X509_STORE_set_purpose(3), X509_STORE_set_trust(3), X509_STORE_add_lookup(3), X509_STORE_load_file_ex(3), X509_STORE_load_file(3), X509_STORE_load_path(3), X509_STORE_load_store_ex(3), X509_STORE_load_store(3), X509_STORE_set_default_paths_ex(3), X509_STORE_set_default_paths(3), X509_STORE_load_locations_ex(3), X509_STORE_load_locations(3)
- X509_STORE manipulation
- X509_STORE_CTX_get_error(3), X509_STORE_CTX_set_error(3), X509_STORE_CTX_get_error_depth(3), X509_STORE_CTX_set_error_depth(3), X509_STORE_CTX_get_current_cert(3), X509_STORE_CTX_set_current_cert(3), X509_STORE_CTX_get0_cert(3), X509_STORE_CTX_get1_chain(3), X509_verify_cert_error_string(3)
- get or set certificate verification status information
- X509_VERIFY_PARAM_set_flags(3), X509_VERIFY_PARAM_clear_flags(3), X509_VERIFY_PARAM_get_flags(3), X509_VERIFY_PARAM_set_purpose(3), X509_VERIFY_PARAM_get_purpose(3), X509_VERIFY_PARAM_get_inh_flags(3), X509_VERIFY_PARAM_set_inh_flags(3), X509_VERIFY_PARAM_set_trust(3), X509_VERIFY_PARAM_set_depth(3), X509_VERIFY_PARAM_get_depth(3), X509_VERIFY_PARAM_set_auth_level(3), X509_VERIFY_PARAM_get_auth_level(3), X509_VERIFY_PARAM_set_time(3), X509_VERIFY_PARAM_get_time(3), X509_VERIFY_PARAM_add0_policy(3), X509_VERIFY_PARAM_set1_policies(3), X509_VERIFY_PARAM_get0_host(3), X509_VERIFY_PARAM_set1_host(3), X509_VERIFY_PARAM_add1_host(3), X509_VERIFY_PARAM_set_hostflags(3), X509_VERIFY_PARAM_get_hostflags(3), X509_VERIFY_PARAM_get0_peername(3), X509_VERIFY_PARAM_get0_email(3), X509_VERIFY_PARAM_set1_email(3), X509_VERIFY_PARAM_set1_ip(3), X509_VERIFY_PARAM_get1_ip_asc(3), X509_VERIFY_PARAM_set1_ip_asc(3)
- X509 verification parameters
- ALLEGRO_AUDIO_DEPTH(3)
- Allegro 5 API
- AllPlanes(3), BlackPixel(3), WhitePixel(3), ConnectionNumber(3), DefaultColormap(3), DefaultDepth(3), XListDepths(3), DefaultGC(3), DefaultRootWindow(3), DefaultScreenOfDisplay(3), DefaultScreen(3), DefaultVisual(3), DisplayCells(3), DisplayPlanes(3), DisplayString(3), XMaxRequestSize(3), XExtendedMaxRequestSize(3), LastKnownRequestProcessed(3), NextRequest(3), ProtocolVersion(3), ProtocolRevision(3), QLength(3), RootWindow(3), ScreenCount(3), ScreenOfDisplay(3), ServerVendor(3), VendorRelease(3)
- Display macros and functions
- BlackPixelOfScreen(3), WhitePixelOfScreen(3), CellsOfScreen(3), DefaultColormapOfScreen(3), DefaultDepthOfScreen(3), DefaultGCOfScreen(3), DefaultVisualOfScreen(3), DoesBackingStore(3), DoesSaveUnders(3), DisplayOfScreen(3), XScreenNumberOfScreen(3), EventMaskOfScreen(3), HeightOfScreen(3), HeightMMOfScreen(3), MaxCmapsOfScreen(3), MinCmapsOfScreen(3), PlanesOfScreen(3), RootWindowOfScreen(3), WidthOfScreen(3), WidthMMOfScreen(3)
- screen information functions and macros
- SSL_CTX_get_verify_mode(3), SSL_get_verify_mode(3), SSL_CTX_get_verify_depth(3), SSL_get_verify_depth(3), SSL_get_verify_callback(3), SSL_CTX_get_verify_callback(3)
- get currently set verification parameters
- SSL_CTX_get_verify_mode(3ossl), SSL_get_verify_mode(3ossl), SSL_CTX_get_verify_depth(3ossl), SSL_get_verify_depth(3ossl), SSL_get_verify_callback(3ossl), SSL_CTX_get_verify_callback(3ossl)
- get currently set verification parameters
- SSL_get_ex_data_X509_STORE_CTX_idx(3), SSL_CTX_set_verify(3), SSL_set_verify(3), SSL_CTX_set_verify_depth(3), SSL_set_verify_depth(3), SSL_verify_cb(3), SSL_verify_client_post_handshake(3), SSL_set_post_handshake_auth(3), SSL_CTX_set_post_handshake_auth(3)
- set peer certificate verification parameters
- SSL_get_ex_data_X509_STORE_CTX_idx(3ossl), SSL_CTX_set_verify(3ossl), SSL_set_verify(3ossl), SSL_CTX_set_verify_depth(3ossl), SSL_set_verify_depth(3ossl), SSL_verify_cb(3ossl), SSL_verify_client_post_handshake(3ossl), SSL_set_post_handshake_auth(3ossl), SSL_CTX_set_post_handshake_auth(3ossl)
- set various SSL/TLS parameters for peer certificate verification
- Tcl_SetRecursionLimit.tcl86(3), Tcl_SetRecursionLimit(3)
- set maximum allowable nesting depth in interpreter
- Tcl_SetRecursionLimit.tcl90(3), Tcl_SetRecursionLimit(3)
- set maximum allowable nesting depth in interpreter
- Tk_Attributes.tk86(3), Tk_WindowId(3), Tk_Parent(3), Tk_Display(3), Tk_DisplayName(3), Tk_ScreenNumber(3), Tk_Screen(3), Tk_X(3), Tk_Y(3), Tk_Width(3), Tk_Height(3), Tk_Changes(3), Tk_Attributes(3), Tk_IsContainer(3), Tk_IsEmbedded(3), Tk_IsMapped(3), Tk_IsTopLevel(3), Tk_ReqWidth(3), Tk_ReqHeight(3), Tk_MinReqWidth(3), Tk_MinReqHeight(3), Tk_InternalBorderLeft(3), Tk_InternalBorderRight(3), Tk_InternalBorderTop(3), Tk_InternalBorderBottom(3), Tk_Visual(3), Tk_Depth(3), Tk_Colormap(3), Tk_Interp (3)
- retrieve information from Tk's local data structure
- X509_STORE(3), X509_STORE_add_cert(3), X509_STORE_add_crl(3), X509_STORE_set_depth(3), X509_STORE_set_flags(3), X509_STORE_set_purpose(3), X509_STORE_set_trust(3), X509_STORE_add_lookup(3), X509_STORE_load_locations(3), X509_STORE_set_default_paths(3)
- X509_STORE manipulation
- X509_STORE(3ossl), X509_STORE_add_cert(3ossl), X509_STORE_add_crl(3ossl), X509_STORE_set_depth(3ossl), X509_STORE_set_flags(3ossl), X509_STORE_set_purpose(3ossl), X509_STORE_set_trust(3ossl), X509_STORE_add_lookup(3ossl), X509_STORE_load_file_ex(3ossl), X509_STORE_load_file(3ossl), X509_STORE_load_path(3ossl), X509_STORE_load_store_ex(3ossl), X509_STORE_load_store(3ossl), X509_STORE_set_default_paths_ex(3ossl), X509_STORE_set_default_paths(3ossl), X509_STORE_load_locations_ex(3ossl), X509_STORE_load_locations(3ossl)
- X509_STORE manipulation
- X509_STORE_CTX_get_error(3), X509_STORE_CTX_set_error(3), X509_STORE_CTX_get_error_depth(3), X509_STORE_CTX_set_error_depth(3), X509_STORE_CTX_get_current_cert(3), X509_STORE_CTX_set_current_cert(3), X509_STORE_CTX_get0_cert(3), X509_STORE_CTX_get1_chain(3), X509_verify_cert_error_string(3)
- get or set certificate verification status information
- X509_STORE_CTX_get_error(3ossl), X509_STORE_CTX_set_error(3ossl), X509_STORE_CTX_get_error_depth(3ossl), X509_STORE_CTX_set_error_depth(3ossl), X509_STORE_CTX_get_current_cert(3ossl), X509_STORE_CTX_set_current_cert(3ossl), X509_STORE_CTX_get0_cert(3ossl), X509_STORE_CTX_get1_chain(3ossl), X509_verify_cert_error_string(3ossl)
- get or set certificate verification status information
- X509_STORE_CTX_set_flags(3), X509_STORE_CTX_set_time(3), X509_STORE_CTX_set_depth(3), X509_STORE_CTX_set_trust(3), X509_STORE_CTX_set_purpose(3), X509_STORE_CTX_get0_param(3), X509_STORE_CTX_set0_param(3), X509_STORE_CTX_set_default(3)
- X509_STORE_CTX parameter initialisation
- X509_VERIFY_PARAM_set_flags(3), X509_VERIFY_PARAM_clear_flags(3), X509_VERIFY_PARAM_get_flags(3), X509_VERIFY_PARAM_set_purpose(3), X509_VERIFY_PARAM_get_inh_flags(3), X509_VERIFY_PARAM_set_inh_flags(3), X509_VERIFY_PARAM_set_trust(3), X509_VERIFY_PARAM_set_depth(3), X509_VERIFY_PARAM_get_depth(3), X509_VERIFY_PARAM_set_auth_level(3), X509_VERIFY_PARAM_get_auth_level(3), X509_VERIFY_PARAM_set_time(3), X509_VERIFY_PARAM_get_time(3), X509_VERIFY_PARAM_add0_policy(3), X509_VERIFY_PARAM_set1_policies(3), X509_VERIFY_PARAM_set1_host(3), X509_VERIFY_PARAM_add1_host(3), X509_VERIFY_PARAM_set_hostflags(3), X509_VERIFY_PARAM_get_hostflags(3), X509_VERIFY_PARAM_get0_peername(3), X509_VERIFY_PARAM_set1_email(3), X509_VERIFY_PARAM_set1_ip(3), X509_VERIFY_PARAM_set1_ip_asc(3)
- X509 verification parameters
- X509_VERIFY_PARAM_set_flags(3ossl), X509_VERIFY_PARAM_clear_flags(3ossl), X509_VERIFY_PARAM_get_flags(3ossl), X509_VERIFY_PARAM_set_purpose(3ossl), X509_VERIFY_PARAM_get_purpose(3ossl), X509_VERIFY_PARAM_get_inh_flags(3ossl), X509_VERIFY_PARAM_set_inh_flags(3ossl), X509_VERIFY_PARAM_set_trust(3ossl), X509_VERIFY_PARAM_set_depth(3ossl), X509_VERIFY_PARAM_get_depth(3ossl), X509_VERIFY_PARAM_set_auth_level(3ossl), X509_VERIFY_PARAM_get_auth_level(3ossl), X509_VERIFY_PARAM_set_time(3ossl), X509_VERIFY_PARAM_get_time(3ossl), X509_VERIFY_PARAM_add0_policy(3ossl), X509_VERIFY_PARAM_set1_policies(3ossl), X509_VERIFY_PARAM_get0_host(3ossl), X509_VERIFY_PARAM_set1_host(3ossl), X509_VERIFY_PARAM_add1_host(3ossl), X509_VERIFY_PARAM_set_hostflags(3ossl), X509_VERIFY_PARAM_get_hostflags(3ossl), X509_VERIFY_PARAM_get0_peername(3ossl), X509_VERIFY_PARAM_get0_email(3ossl), X509_VERIFY_PARAM_set1_email(3ossl), X509_VERIFY_PARAM_set1_ip(3ossl), X509_VERIFY_PARAM_get1_ip_asc(3ossl), X509_VERIFY_PARAM_set1_ip_asc(3ossl)
- X509 verification parameters
- XmGetPixmapByDepth(3)
- A pixmap caching function that generates a pixmap, stores it in a pixmap cache, and returns the pixmap "XmGetPixmapByDepth" "pixmaps"
- ad2vcf(1), AD2VCF(1)
- Extract allelic depth from a SAM stream and add to VCF files " Convention: " Underline anything that is typed verbatim - commands, etc
- al_clear_depth_buffer(3)
- Allegro 5 API
- al_get_audio_depth_size(3)
- Allegro 5 API
- al_get_audio_stream_depth(3)
- Allegro 5 API
- al_get_bitmap_depth(3)
- Allegro 5 API
- al_get_mixer_depth(3)
- Allegro 5 API
- al_get_new_bitmap_depth(3)
- Allegro 5 API
- al_get_sample_depth(3)
- Allegro 5 API
- al_get_sample_instance_depth(3)
- Allegro 5 API
- al_get_voice_depth(3)
- Allegro 5 API
- al_set_new_bitmap_depth(3)
- Allegro 5 API
- bitmap_color_depth(3)
- Returns the color depth of the specified bitmap. Allegro game programming library
- clear_zbuffer(3)
- Writes a depth value into the given Z-buffer. Allegro game programming library
- cpthsv(1)
- modify hue, saturation and colour value of GMT colour palette tables
- create_bitmap_ex(3)
- Creates a memory bitmap specifying color depth. Allegro game programming library
- depth-dbm-fc-solver(6), dbm-fc-solver(6)
- memory efficient solving of difficult to verdict Freecell deals
- desktop_color_depth(3)
- Finds out the desktop color depth. Allegro game programming library
- get_color_depth(3)
- Returns the current pixel color depth. Allegro game programming library
- get_mixer_bits(3)
- Returns the mixer bit depth (8 or 16). Allegro game programming library
- getablexprdepth(3)
- gives the depth of an expression. man1/alc_origin.1
- getr_depth(3), getg_depth(3), getb_depth(3), geta_depth(3)
- Extract a color component from a color in a specified pixel format. Allegro game programming library
- glClearDepth(3), "glClearDepth(3)
- specify the clear value for the depth buffer
- glDepthFunc(3), "glDepthFunc(3)
- specify the value used for depth buffer comparisons
- glDepthMask(3), "glDepthMask(3)
- enable or disable writing into the depth buffer
- glDepthRange(3), "glDepthRange(3)
- specify mapping of depth values from normalized device coordinates to window coordinates
- glPolygonOffset(3), "glPolygonOffset(3)
- set the scale and units used to calculate depth values
- hwlocality_levels(3)
- Object levels, depths and types
- khtml_closeto(3)
- close element contexts of kcgihtml to given depth
- khtml_elemat(3)
- get element stack depth of kcgihtml
- ldns_dnssec_trust_tree_new(3), ldns_dnssec_trust_tree_free(3), ldns_dnssec_trust_tree_depth(3), ldns_dnssec_derive_trust_tree(3), ldns_dnssec_trust_tree_contains_keys(3), ldns_dnssec_trust_tree_print(3), ldns_dnssec_trust_tree_print_sm(3), ldns_dnssec_trust_tree_add_parent(3), ldns_dnssec_derive_trust_tree_normal_rrset(3), ldns_dnssec_derive_trust_tree_dnskey_rrset(3), ldns_dnssec_derive_trust_tree_ds_rrset(3), ldns_dnssec_derive_trust_tree_no_sig(3)
- functions for ldns_dnssec_trust_tree