Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ functions
Functions
2,375 in github.com/boostorg/build
⨍
Functions
2,375
◇
Types & classes
418
↳
Endpoints
8
↓ 2 callers
Function
GC_pause
Spend a few cycles in a way that can't introduce contention with */ othre threads. */
src/engine/boehm_gc/pthread_support.c:1208
↓ 2 callers
Function
GC_print_source_ptr
src/engine/boehm_gc/blacklst.c:65
↓ 2 callers
Function
GC_promote_black_lists
Signal the completion of a collection. Turn the incomplete black */ lists into new black lists, etc. */
src/engine/boehm_gc/blacklst.c:119
↓ 2 callers
Function
GC_push_all_stack_partially_eager
* A version of GC_push_all that treats all interior pointers as valid * and scans part of the area immediately, to make sure that saved * register v
src/engine/boehm_gc/mark.c:1511
↓ 2 callers
Function
GC_push_conditional
src/engine/boehm_gc/mark.c:1318
↓ 2 callers
Function
GC_push_selected
* Analogous to the above, but push only those pages h with dirty_fn(h) != 0. * We use push_fn to actually push the block. * Used both to selectively
src/engine/boehm_gc/mark.c:1263
↓ 2 callers
Function
GC_push_stack_for
src/engine/boehm_gc/win32_threads.c:823
↓ 2 callers
Function
GC_read_dirty
src/engine/boehm_gc/os_dep.c:2350
↓ 2 callers
Function
GC_rebuild_root_index
src/engine/boehm_gc/mark_rts.c:279
↓ 2 callers
Function
GC_reclaim_generic
* Generic procedure to rebuild a free list in hbp. * Also called directly from GC_malloc_many. * Sz is now in bytes. */
src/engine/boehm_gc/reclaim.c:213
↓ 2 callers
Function
GC_register_dynamic_libraries
src/engine/boehm_gc/dyn_load.c:181
↓ 2 callers
Function
GC_register_finalizer
src/engine/boehm_gc/finalize.c:424
↓ 2 callers
Function
GC_register_finalizer_no_order
src/engine/boehm_gc/finalize.c:440
↓ 2 callers
Function
GC_register_finalizer_unreachable
src/engine/boehm_gc/finalize.c:451
↓ 2 callers
Function
GC_register_my_thread
src/engine/boehm_gc/win32_threads.c:562
↓ 2 callers
Function
GC_register_my_thread_inner
src/engine/boehm_gc/pthread_support.c:1004
↓ 2 callers
Function
GC_remove_allowed_signals
Remove the signals that we want to allow in thread stopping */ handler from a set. */
src/engine/boehm_gc/pthread_stop_world.c:44
↓ 2 callers
Function
GC_remove_counts
Remove forwarding counts for h */
src/engine/boehm_gc/headers.c:290
↓ 2 callers
Function
GC_remove_protection
src/engine/boehm_gc/os_dep.c:2441
↓ 2 callers
Function
GC_remove_root_at_pos
Internal use only; lock held. */
src/engine/boehm_gc/mark_rts.c:269
↓ 2 callers
Function
GC_return_mark_stack
Copy back a local mark stack. */ low and high are inclusive bounds. */
src/engine/boehm_gc/mark.c:911
↓ 2 callers
Function
GC_roots_present
Is a range starting at b already in the table? If so return a */ pointer to it, else NIL. */
src/engine/boehm_gc/mark_rts.c:117
↓ 2 callers
Function
GC_set_and_save_fault_handler
src/engine/boehm_gc/os_dep.c:828
↓ 2 callers
Function
GC_start_reclaim
* Perform GC_reclaim_block on the entire heap, after first clearing * small object free lists (if we are not just looking for leaks). */
src/engine/boehm_gc/reclaim.c:479
↓ 2 callers
Function
GC_stop_init
src/engine/boehm_gc/darwin_stop_world.c:349
↓ 2 callers
Function
GC_store_debug_info_inner
Store debugging info into p. Return displaced pointer. */ This version assumes we do hold the allocation lock. */
src/engine/boehm_gc/dbg_mlc.c:274
↓ 2 callers
Function
GC_suspend
Suspend the given thread, if it's still active. */
src/engine/boehm_gc/win32_threads.c:688
↓ 2 callers
Function
GC_suspend_all
We hold the allocation lock. Suspend all threads that might */ still be running. Return the number of suspend signals that */ were sent. */
src/engine/boehm_gc/pthread_stop_world.c:322
↓ 2 callers
Function
GC_unix_mmap_get_mem
src/engine/boehm_gc/os_dep.c:1771
↓ 2 callers
Function
GC_unprotect_range
src/engine/boehm_gc/os_dep.c:3119
↓ 2 callers
Function
GC_wait_for_gc_completion
src/engine/boehm_gc/pthread_support.c:594
↓ 2 callers
Function
GC_win32_free_heap
src/engine/boehm_gc/os_dep.c:1968
↓ 2 callers
Function
GetDescriptionFromStack
src/engine/boehm_gc/msvc_dbg.c:318
↓ 2 callers
Function
GetFileLineFromAddress
src/engine/boehm_gc/msvc_dbg.c:238
↓ 2 callers
Function
GetModuleNameFromAddress
src/engine/boehm_gc/msvc_dbg.c:159
↓ 2 callers
Function
GetSymbolNameFromAddress
src/engine/boehm_gc/msvc_dbg.c:191
↓ 2 callers
Method
Test
src/engine/boehm_gc/tests/test_cpp.cc:68
↓ 2 callers
Function
Undisguise
src/engine/boehm_gc/tests/test_cpp.cc:176
↓ 2 callers
Method
__assertionFailure
(self, message)
test/configuration.py:77
↓ 2 callers
Method
__expect_lines
Checks whether the given data contains the given lines. Data may be specified as a single string containing text lines s
test/BoostBuild.py:894
↓ 2 callers
Function
__match_count_is
(lines, pattern, expected)
test/generators_test.py:334
↓ 2 callers
Method
__read_file
(self, name, exact=False)
test/BoostBuild.py:1055
↓ 2 callers
Function
__trailing_newline
Helper function returning an empty string or a newling character to append to the current output line depending on whether we want that lin
test/core_source_line_tracking.py:57
↓ 2 callers
Method
__wait_for_time_change
Wait until a newly assigned file system modification timestamp for the given path is large enough for the timestamp difference betw
test/BoostBuild.py:1068
↓ 2 callers
Function
__write_appender
(t, name)
test/generators_test.py:344
↓ 2 callers
Function
__write_appender
(t, name)
test/project_id.py:322
↓ 2 callers
Method
_getData
( self, node, **kwargs )
src/tools/doxproc.py:784
↓ 2 callers
Function
_str_exc
()
test/collect_debug_info.py:325
↓ 2 callers
Method
_translate_index_
(self, entries, target=None, **kwargs )
src/tools/doxproc.py:300
↓ 2 callers
Method
_translate_sectiondef_x_
( self, sectiondef, target=None, **kwargs )
src/tools/doxproc.py:474
↓ 2 callers
Function
action_free
src/engine/rules.c:294
↓ 2 callers
Function
actions_free
src/engine/rules.c:512
↓ 2 callers
Method
addDox
( self, document )
src/tools/doxproc.py:118
↓ 2 callers
Function
add_64
src/engine/execnt.c:645
↓ 2 callers
Method
add_child
(self, newchild)
test/tree.py:49
↓ 2 callers
Function
add_map
Add mapping entry */
src/engine/boehm_gc/cord/de.c:136
↓ 2 callers
Function
add_roots_to_index
Add the given root structure to the index. */
src/engine/boehm_gc/mark_rts.c:130
↓ 2 callers
Method
address
src/engine/boehm_gc/include/gc_allocator.h:119
↓ 2 callers
Function
alloc_small
src/engine/boehm_gc/tests/test.c:826
↓ 2 callers
Method
allocate
GC_n is permitted to be 0. The C++ standard says nothing about what the return value is when GC_n == 0.
src/engine/boehm_gc/include/gc_allocator.h:124
↓ 2 callers
Function
append_if_exists
src/engine/builtins.c:796
↓ 2 callers
Function
apply_modifiers
src/engine/function.c:845
↓ 2 callers
Function
apply_modifiers_impl
src/engine/function.c:1055
↓ 2 callers
Function
apply_subscript
src/engine/function.c:920
↓ 2 callers
Function
apply_subscript_and_modifiers
src/engine/function.c:1063
↓ 2 callers
Function
argv_from_shell
src/engine/execcmd.c:42
↓ 2 callers
Function
as_path_delim
src/engine/pathsys.c:144
↓ 2 callers
Function
balance_parentheses
src/engine/function.c:2214
↓ 2 callers
Function
beep
src/engine/boehm_gc/cord/de.c:363
↓ 2 callers
Function
builtin_glob
src/engine/builtins.c:752
↓ 2 callers
Function
cache_name
src/engine/hcache.c:77
↓ 2 callers
Function
call_rule
src/engine/compile.c:173
↓ 2 callers
Function
caller
(tblist, skip)
test/TestCmd.py:85
↓ 2 callers
Function
check_tool_aux
Checks if 'command' can be found either in path or is a full name to an existing file.
src/tools/common.py:405
↓ 2 callers
Function
class_module_name
src/engine/class.c:43
↓ 2 callers
Function
clear_targets_to_update
src/engine/make.c:931
↓ 2 callers
Function
close_alert
src/engine/execnt.c:1211
↓ 2 callers
Function
close_streams
src/engine/execunix.c:386
↓ 2 callers
Function
cmd_sem_lock
src/engine/make1.c:1389
↓ 2 callers
Function
cmdlist_append_cmd
* cmdlist_append_cmd */
src/engine/command.c:29
↓ 2 callers
Function
compile_emit_cleanups
src/engine/function.c:1410
↓ 2 callers
Function
compile_emit_loop_jump
src/engine/function.c:1419
↓ 2 callers
Function
compile_pop_break_scope
src/engine/function.c:1459
↓ 2 callers
Function
compile_pop_continue_scope
src/engine/function.c:1466
↓ 2 callers
Function
compile_push_break_scope
src/engine/function.c:1441
↓ 2 callers
Function
compile_push_continue_scope
src/engine/function.c:1450
↓ 2 callers
Function
compile_to_function
src/engine/function.c:1497
↓ 2 callers
Function
compiler_free
src/engine/function.c:1319
↓ 2 callers
Function
compiler_init
src/engine/function.c:1308
↓ 2 callers
Function
contains
Returns true iff all elements of 'small' exist in 'large'.
src/util/set.py:33
↓ 2 callers
Function
copy_string
src/engine/yyacc.c:212
↓ 2 callers
Function
copysettings
src/engine/rules.c:401
↓ 2 callers
Function
creation_time
src/engine/execnt.c:1051
↓ 2 callers
Function
deallocate_back_edges
Deallocate p and its associated continuation structures. */
src/engine/boehm_gc/backgraph.c:104
↓ 2 callers
Function
debug
()
src/contrib/boost.py:76
↓ 2 callers
Function
debug_compile
src/engine/compile.c:208
↓ 2 callers
Function
default_host_os
()
src/tools/builtin.py:93
↓ 2 callers
Function
detect_GetWriteWatch
src/engine/boehm_gc/os_dep.c:1375
↓ 2 callers
Method
do_something
Needed to suppress 'unused variable' varning.
test/railsys/program/include/test_a.h:21
↓ 2 callers
Function
dump_profile_entry
src/engine/debug.c:111
← previous
next →
601–700 of 2,375, ranked by callers