haiku/src
Ingo Weinhold 015943d78f Use pthread_once() to guard the initialization of sPaletteConverter. This
changes the semantics slightly: Previously after a failed initialization
another invocation of InitializeDefault() could theoretically initialize the
converter. Since the only error conditions are out of memory and broken app
server connection, this shouldn't really matter, though.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34383 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-30 16:26:10 +00:00
..
add-ons * Apparently, a drive's size is not always reported the same; at least I have 2009-11-30 15:56:37 +00:00
apps Removed unused input method variables. Input method handling will 2009-11-30 10:48:36 +00:00
bin added missing source for multibyte handling 2009-11-28 14:05:16 +00:00
build * Minor cleanup. 2009-11-26 16:04:23 +00:00
data * Added MIME type for PCX images based on humdinger's patch for ticket #5045. 2009-11-27 07:56:41 +00:00
documentation removed former haiku_book and headersampler tool 2007-10-04 22:15:58 +00:00
kits Use pthread_once() to guard the initialization of sPaletteConverter. This 2009-11-30 16:26:10 +00:00
libs * Basically reimplemented the conditional variable support, so that it is now 2009-11-30 13:17:04 +00:00
preferences Add Pair button to show the pincode screen(class testing purposes) 2009-11-28 19:31:56 +00:00
servers * Moved the B_NOT_MINIMIZABLE flag check into ServerWindow::NotifyMinimize() 2009-11-30 08:06:50 +00:00
system * Use a condition variable when waiting for a syscall to be done calling. 2009-11-30 16:10:11 +00:00
tests * Removed obsolete disk_scanner test app. 2009-11-30 15:42:21 +00:00
tools Changed the way the syscall infos are generated. We no longer include the 2009-11-27 21:00:37 +00:00
Jamfile libshared.a doesn't deserve a src/ subdirectory. Moved to 2007-06-15 18:32:50 +00:00