OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__ret_code
(Results
1 - 2
of
2
) sorted by null
/external/stlport/src/
allocators.cpp
904
int
__ret_code
;
local
920
__ret_code
= pthread_setspecific(_S_key, __result);
921
if (
__ret_code
) {
922
if (
__ret_code
== ENOMEM) {
[
all
...]
/ndk/sources/cxx-stl/stlport/src/
allocators.cpp
904
int
__ret_code
;
local
920
__ret_code
= pthread_setspecific(_S_key, __result);
921
if (
__ret_code
) {
922
if (
__ret_code
== ENOMEM) {
[
all
...]
Completed in 42 milliseconds