Searched refs:oldContext (Results 1 - 3 of 3) sorted by path

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

Completed in 133 milliseconds