Files
loongoffice/sal
Stephan Bergmann 78697c7956 pthread_mutex_lock/unlock must not be called with null argument
...so these OSL_PRECOND should really be assert

Change-Id: I61ebd16e14be81c579cd71f3cd6cd68afb95778d
2015-10-06 11:51:19 +02:00
..
2015-07-04 10:22:11 +00:00
2015-09-30 11:06:14 +00:00
2015-09-30 07:07:18 +00:00
2015-09-30 07:07:18 +00:00
2015-10-01 06:57:19 +00:00
2015-09-30 07:07:18 +00:00
2015-09-30 07:07:18 +00:00

System abstraction layer; rtl, osl and sal

rtl:
Platform independent strings

osl:
platform specific stuff, threads, dynamic loading, process, ipc, etc

Exports only C API and some inline-methods (only C++ API).