Home
last modified time | relevance | path

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

/haiku/src/system/kernel/posix/
H A Drealtime_sem.cpp607 realtime_sem_context* oldContext = atomic_pointer_test_and_set( in get_current_team_context() local
609 if (oldContext == NULL) in get_current_team_context()
614 return oldContext; in get_current_team_context()
/haiku/src/kits/interface/
H A DLayout.cpp399 BLayoutContext* oldContext = fContext; in _LayoutWithinContext() local
422 fContext = oldContext; in _LayoutWithinContext()
H A DView.cpp5747 BLayoutContext* oldContext = fLayoutData->fLayoutContext; in _Layout() local
5766 fLayoutData->fLayoutContext = oldContext; in _Layout()