Searched refs:B_OK (Results 1 – 9 of 9) sorted by relevance
50 parameter, ¶meterLength) == B_OK) { in GLRendererRoster()58 parameter, ¶meterLength) == B_OK) { in GLRendererRoster()69 if (get_system_info(&info) == B_OK in GLRendererRoster()124 if (status == B_OK && path.Append("opengl") == B_OK) in AddDefaultPaths()135 if (status < B_OK) in AddPath()143 if (status != B_OK) in AddPath()150 if (status < B_OK) in AddPath()158 while (directory.GetNextRef(&ref) == B_OK) { in AddPath()160 if (entry.InitCheck() == B_OK && !entry.IsFile()) in AddPath()163 if (CreateRenderer(ref) == B_OK) in AddPath()[all …]
46 if (status != B_OK) in uv_exepath()63 if (status != B_OK) in uv_get_free_memory()75 if (status != B_OK) in uv_get_total_memory()94 if (status != B_OK) in uv_resident_set_memory()99 while (get_next_area_info(thread.team, &cookie, &area) == B_OK) in uv_resident_set_memory()126 if (status != B_OK) in uv_cpu_info()134 if (status != B_OK) { in uv_cpu_info()150 if (status != B_OK) in uv_cpu_info()
87 return B_OK; in CreateDisplay()118 return B_OK; in CreateDisplay()306 return B_OK; in SetCurrentContext()322 return B_OK; in SetCurrentContext()354 return B_OK; in SwapBuffers()
224 if (GLView()->LockLooperWithTimeout(1000) == B_OK) { in Display()
89 while (get_next_image_info(B_CURRENT_TEAM, &image_cookie, &i_info) == B_OK) { in GetExePath()
258 if (ret != B_OK || info.max_pages <= 0) in os_get_total_physical_memory()
622 pub const B_OK: status_t = 0; constant
132649 if ((tok->sem = create_sem(1, "xmlMutex")) < B_OK) {