Home
last modified time | relevance | path

Searched refs:constant_PARALLELISM (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/tools/build/src/engine/
Dconstants.cpp57 constant_PARALLELISM = object_new( "PARALLELISM" ); in constants_init()
116 object_free( constant_PARALLELISM ); in constants_done()
172 OBJECT * constant_PARALLELISM; variable
Dconstants.h55 extern OBJECT * constant_PARALLELISM; /* "PARALLELISM" */
Djam.cpp601 LIST * const p = var_get( root_module(), constant_PARALLELISM ); in main()