OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fastmutex_create
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_atheos.h
27
static int
fastmutex_create
(const char *name, fastmutex_t * mutex);
34
static int
fastmutex_create
(const char *name, fastmutex_t * mutex)
function
176
if (
fastmutex_create
(name, lock) < 0) {
/external/python/cpython2/Python/
thread_atheos.h
27
static int
fastmutex_create
(const char *name, fastmutex_t * mutex);
34
static int
fastmutex_create
(const char *name, fastmutex_t * mutex)
function
176
if (
fastmutex_create
(name, lock) < 0) {
Completed in 201 milliseconds