MCPcopy Create free account
hub / github.com/apache/nuttx / pthread_create

Function pthread_create

libs/libc/pthread/pthread_create.c:88–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 ****************************************************************************/
87
88int pthread_create(FAR pthread_t *thread, FAR const pthread_attr_t *attr,
89 pthread_startroutine_t pthread_entry, pthread_addr_t arg)
90{
91 return nx_pthread_create(pthread_startup, thread, attr, pthread_entry,
92 arg);
93}

Callers 15

host_cpu_startFunction · 0.85
classd_startFunction · 0.85
cxd56_src_initFunction · 0.85
cxd56_init_workerFunction · 0.85
null_startFunction · 0.85
cs4344_startFunction · 0.85
es8311_startFunction · 0.85
cs43l22_startFunction · 0.85
es8388_startFunction · 0.85
wm8994_startFunction · 0.85
wm8904_startFunction · 0.85
vs1053_startFunction · 0.85

Calls 1

nx_pthread_createFunction · 0.85

Tested by

no test coverage detected