Searched refs:changer (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/ |
H A D | 1-2.c | 128 static void *changer(void *arg) in changer() function 172 /* Now create the changer thread */ in main() 173 ret = pthread_create(&tchange, NULL, changer, &tcontrol); in main() 179 /* wait until the changer finishes */ in main()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | simplified-lowering.cc | 331 RepresentationChanger* changer, in RepresentationSelector() 347 changer_(changer), in RepresentationSelector() 1819 // representation changer, not by the lower-level Checked*Bounds operators. in VisitCheckBounds() 4379 RepresentationChanger changer(jsgraph(), broker_, verifier); in LowerAllNodes() 4381 jsgraph(), broker_, zone_, &changer, source_positions_, node_origins_, in LowerAllNodes() local 330 RepresentationSelector(JSGraph* jsgraph, JSHeapBroker* broker, Zone* zone, RepresentationChanger* changer, SourcePositionTable* source_positions, NodeOriginTable* node_origins, TickCounter* tick_counter, Linkage* linkage, ObserveNodeManager* observe_node_manager, SimplifiedLoweringVerifier* verifier) RepresentationSelector() argument
|
Completed in 8 milliseconds